Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Nov 12, 2024
1 parent 2d5ad45 commit a112f97
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": "3.3.0",
"version": "3.3.1",
"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.3.0",
"version": "3.3.1",
"private": true,
"dependencies": {
"@vitejs/plugin-react": "^2.2.0",
"date-fns": "^2.19.0",
"faker": "~5.4.0",
"ra-supabase": "^3.3.0",
"ra-supabase": "^3.3.1",
"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.3.0",
"version": "3.3.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": "3.3.0",
"version": "3.3.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": "^3.3.0"
"ra-supabase-core": "^3.3.1"
},
"devDependencies": {
"@mui/icons-material": "^5.15.20",
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.3.0",
"version": "3.3.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": "^3.3.0",
"ra-supabase-core": "^3.3.1",
"ra-supabase-language-english": "^3.2.0",
"ra-supabase-ui-materialui": "^3.3.0"
"ra-supabase-ui-materialui": "^3.3.1"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
Expand Down

0 comments on commit a112f97

Please sign in to comment.