Skip to content

Commit

Permalink
v2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 5, 2019
1 parent af66f36 commit 603c825
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/data-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-generator-retail",
"version": "2.7.1",
"version": "2.8.5",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
Expand Down
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.4"
"version": "2.8.5"
}
4 changes: 2 additions & 2 deletions 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.4",
"version": "2.8.5",
"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 Expand Up @@ -56,7 +56,7 @@
"node-polyglot": "^2.2.2",
"prop-types": "~15.6.1",
"query-string": "~5.1.1",
"ra-language-english": "^2.7.0",
"ra-language-english": "^2.8.5",
"react-redux": "~5.0.7",
"react-router": "~4.2.0",
"react-router-dom": "~4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.8.5",
"description": "A GraphQL simple 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.4",
"version": "2.8.5",
"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.4"
"ra-core": "^2.8.5"
},
"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.4",
"version": "2.8.5",
"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.4"
"ra-core": "^2.8.5"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-language-english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-english",
"version": "2.7.0",
"version": "2.8.5",
"description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-language-french/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-french",
"version": "2.7.3",
"version": "2.8.5",
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-tree-ui-materialui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-tree-ui-materialui",
"version": "2.8.2",
"version": "2.8.5",
"description": "A treeview component with material-ui to use with react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "2.8.5",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -52,7 +52,7 @@
"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.4",
"ra-core": "^2.8.5",
"react-autosuggest": "^9.4.2",
"react-dropzone": "~4.0.1",
"react-headroom": "^2.2.4",
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "2.8.5",
"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.4",
"ra-language-english": "^2.7.0",
"ra-ui-materialui": "^2.8.4"
"ra-core": "^2.8.5",
"ra-language-english": "^2.8.5",
"ra-ui-materialui": "^2.8.5"
}
}

0 comments on commit 603c825

Please sign in to comment.