Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New 2.0.6 release #700

Merged
merged 6 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## To be announcted in 2.1
## To be announced in 2.1

- Widgets processing moved to the data warehouses for table and query sources
- Developer API change:
Expand All @@ -9,13 +9,18 @@

## Not released

-

## 2.0

### 2.0.6 (2023-06-07)

- Bump deck.gl to latest 8.9.17 [#700](https://github.com/CartoDB/carto-react/pull/700)
- Feature selection UI refactor [#697](https://github.com/CartoDB/carto-react/pull/697)
- Fix Theme overrides [#696](https://github.com/CartoDB/carto-react/pull/696)
- Add Tooltip to Mui TablePagination and TableWidgetUI [#695](https://github.com/CartoDB/carto-react/pull/695)
- Add typed imports, from deck.gl typed [#693](https://github.com/CartoDB/carto-react/pull/693)

## 2.0

### 2.0.5 (2023-05-26)

- ScatterPlot Widget: Add a skeleton for loading state [#690](https://github.com/CartoDB/carto-react/pull/690)
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.1.0-alpha.11"
"version": "2.0.6"
}
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.15",
"@deck.gl/carto": "^8.9.15",
"@deck.gl/core": "^8.9.15",
"@deck.gl/extensions": "^8.9.15",
"@deck.gl/geo-layers": "^8.9.15",
"@deck.gl/google-maps": "^8.9.15",
"@deck.gl/layers": "^8.9.15",
"@deck.gl/mesh-layers": "^8.9.15",
"@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",
"@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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.10",
"@carto/react-redux": "^2.1.0-alpha.10",
"@carto/react-workers": "^2.1.0-alpha.10",
"@deck.gl/carto": "^8.9.15",
"@deck.gl/core": "^8.9.15",
"@deck.gl/extensions": "^8.9.15",
"@carto/react-core": "^2.0.6",
"@carto/react-redux": "^2.0.6",
"@carto/react-workers": "^2.0.6",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@deck.gl/extensions": "^8.9.17",
"@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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.10",
"@carto/react-core": "^2.0.6",
"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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.10",
"@deck.gl/google-maps": "^8.9.15",
"@carto/react-core": "^2.0.6",
"@deck.gl/google-maps": "^8.9.17",
"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.1.0-alpha.11",
"version": "2.0.6",
"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.15",
"@deck.gl/carto": "^8.9.17",
"@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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.10",
"@carto/react-workers": "^2.1.0-alpha.10",
"@deck.gl/carto": "^8.9.15",
"@deck.gl/core": "^8.9.15",
"@carto/react-core": "^2.0.6",
"@carto/react-workers": "^2.0.6",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.10",
"@carto/react-core": "^2.0.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.10",
"@carto/react-core": "^2.1.0-alpha.10",
"@carto/react-redux": "^2.1.0-alpha.10",
"@carto/react-ui": "^2.1.0-alpha.10",
"@carto/react-workers": "^2.1.0-alpha.10",
"@deck.gl/core": "^8.9.15",
"@deck.gl/layers": "^8.9.15",
"@carto/react-api": "^2.0.6",
"@carto/react-core": "^2.0.6",
"@carto/react-redux": "^2.0.6",
"@carto/react-ui": "^2.0.6",
"@carto/react-workers": "^2.0.6",
"@deck.gl/core": "^8.9.17",
"@deck.gl/layers": "^8.9.17",
"@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.1.0-alpha.11",
"version": "2.0.6",
"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.1.0-alpha.11",
"@carto/react-core": "^2.0.6",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
Expand Down
Loading