Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @onaio/connected-private-route@0.0.8
 - @onaio/gatekeeper@0.0.14
 - @onaio/session-reducer@0.0.10
  • Loading branch information
moshthepitt committed May 8, 2019
1 parent 3c2c6db commit 7a4192d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/connected-private-route/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.8](https://github.com/onaio/js-tools/compare/@onaio/connected-private-route@0.0.7...@onaio/connected-private-route@0.0.8) (2019-05-08)

**Note:** Version bump only for package @onaio/connected-private-route

## [0.0.7](https://github.com/onaio/js-tools/compare/@onaio/connected-private-route@0.0.6...@onaio/connected-private-route@0.0.7) (2019-05-08)

**Note:** Version bump only for package @onaio/connected-private-route
Expand Down
4 changes: 2 additions & 2 deletions packages/connected-private-route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onaio/connected-private-route",
"version": "0.0.7",
"version": "0.0.8",
"description": "Declarative private routing for React and Redux",
"main": "dist/index.js",
"types": "dist/types",
Expand All @@ -27,7 +27,7 @@
]
},
"dependencies": {
"@onaio/session-reducer": "^0.0.9"
"@onaio/session-reducer": "^0.0.10"
},
"peerDependencies": {
"@types/react-redux": "^7.0.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatekeeper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.14](https://github.com/onaio/js-tools/compare/@onaio/gatekeeper@0.0.13...@onaio/gatekeeper@0.0.14) (2019-05-08)

**Note:** Version bump only for package @onaio/gatekeeper

## [0.0.13](https://github.com/onaio/js-tools/compare/@onaio/gatekeeper@0.0.12...@onaio/gatekeeper@0.0.13) (2019-05-08)

**Note:** Version bump only for package @onaio/gatekeeper
Expand Down
4 changes: 2 additions & 2 deletions packages/gatekeeper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onaio/gatekeeper",
"version": "0.0.13",
"version": "0.0.14",
"description": "Reusable tools for adding authentication to your React app",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -31,7 +31,7 @@
"author": "Ona Engineering",
"license": "Apache-2.0",
"dependencies": {
"@onaio/session-reducer": "^0.0.9",
"@onaio/session-reducer": "^0.0.10",
"client-oauth2": "^4.2.3",
"query-string": "^6.4.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/session-reducer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.10](https://github.com/onaio/js-tools/compare/@onaio/session-reducer@0.0.9...@onaio/session-reducer@0.0.10) (2019-05-08)

**Note:** Version bump only for package @onaio/session-reducer

## [0.0.9](https://github.com/onaio/js-tools/compare/@onaio/session-reducer@0.0.7...@onaio/session-reducer@0.0.9) (2019-05-08)

**Note:** Version bump only for package @onaio/session-reducer
Expand Down
2 changes: 1 addition & 1 deletion packages/session-reducer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onaio/session-reducer",
"version": "0.0.9",
"version": "0.0.10",
"description": "A simple configurable session reducer",
"main": "dist/index.js",
"types": "dist/types",
Expand Down

0 comments on commit 7a4192d

Please sign in to comment.