Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbarry committed Sep 13, 2018
1 parent 1d42458 commit 4167f90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
".",
"wrappers/react"
],
"version": "1.1.0",
"version": "1.1.1",
"npmClient": "yarn",
"useWorkspaces": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inflect/map",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/main.js",
"license": "BSD-3-Clause",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions wrappers/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inflect/react-map",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/main.js",
"license": "BSD-3-Clause",
"publishConfig": {
Expand All @@ -11,7 +11,7 @@
"watch": "webpack-dev-server --mode=development --hot"
},
"dependencies": {
"@inflect/map": "^1.1.0"
"@inflect/map": "^1.1.1"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0-beta.51",
Expand Down

0 comments on commit 4167f90

Please sign in to comment.