Skip to content

Commit

Permalink
2.0.9 (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde authored Jun 14, 2023
1 parent 999e81c commit 33b4ba3
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 51 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@

## Not released

- Fix HistogramWidget breaking onZr events after adding skeleton [#709](https://github.com/CartoDB/carto-react/pull/709)

## 2.0

### 2.0.9 (2023-06-14)

- Fix HistogramWidget breaking onZr events after adding skeleton [#709](https://github.com/CartoDB/carto-react/pull/709)

### 2.0.8 (2023-06-13)

- Add custom Alert component [#698](https://github.com/CartoDB/carto-react/pull/698)
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": "2.0.8"
"version": "2.0.9"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"packages/*"
],
"devDependencies": {
"@deck.gl/aggregation-layers": "^8.9.17",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@deck.gl/extensions": "^8.9.17",
"@deck.gl/geo-layers": "^8.9.17",
"@deck.gl/google-maps": "^8.9.17",
"@deck.gl/layers": "^8.9.17",
"@deck.gl/mesh-layers": "^8.9.17",
"@deck.gl/aggregation-layers": "^8.9.18",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@deck.gl/extensions": "^8.9.18",
"@deck.gl/geo-layers": "^8.9.18",
"@deck.gl/google-maps": "^8.9.18",
"@deck.gl/layers": "^8.9.18",
"@deck.gl/mesh-layers": "^8.9.18",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
Expand Down
14 changes: 7 additions & 7 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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - Api",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -64,12 +64,12 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.0.8",
"@carto/react-redux": "^2.0.8",
"@carto/react-workers": "^2.0.8",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@deck.gl/extensions": "^8.9.17",
"@carto/react-core": "^2.0.9",
"@carto/react-redux": "^2.0.9",
"@carto/react-workers": "^2.0.9",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@deck.gl/extensions": "^8.9.18",
"@loaders.gl/mvt": "^3.2.10",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x",
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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - Auth",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.0.8",
"@carto/react-core": "^2.0.9",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
Expand Down
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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand Down Expand Up @@ -64,8 +64,8 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.0.8",
"@deck.gl/google-maps": "^8.9.17",
"@carto/react-core": "^2.0.9",
"@deck.gl/google-maps": "^8.9.18",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
Expand Down
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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@deck.gl/carto": "^8.9.17",
"@deck.gl/carto": "^8.9.18",
"@turf/bbox-clip": "^6.3.0",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
Expand Down
10 changes: 5 additions & 5 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": "2.0.8",
"version": "2.0.9",
"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": "^2.0.8",
"@carto/react-workers": "^2.0.8",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@carto/react-core": "^2.0.9",
"@carto/react-workers": "^2.0.9",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@reduxjs/toolkit": "^1.5.0"
}
}
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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - UI",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -78,7 +78,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.0.8",
"@carto/react-core": "^2.0.9",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function TimeSeriesWidgetUIContent({
<Typography color='textSecondary' variant='caption'>
{currentDate}
</Typography>
<Typography xs fontSize={12} ml={1} color='textSecondary' variant='caption'>
<Typography fontSize={12} ml={1} color='textSecondary' variant='caption'>
({capitalize(stepSize)})
</Typography>
</Box>
Expand Down
16 changes: 8 additions & 8 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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - Widgets",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -65,13 +65,13 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-api": "^2.0.8",
"@carto/react-core": "^2.0.8",
"@carto/react-redux": "^2.0.8",
"@carto/react-ui": "^2.0.8",
"@carto/react-workers": "^2.0.8",
"@deck.gl/core": "^8.9.17",
"@deck.gl/layers": "^8.9.17",
"@carto/react-api": "^2.0.9",
"@carto/react-core": "^2.0.9",
"@carto/react-redux": "^2.0.9",
"@carto/react-ui": "^2.0.9",
"@carto/react-workers": "^2.0.9",
"@deck.gl/core": "^8.9.18",
"@deck.gl/layers": "^8.9.18",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.16",
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": "2.0.8",
"version": "2.0.9",
"description": "CARTO for React - Workers",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"@carto/react-core": "^2.0.8",
"@carto/react-core": "^2.0.9",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@
"@types/react" "*"
indefinitely-typed "^1.1.0"

"@deck.gl/aggregation-layers@^8.9.17":
"@deck.gl/aggregation-layers@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/aggregation-layers/-/aggregation-layers-8.9.18.tgz#0cb97e2a22458146bc32ea36afee31a13c1f45e7"
integrity sha512-9yyeUmb4jM4wdBHTHYOEP23fWPB2zWy/g/RbiifkzvGn1aTyCs45oDGPbq6YeaZ3rcepg6qn/Br4oaBAn6g6Qg==
Expand All @@ -1222,7 +1222,7 @@
"@math.gl/web-mercator" "^3.6.2"
d3-hexbin "^0.2.1"

"@deck.gl/carto@^8.9.17":
"@deck.gl/carto@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/carto/-/carto-8.9.18.tgz#b5079c8d452ced2131920f13785ec031e2d6ca1c"
integrity sha512-C2hDFdg6TnAmdkBGQ6c5gY9F0wkTxc/o/13QGTY3Zd5MFQMwImzb4Nzh32n0CIancaXXj9x39NdEv04+paX/Wg==
Expand All @@ -1243,7 +1243,7 @@
pbf "^3.2.1"
quadbin "^0.1.9"

"@deck.gl/core@^8.9.17":
"@deck.gl/core@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-8.9.18.tgz#4a09defbc0f226a85c49864e2bbe324e2f9e43d5"
integrity sha512-zliaY4ZHebPCfMVEN6lxWuKDN+iNRL3XQwCLRX9N6ZqzzNFUXTLs//Vasdj+x8v4qEAQCJBEngzFPa0BemtvOQ==
Expand All @@ -1263,14 +1263,14 @@
math.gl "^3.6.2"
mjolnir.js "^2.7.0"

"@deck.gl/extensions@^8.9.17":
"@deck.gl/extensions@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/extensions/-/extensions-8.9.18.tgz#899136199d9e14af052e29e3940dd01de49f0e1f"
integrity sha512-Tyrea4UiOm7KQQGjaEcXvtT1OHDjQErhZEt9GJcZx4MIbF6g2RZkR/gsXcNPYq4/sPg7evRlspe43TUMKUjYZw==
dependencies:
"@luma.gl/shadertools" "^8.5.20"

"@deck.gl/geo-layers@^8.9.17":
"@deck.gl/geo-layers@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/geo-layers/-/geo-layers-8.9.18.tgz#d4b2cec11a5491081d9a383c3db87bd92d2c0cb7"
integrity sha512-vjOuMXK331JYvzdPUbMQK7DiPfYGXMuoFWtIAvmCihRg2Cw5nQspRTwIx7X2JxCQFYiKDmkq/4CRyE9Oz0X9Nw==
Expand All @@ -1292,12 +1292,12 @@
h3-js "^3.7.0"
long "^3.2.0"

"@deck.gl/google-maps@^8.9.17":
"@deck.gl/google-maps@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/google-maps/-/google-maps-8.9.18.tgz#7c689af409e2ea95c10944eedabfd67079a40eed"
integrity sha512-DGc0QeAJrRMI7aRBQq2i6bAEXVgGViUqUV6M5055rjK+ybtrhhQSwztzPYEFVJjqA0G6ITo7EeyjbBU0/7Nxww==

"@deck.gl/layers@^8.9.17":
"@deck.gl/layers@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-8.9.18.tgz#1222f2ec3a5e4151c76e5d7655906c2d86258a18"
integrity sha512-O6X8ueTBp0r//47UeXCHXvr+TNKJPjdfmwQVzGSogFejOif1IVpU2hycIOJ5pMl/PdYs8uZK8VbZj7qYibsrMQ==
Expand All @@ -1311,7 +1311,7 @@
"@math.gl/web-mercator" "^3.6.2"
earcut "^2.2.4"

"@deck.gl/mesh-layers@^8.9.17":
"@deck.gl/mesh-layers@^8.9.18":
version "8.9.18"
resolved "https://registry.yarnpkg.com/@deck.gl/mesh-layers/-/mesh-layers-8.9.18.tgz#c57262210773161d0ea0511625b4372892ca915c"
integrity sha512-1/kH8T7q2UbpUzxrbTiDGA1g75W99Oiz3vvNpPz18W+qEyWMyrxIv80yIdT1s4DKe9uPIfiktNjdYPuhD6q9xw==
Expand Down

0 comments on commit 33b4ba3

Please sign in to comment.