Skip to content

Commit

Permalink
v3.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Feb 23, 2021
1 parent bf081c2 commit a62f282
Show file tree
Hide file tree
Showing 8 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": "3.12.4"
"version": "3.12.5"
}
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.12.4",
"version": "3.12.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
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.12.4",
"version": "3.12.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": "^3.12.4"
"ra-core": "^3.12.5"
},
"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.12.4",
"version": "3.12.5",
"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.12.4"
"ra-core": "^3.12.5"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.12.4",
"version": "3.12.5",
"description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"watch": "tsc --outDir esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^3.12.4"
"ra-core": "^3.12.5"
},
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.12.4",
"version": "3.12.5",
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"watch": "tsc --outDir esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^3.12.4"
"ra-core": "^3.12.5"
},
"keywords": [
"react",
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.12.4",
"version": "3.12.5",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -36,7 +36,7 @@
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.1",
"ignore-styles": "~5.0.1",
"ra-core": "^3.12.4",
"ra-core": "^3.12.5",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.0",
Expand Down
10 changes: 5 additions & 5 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.12.4",
"version": "3.12.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 @@ -40,10 +40,10 @@
"connected-react-router": "^6.5.2",
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.1",
"ra-core": "^3.12.4",
"ra-i18n-polyglot": "^3.12.4",
"ra-language-english": "^3.12.4",
"ra-ui-materialui": "^3.12.4",
"ra-core": "^3.12.5",
"ra-i18n-polyglot": "^3.12.5",
"ra-language-english": "^3.12.5",
"ra-ui-materialui": "^3.12.5",
"react-final-form": "^6.3.3",
"react-final-form-arrays": "^3.1.1",
"react-redux": "^7.1.0",
Expand Down

0 comments on commit a62f282

Please sign in to comment.