Skip to content

Commit

Permalink
Release 3.0.0 alpha.17 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan authored Jul 29, 2024
1 parent cfff782 commit 95b5a33
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 25 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Not released

- Fix MuiList outside Popper elements [#896](https://github.com/CartoDB/carto-react/pull/896)

## 3.0.0

### 3.0.0-alpha.17 (2024-07-29)

- Fix MuiList outside Popper elements [#896](https://github.com/CartoDB/carto-react/pull/896)

### 3.0.0-alpha.16 (2024-07-26)

- Mui v5 fix styles to upgrade to the latest stable version [#892](https://github.com/CartoDB/carto-react/pull/892)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.0-alpha.16"
"version": "3.0.0-alpha.17"
}
8 changes: 4 additions & 4 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Api",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -68,9 +68,9 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-redux": "^3.0.0-alpha.16",
"@carto/react-workers": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.17",
"@carto/react-redux": "^3.0.0-alpha.17",
"@carto/react-workers": "^3.0.0-alpha.17",
"@deck.gl/carto": "^9.0.1",
"@deck.gl/core": "^9.0.1",
"@deck.gl/extensions": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Auth",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.17",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
Expand Down
4 changes: 2 additions & 2 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.17",
"@deck.gl/google-maps": "^9.0.1",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-core",
"version": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
6 changes: 3 additions & 3 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Redux",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -67,8 +67,8 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-workers": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.17",
"@carto/react-workers": "^3.0.0-alpha.17",
"@deck.gl/carto": "^9.0.1",
"@deck.gl/core": "^9.0.1",
"@reduxjs/toolkit": "^1.5.0"
Expand Down
4 changes: 2 additions & 2 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - UI",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.17",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@formatjs/intl-localematcher": "^0.4.0",
Expand Down
12 changes: 6 additions & 6 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Widgets",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -69,11 +69,11 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-api": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-redux": "^3.0.0-alpha.16",
"@carto/react-ui": "^3.0.0-alpha.16",
"@carto/react-workers": "^3.0.0-alpha.16",
"@carto/react-api": "^3.0.0-alpha.17",
"@carto/react-core": "^3.0.0-alpha.17",
"@carto/react-redux": "^3.0.0-alpha.17",
"@carto/react-ui": "^3.0.0-alpha.17",
"@carto/react-workers": "^3.0.0-alpha.17",
"@deck.gl-community/editable-layers": "^9.0.0-alpha.1",
"@deck.gl/core": "^9.0.1",
"@deck.gl/layers": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 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": "3.0.0-alpha.16",
"version": "3.0.0-alpha.17",
"description": "CARTO for React - Workers",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"@carto/react-core": "^3.0.0-alpha.16",
"@carto/react-core": "^3.0.0-alpha.17",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
Expand Down

0 comments on commit 95b5a33

Please sign in to comment.