Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Apr 18, 2019
1 parent aee087b commit 4339510
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/session-reducer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2019-04-18)

**Note:** Version bump only for package @onaio/session-reducer
6 changes: 3 additions & 3 deletions 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.0",
"version": "0.0.1",
"description": "A simple configurable session reducer",
"main": "dist/index.js",
"types": "dist/types",
Expand Down Expand Up @@ -31,9 +31,9 @@
"license": "Apache-2.0",
"peerDependencies": {
"@types/seamless-immutable": "^7.1.8",
"seamless-immutable": "^7.1.4",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"seamless-immutable": "^7.1.4"
},
"devDependencies": {
"@types/redux-testkit": "^1.0.3",
Expand Down

0 comments on commit 4339510

Please sign in to comment.