Skip to content

Commit

Permalink
v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Mar 4, 2019
1 parent 7f45740 commit 4eeea76
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 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": "2.7.2"
"version": "2.7.3"
}
7 changes: 3 additions & 4 deletions packages/ra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-core",
"version": "2.7.2",
"version": "2.7.3",
"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 @@ -29,11 +29,10 @@
"devDependencies": {
"@types/history": "^4.7.2",
"@types/node-polyglot": "^0.4.31",
"@types/react-router": "^4.4.1",
"@types/recompose": "^0.27.0",
"@types/redux-form": "^7.5.2",
"@types/react-router": "^4.4.4",
"@types/react-router-dom": "^4.3.1",
"@types/recompose": "^0.27.0",
"@types/redux-form": "^7.5.2",
"cross-env": "^5.2.0",
"enzyme": "~3.7.0",
"enzyme-adapter-react-16": "~1.6.0",
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": "2.7.2",
"version": "2.7.3",
"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": "^2.7.2"
"ra-core": "^2.7.3"
},
"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": "2.7.2",
"version": "2.7.3",
"description": "Simple REST 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": "^2.7.2"
"ra-core": "^2.7.3"
},
"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": "2.7.1",
"version": "2.7.3",
"description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.7.1",
"version": "2.7.3",
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"main": "index.js",
"repository": {
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": "2.7.2",
"version": "2.7.3",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -50,7 +50,7 @@
"material-ui-chip-input": "1.0.0-beta.6 - 1.0.0-beta.8",
"papaparse": "^4.1.4",
"prop-types": "~15.6.1",
"ra-core": "^2.7.2",
"ra-core": "^2.7.3",
"react-autosuggest": "^9.4.2",
"react-dropzone": "~4.0.1",
"react-headroom": "^2.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin",
"version": "2.7.2",
"version": "2.7.3",
"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 @@ -35,8 +35,8 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"ra-core": "^2.7.2",
"ra-core": "^2.7.3",
"ra-language-english": "^2.7.0",
"ra-ui-materialui": "^2.7.2"
"ra-ui-materialui": "^2.7.3"
}
}

0 comments on commit 4eeea76

Please sign in to comment.