Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Apr 26, 2019
1 parent 4ce99a8 commit 27f4630
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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.3](https://github.com/onaio/js-tools/compare/@onaio/[email protected]...@onaio/[email protected]) (2019-04-26)

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

## [0.0.2](https://github.com/onaio/js-tools/compare/@onaio/[email protected]...@onaio/[email protected]) (2019-04-24)

**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.2",
"version": "0.0.3",
"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.1",
"@onaio/session-reducer": "^0.0.2",
"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.2](https://github.com/onaio/js-tools/compare/@onaio/[email protected]...@onaio/[email protected]) (2019-04-26)

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

## 0.0.1 (2019-04-18)

**Note:** Version bump only for package @onaio/session-reducer
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.1",
"version": "0.0.2",
"description": "A simple configurable session reducer",
"main": "dist/index.js",
"types": "dist/types",
Expand Down

0 comments on commit 27f4630

Please sign in to comment.