Skip to content

Commit

Permalink
Release v1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Invader444 committed Mar 20, 2018
1 parent 2f70e09 commit 8be8ca0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# v1.0.8
- Update README.md to reference the new repository owner in the CircleCI status badge.
- Move React back out of dependencies to devDependencies and peerDependencies (thanks @krzysiek1507)

# v1.0.7
- Fix Immutable.JS example in README.md (add missing `import { Map } from 'immutable'` statement).
- Fix README.md grammar (remove extra period).
- Change github.com references in package.json to reflect the transfer of repository ownership to the AoD Technologies organization.
- Fix Immutable.JS example in README.md (add missing `import { Map } from 'immutable'` statement).
- Fix README.md grammar (remove extra period).
- Change github.com references in package.json to reflect the transfer of repository ownership to the AoD Technologies organization.

# v1.0.6
- Fix #1 - Add `transform-runtime` plugin to .babelrc.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-ui-tools",
"version": "1.0.7",
"version": "1.0.8",
"description": "UI state management for React with Redux",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 8be8ca0

Please sign in to comment.