Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 20, 2020
1 parent 5924715 commit c82300f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.4.1"
"version": "3.4.2"
}
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": "3.4.0",
"version": "3.4.2",
"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": "^3.2.2"
"ra-data-graphql": "^3.4.2"
},
"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": "3.2.2",
"version": "3.4.2",
"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": "^3.2.2"
"ra-data-graphql": "^3.4.2"
},
"peerDependencies": {
"graphql": "^14.1.1",
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": "3.2.2",
"version": "3.4.2",
"description": "A GraphQL data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
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": "3.4.1",
"version": "3.4.2",
"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": "3.4.1",
"version": "3.4.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 @@ -43,7 +43,7 @@
"ra-core": "^3.4.1",
"ra-i18n-polyglot": "^3.4.1",
"ra-language-english": "^3.4.1",
"ra-ui-materialui": "^3.4.1",
"ra-ui-materialui": "^3.4.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 c82300f

Please sign in to comment.