diff --git a/CHANGELOG.md b/CHANGELOG.md index d649a60db..9f660a40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## Not released -- Fix geometry edit in Feature Selection [#854](https://github.com/CartoDB/carto-react/pull/854) - ## 2.4 +### 2.4.1 (2024-03-13) + +- Fix geometry edit in Feature Selection [#854](https://github.com/CartoDB/carto-react/pull/854) + ### 2.4.0 (2024-03-08) - Check invalid geometries for spatial filter [#847](https://github.com/CartoDB/carto-react/pull/847) diff --git a/lerna.json b/lerna.json index 5366b40b6..a0a5db343 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.4.0" + "version": "2.4.1" } diff --git a/packages/react-api/package.json b/packages/react-api/package.json index 926d0c60a..7ffa5562c 100644 --- a/packages/react-api/package.json +++ b/packages/react-api/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-api", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Api", "author": "CARTO Dev Team", "keywords": [ diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 09dbe81cf..3ada6740c 100644 --- a/packages/react-auth/package.json +++ b/packages/react-auth/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-auth", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Auth", "author": "CARTO Dev Team", "keywords": [ diff --git a/packages/react-basemaps/package.json b/packages/react-basemaps/package.json index 021af33ad..bcc605d93 100644 --- a/packages/react-basemaps/package.json +++ b/packages/react-basemaps/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-basemaps", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Basemaps", "keywords": [ "carto", diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 60b5ef41d..f8f67e672 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-core", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Core", "author": "CARTO Dev Team", "keywords": [ diff --git a/packages/react-redux/package.json b/packages/react-redux/package.json index 97c93afa4..a47947037 100644 --- a/packages/react-redux/package.json +++ b/packages/react-redux/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-redux", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Redux", "author": "CARTO Dev Team", "keywords": [ diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 6c2edea48..e52835c99 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-ui", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - UI", "author": "CARTO Dev Team", "keywords": [ diff --git a/packages/react-widgets/package.json b/packages/react-widgets/package.json index 8e0e1a523..c95dd0eca 100644 --- a/packages/react-widgets/package.json +++ b/packages/react-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-widgets", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Widgets", "author": "CARTO Dev Team", "keywords": [ diff --git a/packages/react-workers/package.json b/packages/react-workers/package.json index 5eafbd3be..4305593be 100644 --- a/packages/react-workers/package.json +++ b/packages/react-workers/package.json @@ -1,6 +1,6 @@ { "name": "@carto/react-workers", - "version": "2.4.0", + "version": "2.4.1", "description": "CARTO for React - Workers", "author": "CARTO Dev Team", "keywords": [ @@ -66,7 +66,7 @@ }, "dependencies": { "@babel/runtime": "^7.13.9", - "@carto/react-core": "^2.4.0", + "@carto/react-core": "^2.4.1", "@turf/bbox-polygon": "^6.3.0", "@turf/boolean-intersects": "^6.3.0", "@turf/boolean-within": "^6.3.0",