Skip to content

Commit 0639412

Browse files
committed
v3.0.4
1 parent 2bf732c commit 0639412

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"examples/data-generator",
55
"packages/*"
66
],
7-
"version": "3.0.3"
7+
"version": "3.0.4"
88
}

packages/ra-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra-core",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
55
"files": [
66
"*.md",

packages/ra-data-json-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra-data-json-server",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "JSON Server data provider for react-admin",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"query-string": "~6.9.0",
29-
"ra-core": "^3.0.3"
29+
"ra-core": "^3.0.4"
3030
},
3131
"devDependencies": {
3232
"cross-env": "^5.2.0",

packages/ra-i18n-polyglot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra-i18n-polyglot",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Polyglot i18n provider for react-admin",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"node-polyglot": "^2.2.2",
29-
"ra-core": "^3.0.3"
29+
"ra-core": "^3.0.4"
3030
},
3131
"devDependencies": {
3232
"cross-env": "^5.2.0",

packages/ra-ui-materialui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra-ui-materialui",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "UI Components for react-admin with MaterialUI",
55
"files": [
66
"*.md",
@@ -37,7 +37,7 @@
3737
"final-form": "^4.18.5",
3838
"final-form-arrays": "^3.0.1",
3939
"ignore-styles": "~5.0.1",
40-
"ra-core": "^3.0.3",
40+
"ra-core": "^3.0.4",
4141
"react": "^16.9.0",
4242
"react-dom": "^16.9.0",
4343
"react-final-form": "^6.3.3",

packages/react-admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-admin",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
55
"files": [
66
"*.md",
@@ -40,10 +40,10 @@
4040
"connected-react-router": "^6.5.2",
4141
"final-form": "^4.18.5",
4242
"final-form-arrays": "^3.0.1",
43-
"ra-core": "^3.0.3",
44-
"ra-i18n-polyglot": "^3.0.3",
43+
"ra-core": "^3.0.4",
44+
"ra-i18n-polyglot": "^3.0.4",
4545
"ra-language-english": "^3.0.0",
46-
"ra-ui-materialui": "^3.0.3",
46+
"ra-ui-materialui": "^3.0.4",
4747
"react-final-form": "^6.3.3",
4848
"react-final-form-arrays": "^3.1.1",
4949
"react-redux": "^7.1.0",

0 commit comments

Comments
 (0)