Skip to content

Commit

Permalink
v2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 24, 2018
1 parent 1613047 commit 6c4df33
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.0.0-RC1"
"version": "2.0.0-RC2"
}
18 changes: 12 additions & 6 deletions packages/ra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "ra-core",
"version": "2.0.0-RC1",
"description":
"Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": ["*.md", "lib", "src"],
"version": "2.0.0-RC2",
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
"lib",
"src"
],
"main": "lib/index",
"authors": ["François Zaninotto", "Gildas Garcia"],
"authors": [
"François Zaninotto",
"Gildas Garcia"
],
"repository": "marmelab/react-admin",
"homepage": "https://github.com/marmelab/react-admin#readme",
"bugs": "https://github.com/marmelab/react-admin/issues",
Expand All @@ -30,7 +36,7 @@
"node-polyglot": "2.2.2",
"prop-types": "~15.6.1",
"query-string": "~5.1.1",
"ra-language-english": "^2.0.0-RC1",
"ra-language-english": "^2.0.0-RC2",
"react-redux": "~5.0.7",
"react-router": "~4.2.0",
"react-router-dom": "~4.2.2",
Expand Down
9 changes: 7 additions & 2 deletions packages/ra-data-fakerest/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "ra-data-fakerest",
"version": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "JSON Server data provider for react-admin",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["LICENSE", "*.md", "lib", "src"],
"files": [
"LICENSE",
"*.md",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marmelab/react-admin.git"
Expand Down
12 changes: 7 additions & 5 deletions packages/ra-data-graphcool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphcool",
"version": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "A Graphcool data provider for react-admin",
"main": "./lib/index.js",
"repository": {
Expand All @@ -11,7 +11,9 @@
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"authors": ["Gildas Garcia"],
"authors": [
"Gildas Garcia"
],
"keywords": [
"reactjs",
"react",
Expand All @@ -26,14 +28,14 @@
"graphql-tag": "^2.6.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^2.0.0-RC1"
"ra-data-graphql": "^2.0.0-RC2"
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
},
"devDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
}
}
12 changes: 7 additions & 5 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": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "A GraphQL simple data provider for react-admin",
"main": "./lib/index.js",
"repository": {
Expand All @@ -11,7 +11,9 @@
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"authors": ["Gildas Garcia"],
"authors": [
"Gildas Garcia"
],
"keywords": [
"reactjs",
"react",
Expand All @@ -25,14 +27,14 @@
"graphql-tag": "^2.6.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^2.0.0-RC1"
"ra-data-graphql": "^2.0.0-RC2"
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
},
"devDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
}
}
10 changes: 6 additions & 4 deletions 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": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "A GraphQL data provider for react-admin",
"main": "./lib/index.js",
"repository": {
Expand All @@ -11,7 +11,9 @@
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"authors": ["Gildas Garcia"],
"authors": [
"Gildas Garcia"
],
"keywords": [
"reactjs",
"react",
Expand All @@ -30,10 +32,10 @@
},
"peerDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
},
"devDependencies": {
"graphql": "^0.13.2",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
}
}
14 changes: 10 additions & 4 deletions packages/ra-data-json-server/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
{
"name": "ra-data-json-server",
"version": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "JSON Server data provider for react-admin",
"main": "lib/index.js",
"files": ["*.md", "lib", "src"],
"files": [
"*.md",
"lib",
"src"
],
"scripts": {
"test": "make test"
},
"authors": ["François Zaninotto"],
"authors": [
"François Zaninotto"
],
"repository": "marmelab/react-admin",
"homepage": "https://github.com/marmelab/react-admin#readme",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"dependencies": {
"query-string": "~5.1.1",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
}
}
14 changes: 10 additions & 4 deletions packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
{
"name": "ra-data-simple-rest",
"version": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "Simple REST data provider for react-admin",
"main": "lib/index.js",
"files": ["*.md", "lib", "src"],
"files": [
"*.md",
"lib",
"src"
],
"scripts": {
"test": "make test"
},
"authors": ["François Zaninotto"],
"authors": [
"François Zaninotto"
],
"repository": "marmelab/react-admin",
"homepage": "https://github.com/marmelab/react-admin#readme",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"dependencies": {
"query-string": "~5.1.1",
"react-admin": "^2.0.0-RC1"
"react-admin": "^2.0.0-RC2"
}
}
12 changes: 8 additions & 4 deletions packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "ra-input-rich-text",
"version": "2.0.0-RC1",
"description":
"<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"version": "2.0.0-RC2",
"description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["LICENSE", "*.md", "lib", "src"],
"files": [
"LICENSE",
"*.md",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marmelab/react-admin.git"
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"main": "index.js",
"scripts": {
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.0.0-RC1",
"version": "2.0.0-RC2",
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 6 additions & 4 deletions packages/ra-realtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-realtime",
"version": "2.0.0-RC1",
"version": "2.0.0-RC2",
"description": "A saga enabling realtime updates for react-admin",
"main": "./lib/index.js",
"repository": {
Expand All @@ -11,7 +11,9 @@
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"authors": ["Gildas Garcia"],
"authors": [
"Gildas Garcia"
],
"keywords": [
"reactjs",
"react",
Expand All @@ -25,13 +27,13 @@
"lodash": "~4.17.5"
},
"peerDependencies": {
"react-admin": "^2.0.0-RC1",
"react-admin": "^2.0.0-RC2",
"react-router": "~4.2.0",
"react-router-redux": "~5.0.0-alpha.9",
"redux-saga": "~0.16.0"
},
"devDependencies": {
"react-admin": "^2.0.0-RC1",
"react-admin": "^2.0.0-RC2",
"react-router": "~4.2.0",
"react-router-redux": "~5.0.0-alpha.9",
"redux-saga": "~0.16.0"
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.0.0-RC1",
"version": "2.0.0-RC2",
"description": "UI Components for react-admin with MaterialUI",
"files": [
"*.md",
Expand Down Expand Up @@ -37,7 +37,7 @@
"lodash": "~4.17.5",
"material-ui": "1.0.0-beta.42",
"prop-types": "~15.6.1",
"ra-core": "^2.0.0-RC1",
"ra-core": "^2.0.0-RC2",
"react-autosuggest": "^9.3.2",
"react-dropzone": "~4.0.1",
"react-redux": "~5.0.7",
Expand Down
8 changes: 4 additions & 4 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.0.0-RC1",
"version": "2.0.0-RC2",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
Expand All @@ -21,8 +21,8 @@
"react-dom": "~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0"
},
"dependencies": {
"ra-core": "^2.0.0-RC1",
"ra-language-english": "^2.0.0-RC1",
"ra-ui-materialui": "^2.0.0-RC1"
"ra-core": "^2.0.0-RC2",
"ra-language-english": "^2.0.0-RC2",
"ra-ui-materialui": "^2.0.0-RC2"
}
}

0 comments on commit 6c4df33

Please sign in to comment.