Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Nov 7, 2024
1 parent 9f7d961 commit 8b321f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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": "3.2.1",
"version": "3.3.0",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-admin-crm",
"version": "3.2.1",
"version": "3.3.0",
"private": true,
"dependencies": {
"@vitejs/plugin-react": "^2.2.0",
"date-fns": "^2.19.0",
"faker": "~5.4.0",
"ra-supabase": "^3.2.1",
"ra-supabase": "^3.3.0",
"react": "^18.2.0",
"react-admin": "^5.0.0",
"react-dom": "^18.2.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": "3.2.1",
"version": "3.3.0",
"repository": "[email protected]:marmelab/ra-supabase.git",
"author": "Gildas Garcia <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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": "3.2.1",
"version": "3.3.0",
"repository": "[email protected]:marmelab/ra-supabase.git",
"author": "Gildas Garcia <[email protected]>",
"license": "MIT",
Expand All @@ -15,15 +15,15 @@
"types": "esm/index.d.ts",
"sideEffects": false,
"dependencies": {
"ra-supabase-core": "^3.2.1"
"ra-supabase-core": "^3.3.0"
},
"devDependencies": {
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@supabase/supabase-js": "^2.43.5",
"ra-core": "^5.0.1",
"react-admin": "^5.0.1",
"react": "^18.3.1",
"react-admin": "^5.0.1",
"react-dom": "^18.3.1",
"react-router": "^6.23.1"
},
Expand All @@ -32,8 +32,8 @@
"@mui/material": "^5.0.0",
"@supabase/supabase-js": "^2.0.0",
"ra-core": "^5.0.1",
"react-admin": "^5.0.1",
"react": "^18.0.0",
"react-admin": "^5.0.1",
"react-dom": "^18.0.0",
"react-router": "^6.23.1"
},
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": "3.2.1",
"version": "3.3.0",
"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": "^3.2.1",
"ra-supabase-core": "^3.3.0",
"ra-supabase-language-english": "^3.2.0",
"ra-supabase-ui-materialui": "^3.2.1"
"ra-supabase-ui-materialui": "^3.3.0"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
Expand Down

0 comments on commit 8b321f2

Please sign in to comment.