Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 10, 2020
1 parent 6166f89 commit 56b1d40
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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": "3.1.1"
"version": "3.1.2"
}
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": "3.1.1",
"version": "3.1.2",
"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
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": "3.1.0",
"version": "3.1.2",
"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": "3.1.1",
"version": "3.1.2",
"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": "^3.1.1"
"ra-core": "^3.1.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-i18n-polyglot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-i18n-polyglot",
"version": "3.1.1",
"version": "3.1.2",
"description": "Polyglot i18n provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"node-polyglot": "^2.2.2",
"ra-core": "^3.1.1"
"ra-core": "^3.1.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
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": "3.1.1",
"version": "3.1.2",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -38,7 +38,7 @@
"final-form": "^4.18.5",
"final-form-arrays": "^3.0.1",
"ignore-styles": "~5.0.1",
"ra-core": "^3.1.1",
"ra-core": "^3.1.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form": "^6.3.3",
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": "3.1.1",
"version": "3.1.2",
"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 @@ -40,10 +40,10 @@
"connected-react-router": "^6.5.2",
"final-form": "^4.18.5",
"final-form-arrays": "^3.0.1",
"ra-core": "^3.1.1",
"ra-i18n-polyglot": "^3.1.1",
"ra-core": "^3.1.2",
"ra-i18n-polyglot": "^3.1.2",
"ra-language-english": "^3.1.0",
"ra-ui-materialui": "^3.1.1",
"ra-ui-materialui": "^3.1.2",
"react-final-form": "^6.3.3",
"react-final-form-arrays": "^3.1.1",
"react-redux": "^7.1.0",
Expand Down

0 comments on commit 56b1d40

Please sign in to comment.