Skip to content

Commit

Permalink
v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Mar 25, 2019
1 parent 4fa92e6 commit b41ad49
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.8.2"
"version": "2.8.3"
}
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": "2.8.0",
"version": "2.8.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
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.8.0",
"version": "2.8.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.8.0"
"ra-core": "^2.8.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.8.0",
"version": "2.8.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.8.0"
"ra-core": "^2.8.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.3",
"version": "2.8.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
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.8.2",
"version": "2.8.3",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -52,7 +52,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.8.0",
"ra-core": "^2.8.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.8.2",
"version": "2.8.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 @@ -34,8 +34,8 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"ra-core": "^2.8.0",
"ra-core": "^2.8.3",
"ra-language-english": "^2.7.0",
"ra-ui-materialui": "^2.8.2"
"ra-ui-materialui": "^2.8.3"
}
}

0 comments on commit b41ad49

Please sign in to comment.