Skip to content

Commit

Permalink
v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMaz committed Sep 4, 2024
1 parent 0525e2d commit 8ae5b43
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 @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.0.0-alpha.2"
"version": "2.0.0-alpha.3"
}
4 changes: 2 additions & 2 deletions packages/react-auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concepta/react-auth-provider",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand All @@ -14,6 +14,6 @@
"react": "^18.2.0"
},
"dependencies": {
"@concepta/react-data-provider": "^2.0.0-alpha.2"
"@concepta/react-data-provider": "^2.0.0-alpha.3"
}
}
2 changes: 1 addition & 1 deletion packages/react-data-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concepta/react-data-provider",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concepta/react-material-ui",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concepta/react-navigation",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand All @@ -19,9 +19,9 @@
}
},
"dependencies": {
"@concepta/react-auth-provider": "^2.0.0-alpha.2",
"@concepta/react-data-provider": "^2.0.0-alpha.2",
"@concepta/react-material-ui": "^2.0.0-alpha.2",
"@concepta/react-auth-provider": "^2.0.0-alpha.3",
"@concepta/react-data-provider": "^2.0.0-alpha.3",
"@concepta/react-material-ui": "^2.0.0-alpha.3",
"@mui/material": "^5.16.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 8ae5b43

Please sign in to comment.