Skip to content

Commit

Permalink
Set a new alpha name for experimental release
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Oct 21, 2022
1 parent fb8ae5a commit 72ca70d
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 32 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Split carto-theme into sections [#495](https://github.com/CartoDB/carto-react/pull/495)
- Integration between Figma and Storybook through `addon-designs` [#488](https://github.com/CartoDB/carto-react/pull/488)
- Update Storybook to v6.5.12 [#487](https://github.com/CartoDB/carto-react/pull/487)
- Upgrade from Material UI v4 to MUI v5 [#501](https://github.com/CartoDB/carto-react/pull/501)

## 1.5

Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.5.0-alpha.4"
}
"version": "2.0.0-alpha-muiv5"
}
10 changes: 5 additions & 5 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-api",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Api",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -64,9 +64,9 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-redux": "^1.5.0-alpha.4",
"@carto/react-workers": "^1.5.0-alpha.4",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"@carto/react-redux": "^2.0.0-alpha-muiv5",
"@carto/react-workers": "^2.0.0-alpha-muiv5",
"@deck.gl/carto": "^8.9.0-alpha.4",
"@deck.gl/core": "^8.9.0-alpha.4",
"@deck.gl/extensions": "^8.9.0-alpha.4",
Expand All @@ -75,4 +75,4 @@
"react-redux": "^7.2.2",
"redux": "^4.0.5"
}
}
}
6 changes: 3 additions & 3 deletions packages/react-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-auth",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Auth",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -64,8 +64,8 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/react-basemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-basemaps",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand Down Expand Up @@ -64,9 +64,9 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"@deck.gl/google-maps": "^8.9.0-alpha.4",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-core",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -73,4 +73,4 @@
"h3-js": "^3.7.2",
"quadbin": "^0.1.4"
}
}
}
8 changes: 4 additions & 4 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-redux",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Redux",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -63,10 +63,10 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-workers": "^1.5.0-alpha.4",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"@carto/react-workers": "^2.0.0-alpha-muiv5",
"@deck.gl/carto": "^8.9.0-alpha.4",
"@deck.gl/core": "^8.9.0-alpha.4",
"@reduxjs/toolkit": "^1.5.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-ui",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - UI",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -76,7 +76,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.10",
Expand All @@ -90,4 +90,4 @@
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
}
14 changes: 7 additions & 7 deletions packages/react-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-widgets",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Widgets",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -65,11 +65,11 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-api": "^1.5.0-alpha.4",
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-redux": "^1.5.0-alpha.4",
"@carto/react-ui": "^1.5.0-alpha.4",
"@carto/react-workers": "^1.5.0-alpha.4",
"@carto/react-api": "^2.0.0-alpha-muiv5",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"@carto/react-redux": "^2.0.0-alpha-muiv5",
"@carto/react-ui": "^2.0.0-alpha-muiv5",
"@carto/react-workers": "^2.0.0-alpha-muiv5",
"@deck.gl/core": "^8.9.0-alpha.4",
"@deck.gl/layers": "^8.9.0-alpha.4",
"@mui/material": "^5.10.10",
Expand All @@ -83,4 +83,4 @@
"react-redux": "^7.2.2",
"redux": "^4.0.5"
}
}
}
6 changes: 3 additions & 3 deletions packages/react-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-workers",
"version": "1.5.0-alpha.4",
"version": "2.0.0-alpha-muiv5",
"description": "CARTO for React - Workers",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -62,11 +62,11 @@
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"@carto/react-core": "^1.5.0-alpha.4",
"@carto/react-core": "^2.0.0-alpha-muiv5",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
"@turf/intersect": "^6.3.0",
"thenby": "^1.3.4"
}
}
}

0 comments on commit 72ca70d

Please sign in to comment.