Skip to content

Commit

Permalink
Release 2.4.2 (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan committed Mar 22, 2024
1 parent 6ae8a6b commit 3c8d4bb
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 25 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,13 @@

## Not released

## 2.4

### 2.4.2 (2024-03-22)

- Category widget UI: increase keyboard accessibility [#856](https://github.com/CartoDB/carto-react/pull/856)
- Category widget UI: change focus order to increase keyboard accessibility [#857](https://github.com/CartoDB/carto-react/pull/857)

## 2.4

### 2.4.1 (2024-03-13)

- Fix geometry edit in Feature Selection [#854](https://github.com/CartoDB/carto-react/pull/854)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.4.1"
"version": "2.4.2"
}
8 changes: 4 additions & 4 deletions packages/react-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-api",
"version": "2.4.1",
"version": "2.4.2",
"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": "^2.3.11",
"@carto/react-redux": "^2.3.11",
"@carto/react-workers": "^2.3.11",
"@carto/react-core": "^2.4.2",
"@carto/react-redux": "^2.4.2",
"@carto/react-workers": "^2.4.2",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@deck.gl/extensions": "^8.9.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-auth",
"version": "2.4.1",
"version": "2.4.2",
"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": "^2.3.11",
"@carto/react-core": "^2.4.2",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react-basemaps/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-basemaps",
"version": "2.4.1",
"version": "2.4.2",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.3.11",
"@carto/react-core": "^2.4.2",
"@deck.gl/google-maps": "^8.9.18",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-core",
"version": "2.4.1",
"version": "2.4.2",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/react-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-redux",
"version": "2.4.1",
"version": "2.4.2",
"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": "^2.3.11",
"@carto/react-workers": "^2.3.11",
"@carto/react-core": "^2.4.2",
"@carto/react-workers": "^2.4.2",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@reduxjs/toolkit": "^1.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-ui",
"version": "2.4.1",
"version": "2.4.2",
"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": "^2.3.11",
"@carto/react-core": "^2.4.2",
"@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
@@ -1,6 +1,6 @@
{
"name": "@carto/react-widgets",
"version": "2.4.1",
"version": "2.4.2",
"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": "^2.3.11",
"@carto/react-core": "^2.3.11",
"@carto/react-redux": "^2.3.11",
"@carto/react-ui": "^2.3.11",
"@carto/react-workers": "^2.3.11",
"@carto/react-api": "^2.4.2",
"@carto/react-core": "^2.4.2",
"@carto/react-redux": "^2.4.2",
"@carto/react-ui": "^2.4.2",
"@carto/react-workers": "^2.4.2",
"@deck.gl/core": "^8.9.18",
"@deck.gl/layers": "^8.9.18",
"@emotion/react": "^11.10.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-workers/package.json
@@ -1,6 +1,6 @@
{
"name": "@carto/react-workers",
"version": "2.4.1",
"version": "2.4.2",
"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": "^2.4.1",
"@carto/react-core": "^2.4.2",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
Expand Down

0 comments on commit 3c8d4bb

Please sign in to comment.