Skip to content

Commit

Permalink
v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jul 9, 2021
1 parent 2f6b287 commit 202f93c
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 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.16.6"
"version": "3.17.0"
}
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": "3.16.5",
"version": "3.17.0",
"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 @@ -40,7 +40,7 @@
"final-form": "^4.20.2",
"history": "^4.7.2",
"ignore-styles": "~5.0.1",
"ra-test": "^3.16.5",
"ra-test": "^3.17.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.2",
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.16.5",
"version": "3.17.0",
"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.16.5"
"ra-core": "^3.17.0"
},
"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.16.5",
"version": "3.17.0",
"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.16.5"
"ra-core": "^3.17.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-input-rich-text",
"version": "3.16.5",
"version": "3.17.0",
"description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"main": "lib/index.js",
"module": "esm/index.js",
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.16.5",
"version": "3.17.0",
"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.16.5"
"ra-core": "^3.17.0"
},
"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.16.5",
"version": "3.17.0",
"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.16.5"
"ra-core": "^3.17.0"
},
"keywords": [
"react",
Expand Down
6 changes: 3 additions & 3 deletions packages/ra-no-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-no-code",
"version": "3.16.6",
"version": "3.17.0",
"description": "",
"files": [
"*.md",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/react-router-dom": "^5.1.0",
"cross-env": "^5.2.0",
"history": "^4.7.2",
"ra-test": "^3.16.5",
"ra-test": "^3.17.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^5.1.0",
Expand All @@ -52,6 +52,6 @@
"papaparse": "^5.3.0",
"prop-types": "^15.6.1",
"ra-data-local-storage": "^3.14.0",
"react-admin": "^3.16.6"
"react-admin": "^3.17.0"
}
}
4 changes: 2 additions & 2 deletions packages/ra-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-test",
"version": "3.16.5",
"version": "3.17.0",
"description": "Test utilities for react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
Expand Down Expand Up @@ -39,7 +39,7 @@
"final-form": "^4.20.2",
"history": "^4.7.2",
"ignore-styles": "~5.0.1",
"ra-core": "^3.16.5",
"ra-core": "^3.17.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.1.0",
Expand Down
6 changes: 3 additions & 3 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.16.6",
"version": "3.17.0",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -36,8 +36,8 @@
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
"ignore-styles": "~5.0.1",
"ra-core": "^3.16.5",
"ra-test": "^3.16.5",
"ra-core": "^3.17.0",
"ra-test": "^3.17.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.2",
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.16.6",
"version": "3.17.0",
"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.2",
"final-form-arrays": "^3.0.2",
"ra-core": "^3.16.5",
"ra-i18n-polyglot": "^3.16.5",
"ra-language-english": "^3.16.5",
"ra-ui-materialui": "^3.16.6",
"ra-core": "^3.17.0",
"ra-i18n-polyglot": "^3.17.0",
"ra-language-english": "^3.17.0",
"ra-ui-materialui": "^3.17.0",
"react-final-form": "^6.5.2",
"react-final-form-arrays": "^3.1.3",
"react-redux": "^7.1.0",
Expand Down

0 comments on commit 202f93c

Please sign in to comment.