Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 5, 2024
1 parent 0668f22 commit dc88752
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
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "2.0.5",
"version": "2.0.6",
"useWorkspaces": true
}
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": "2.0.5",
"version": "2.0.6",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.0.1",
Expand All @@ -14,7 +14,7 @@
"lodash": "~4.17.5",
"prop-types": "^15.7.2",
"ra-data-fakerest": "^4.0.0",
"ra-supabase": "^2.0.5",
"ra-supabase": "^2.0.6",
"react": "^18.2.0",
"react-admin": "^4.0.0",
"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": "2.0.5",
"version": "2.0.6",
"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": "2.0.5",
"version": "2.0.6",
"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": "^2.0.5"
"ra-supabase-core": "^2.0.6"
},
"devDependencies": {
"@mui/icons-material": "^5.11.0",
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": "2.0.5",
"version": "2.0.6",
"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": "^2.0.5",
"ra-supabase-core": "^2.0.6",
"ra-supabase-language-english": "^2.0.5",
"ra-supabase-ui-materialui": "^2.0.5"
"ra-supabase-ui-materialui": "^2.0.6"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
Expand Down

0 comments on commit dc88752

Please sign in to comment.