Skip to content

Commit

Permalink
v2.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMaz committed Jan 8, 2025
1 parent 12d9051 commit 2f4b75b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.21"
"version": "2.0.0-alpha.22"
}
2 changes: 1 addition & 1 deletion 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.21",
"version": "2.0.0-alpha.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand Down
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.21",
"version": "2.0.0-alpha.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-data-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concepta/react-data-viz",
"version": "2.0.0-alpha.21",
"version": "2.0.0-alpha.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand All @@ -21,20 +21,20 @@
"optionalDependencies": {
"@cubejs-client/core": "^1.0.0",
"@cubejs-client/react": "^1.0.0",
"react-leaflet": "^4.0.0",
"@react-leaflet/core": "^2.0.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3"
"leaflet.markercluster": "^1.5.3",
"react-leaflet": "^4.0.0"
},
"peerDependencies": {
"@cubejs-client/core": "^1.0.0",
"@cubejs-client/react": "^1.0.0",
"react-leaflet": "^4.0.0",
"@react-leaflet/core": "^2.0.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-leaflet": "^4.0.0"
},
"devDependencies": {
"@types/leaflet": "^1",
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.21",
"version": "2.0.0-alpha.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion 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.21",
"version": "2.0.0-alpha.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 2f4b75b

Please sign in to comment.