Skip to content

Commit

Permalink
v3.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 5, 2022
1 parent 6598861 commit 8e44fbc
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions examples/data-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-generator-retail",
"version": "3.19.10",
"version": "3.19.11",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^3.19.10",
"ra-core": "^3.19.11",
"rimraf": "^2.6.3"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple",
"version": "3.19.10",
"version": "3.19.11",
"private": true,
"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server --progress --color --hot --watch --mode development",
Expand All @@ -11,13 +11,13 @@
"dependencies": {
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"ra-data-fakerest": "^3.19.10",
"ra-i18n-polyglot": "^3.19.10",
"ra-input-rich-text": "^3.19.10",
"ra-language-english": "^3.19.10",
"ra-language-french": "^3.19.10",
"ra-data-fakerest": "^3.19.11",
"ra-i18n-polyglot": "^3.19.11",
"ra-input-rich-text": "^3.19.11",
"ra-language-english": "^3.19.11",
"ra-language-french": "^3.19.11",
"react": "^17.0.0",
"react-admin": "^3.19.10",
"react-admin": "^3.19.11",
"react-dom": "^17.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"examples/simple",
"packages/*"
],
"version": "3.19.10"
"version": "3.19.11"
}
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.19.10",
"version": "3.19.11",
"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.4",
"history": "^4.7.2",
"ignore-styles": "~5.0.1",
"ra-test": "^3.19.10",
"ra-test": "^3.19.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-fakerest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-fakerest",
"version": "3.19.10",
"version": "3.19.11",
"description": "JSON Server data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^3.19.10",
"ra-core": "^3.19.11",
"rimraf": "^2.6.3"
},
"peerDependencies": {
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.19.10",
"version": "3.19.11",
"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-ast-types-browser": "~1.0.2",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^3.19.10"
"ra-data-graphql": "^3.19.11"
},
"peerDependencies": {
"graphql": "^15.6.0",
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.19.10",
"version": "3.19.11",
"description": "A GraphQL 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.19.10",
"version": "3.19.11",
"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.19.10"
"ra-core": "^3.19.11"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-local-storage",
"version": "3.19.10",
"version": "3.19.11",
"description": "Local storage data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"lodash": "~4.17.5",
"ra-data-fakerest": "^3.19.10"
"ra-data-fakerest": "^3.19.11"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-simple-rest",
"version": "3.19.10",
"version": "3.19.11",
"description": "Simple REST data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^3.19.10",
"ra-core": "^3.19.11",
"rimraf": "^2.6.3"
},
"peerDependencies": {
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.19.10",
"version": "3.19.11",
"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.19.10"
"ra-core": "^3.19.11"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.19.10",
"version": "3.19.11",
"description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"devDependencies": {
"@types/prop-types": "^15.6.0",
"ra-core": "^3.19.10",
"ra-ui-materialui": "^3.19.10",
"ra-core": "^3.19.11",
"ra-ui-materialui": "^3.19.11",
"rimraf": "^2.6.3"
}
}
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.19.10",
"version": "3.19.11",
"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.19.10"
"ra-core": "^3.19.11"
},
"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.19.10",
"version": "3.19.11",
"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.19.10"
"ra-core": "^3.19.11"
},
"keywords": [
"react",
Expand Down
8 changes: 4 additions & 4 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.19.10",
"version": "3.19.11",
"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.19.10",
"ra-test": "^3.19.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^5.1.0",
Expand All @@ -51,7 +51,7 @@
"lodash": "~4.17.5",
"papaparse": "^5.3.0",
"prop-types": "^15.6.1",
"ra-data-local-storage": "^3.19.10",
"react-admin": "^3.19.10"
"ra-data-local-storage": "^3.19.11",
"react-admin": "^3.19.11"
}
}
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.19.10",
"version": "3.19.11",
"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.4",
"history": "^4.7.2",
"ignore-styles": "~5.0.1",
"ra-core": "^3.19.10",
"ra-core": "^3.19.11",
"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.19.10",
"version": "3.19.11",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -36,8 +36,8 @@
"final-form": "^4.20.4",
"final-form-arrays": "^3.0.2",
"ignore-styles": "~5.0.1",
"ra-core": "^3.19.10",
"ra-test": "^3.19.10",
"ra-core": "^3.19.11",
"ra-test": "^3.19.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-final-form": "^6.5.7",
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.19.10",
"version": "3.19.11",
"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.4",
"final-form-arrays": "^3.0.2",
"ra-core": "^3.19.10",
"ra-i18n-polyglot": "^3.19.10",
"ra-language-english": "^3.19.10",
"ra-ui-materialui": "^3.19.10",
"ra-core": "^3.19.11",
"ra-i18n-polyglot": "^3.19.11",
"ra-language-english": "^3.19.11",
"ra-ui-materialui": "^3.19.11",
"react-final-form": "^6.5.7",
"react-final-form-arrays": "^3.1.3",
"react-redux": "^7.1.0",
Expand Down

0 comments on commit 8e44fbc

Please sign in to comment.