Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jul 3, 2018
1 parent 246ad69 commit 2fcd1e6
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "2.1.1"
}
8 changes: 4 additions & 4 deletions packages/ra-data-graphcool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphcool",
"version": "2.1.0",
"version": "2.1.1",
"description": "A Graphcool data provider for react-admin",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -28,14 +28,14 @@
"graphql-tag": "^2.6.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^2.1.0"
"ra-data-graphql": "^2.1.1"
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
},
"devDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/ra-data-graphql-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphql-simple",
"version": "2.1.0",
"version": "2.1.1",
"description": "A GraphQL simple data provider for react-admin",
"main": "./lib/index.js",
"repository": {
Expand All @@ -27,14 +27,14 @@
"graphql-tag": "^2.6.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^2.1.0"
"ra-data-graphql": "^2.1.1"
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
},
"devDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/ra-data-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphql",
"version": "2.1.0",
"version": "2.1.1",
"description": "A GraphQL data provider for react-admin",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
},
"devDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/ra-data-json-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-json-server",
"version": "2.1.0",
"version": "2.1.1",
"description": "JSON Server data provider for react-admin",
"main": "lib/index.js",
"files": [
Expand All @@ -20,6 +20,6 @@
"license": "MIT",
"dependencies": {
"query-string": "~5.1.1",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-simple-rest",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple REST data provider for react-admin",
"main": "lib/index.js",
"files": [
Expand All @@ -20,6 +20,6 @@
"license": "MIT",
"dependencies": {
"query-string": "~5.1.1",
"react-admin": "^2.1.0"
"react-admin": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/ra-realtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-realtime",
"version": "2.1.0",
"version": "2.1.1",
"description": "A saga enabling realtime updates for react-admin",
"main": "./lib/index.js",
"repository": {
Expand All @@ -27,13 +27,13 @@
"lodash": "~4.17.5"
},
"peerDependencies": {
"react-admin": "^2.1.0",
"react-admin": "^2.1.1",
"react-router": "~4.2.0",
"react-router-redux": "~5.0.0-alpha.9",
"redux-saga": "~0.16.0"
},
"devDependencies": {
"react-admin": "^2.1.0",
"react-admin": "^2.1.1",
"react-router": "~4.2.0",
"react-router-redux": "~5.0.0-alpha.9",
"redux-saga": "~0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-ui-materialui",
"version": "2.1.0",
"version": "2.1.1",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin",
"version": "2.1.0",
"version": "2.1.1",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"ra-core": "^2.1.0",
"ra-language-english": "^2.0.2",
"ra-ui-materialui": "^2.1.0"
"ra-ui-materialui": "^2.1.1"
}
}

0 comments on commit 2fcd1e6

Please sign in to comment.