Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Dec 22, 2021
1 parent f8e7fa4 commit 77b5845
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.2.0"
"version": "1.2.1"
}
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin-crm",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.1",
Expand All @@ -10,7 +10,7 @@
"date-fns": "^2.19.0",
"lodash": "~4.17.5",
"prop-types": "^15.7.2",
"ra-supabase": "^1.2.0",
"ra-supabase": "^1.2.1",
"react": "^17.0.0",
"react-admin": "^3.18.2",
"react-beautiful-dnd": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-supabase-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-supabase-core",
"version": "1.2.0",
"version": "1.2.1",
"repository": "[email protected]:marmelab/ra-supabase.git",
"author": "Gildas Garcia <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-supabase-ui-materialui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-supabase-ui-materialui",
"version": "1.2.0",
"version": "1.2.1",
"repository": "[email protected]:marmelab/ra-supabase.git",
"author": "Gildas Garcia <[email protected]>",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"types": "esm/index.d.ts",
"sideEffects": false,
"dependencies": {
"ra-supabase-core": "^1.2.0"
"ra-supabase-core": "^1.2.1"
},
"devDependencies": {
"@material-ui/core": "^4.11.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ra-supabase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-supabase",
"version": "1.2.0",
"version": "1.2.1",
"repository": "[email protected]:marmelab/ra-supabase.git",
"author": "Gildas Garcia <[email protected]>",
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"types": "esm/index.d.ts",
"sideEffects": false,
"dependencies": {
"ra-supabase-core": "^1.2.0",
"ra-supabase-core": "^1.2.1",
"ra-supabase-language-english": "^1.2.0",
"ra-supabase-ui-materialui": "^1.2.0"
"ra-supabase-ui-materialui": "^1.2.1"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
Expand Down

0 comments on commit 77b5845

Please sign in to comment.