Skip to content

Commit

Permalink
v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 1, 2019
1 parent 098c9e0 commit 1332ea9
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"examples/data-generator",
"packages/*"
],
"version": "2.8.3"
"version": "2.8.4"
}
2 changes: 1 addition & 1 deletion packages/ra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-core",
"version": "2.8.3",
"version": "2.8.4",
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
Expand Down
4 changes: 2 additions & 2 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.8.2",
"version": "2.8.4",
"description": "A Graphcool data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"graphql-tag": "^2.10.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^2.8.2"
"ra-data-graphql": "^2.8.4"
},
"peerDependencies": {
"graphql": "^0.13.2",
Expand Down
4 changes: 2 additions & 2 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.8.2",
"version": "2.8.4",
"description": "A GraphQL simple data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"graphql-tag": "^2.10.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^2.8.2"
"ra-data-graphql": "^2.8.4"
},
"peerDependencies": {
"graphql": "^0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.8.2",
"version": "2.8.4",
"description": "A GraphQL data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
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.8.3",
"version": "2.8.4",
"description": "JSON Server data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"query-string": "~5.1.1",
"ra-core": "^2.8.3"
"ra-core": "^2.8.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
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.8.3",
"version": "2.8.4",
"description": "Simple REST data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"query-string": "~5.1.1",
"ra-core": "^2.8.3"
"ra-core": "^2.8.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.8.3",
"version": "2.8.4",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -52,12 +52,12 @@
"material-ui-chip-input": "1.0.0-beta.6 - 1.0.0-beta.8",
"papaparse": "^4.1.4",
"prop-types": "~15.6.1",
"ra-core": "^2.8.3",
"ra-core": "^2.8.4",
"react-autosuggest": "^9.4.2",
"react-dropzone": "~4.0.1",
"react-headroom": "^2.2.4",
"react-redux": "~5.0.7",
"react-router": "~4.2.0",
"react-router": "~4.2.0",
"react-router-dom": "~4.2.2",
"react-router-redux": "~5.0.0-alpha.9",
"react-transition-group": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 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.8.3",
"version": "2.8.4",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
Expand Down Expand Up @@ -34,8 +34,8 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"ra-core": "^2.8.3",
"ra-core": "^2.8.4",
"ra-language-english": "^2.7.0",
"ra-ui-materialui": "^2.8.3"
"ra-ui-materialui": "^2.8.4"
}
}

0 comments on commit 1332ea9

Please sign in to comment.