Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Sep 2, 2024
1 parent 572e445 commit 295983a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.1.1",
"version": "3.2.0",
"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": "3.1.1",
"version": "3.2.0",
"private": true,
"dependencies": {
"@hello-pangea/dnd": "^16.3.0",
Expand All @@ -16,7 +16,7 @@
"lodash": "~4.17.5",
"prop-types": "^15.7.2",
"ra-data-fakerest": "^5.0.0",
"ra-supabase": "^3.1.1",
"ra-supabase": "^3.2.0",
"react": "^18.2.0",
"react-admin": "^5.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": "3.1.1",
"version": "3.2.0",
"repository": "git@github.com:marmelab/ra-supabase.git",
"author": "Gildas Garcia <1122076+djhi@users.noreply.github.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-supabase-language-english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-supabase-language-english",
"version": "3.1.1",
"version": "3.2.0",
"repository": "git@github.com:marmelab/ra-supabase.git",
"author": "Gildas Garcia <1122076+djhi@users.noreply.github.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-supabase-language-french/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-supabase-language-french",
"version": "3.1.1",
"version": "3.2.0",
"repository": "git@github.com:marmelab/ra-supabase.git",
"author": "Gildas Garcia <1122076+djhi@users.noreply.github.com>",
"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.1.1",
"version": "3.2.0",
"repository": "git@github.com:marmelab/ra-supabase.git",
"author": "Gildas Garcia <1122076+djhi@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"types": "esm/index.d.ts",
"sideEffects": false,
"dependencies": {
"ra-supabase-core": "^3.1.1"
"ra-supabase-core": "^3.2.0"
},
"devDependencies": {
"@mui/icons-material": "^5.15.20",
Expand Down
8 changes: 4 additions & 4 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.1.1",
"version": "3.2.0",
"repository": "git@github.com:marmelab/ra-supabase.git",
"author": "Gildas Garcia <1122076+djhi@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"types": "esm/index.d.ts",
"sideEffects": false,
"dependencies": {
"ra-supabase-core": "^3.1.1",
"ra-supabase-language-english": "^3.1.1",
"ra-supabase-ui-materialui": "^3.1.1"
"ra-supabase-core": "^3.2.0",
"ra-supabase-language-english": "^3.2.0",
"ra-supabase-ui-materialui": "^3.2.0"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
Expand Down

0 comments on commit 295983a

Please sign in to comment.