Skip to content

Commit

Permalink
Update to 2.3.2 (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde authored Nov 30, 2023
1 parent 765d101 commit 868d99c
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 27 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

- Added filterable prop to TimeSeriesWidget [#808](https://github.com/CartoDB/carto-react/pull/808)
- Fix dataSources store type [#807](https://github.com/CartoDB/carto-react/pull/807)
- Fix widget copies [#809](https://github.com/CartoDB/carto-react/pull/809)

## 2.3

### 2.3.2 (2023-11-30)

- Fix widget copies [#809](https://github.com/CartoDB/carto-react/pull/809)

### 2.3.1 (2023-11-27)

- Add localization to widgets with react-intl [#793](https://github.com/CartoDB/carto-react/pull/793)
Expand Down
7 changes: 7 additions & 0 deletions LICENSE.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2023 (CARTO)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.3.1"
"version": "2.3.2"
}
6 changes: 3 additions & 3 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.3.1",
"version": "2.3.2",
"description": "CARTO for React - Api",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -80,4 +80,4 @@
"react-redux": "^7.2.2 || 8.x",
"redux": "^4.0.5"
}
}
}
6 changes: 3 additions & 3 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.3.1",
"version": "2.3.2",
"description": "CARTO for React - Auth",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -72,4 +72,4 @@
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
}
}
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.3.1",
"version": "2.3.2",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -73,4 +73,4 @@
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
}
}
6 changes: 3 additions & 3 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.3.1",
"version": "2.3.2",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -80,4 +80,4 @@
"h3-js": "^3.7.2",
"quadbin": "^0.1.9"
}
}
}
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": "2.3.1",
"version": "2.3.2",
"description": "CARTO for React - Redux",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -73,4 +73,4 @@
"@deck.gl/core": "^8.9.18",
"@reduxjs/toolkit": "^1.5.0"
}
}
}
6 changes: 3 additions & 3 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.3.1",
"version": "2.3.2",
"description": "CARTO for React - UI",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -95,4 +95,4 @@
"react-dom": "17.x || 18.x",
"react-intl": "^6.5.0"
}
}
}
6 changes: 3 additions & 3 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.3.1",
"version": "2.3.2",
"description": "CARTO for React - Widgets",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -87,4 +87,4 @@
"react-redux": "^7.2.2 || 8.x",
"redux": "^4.0.5"
}
}
}
8 changes: 4 additions & 4 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.3.1",
"version": "2.3.2",
"description": "CARTO for React - Workers",
"author": "CARTO Dev Team",
"keywords": [
Expand All @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/CartoDB/carto-react.git"
},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -66,11 +66,11 @@
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"@carto/react-core": "^2.3.1",
"@carto/react-core": "^2.3.2",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
"@turf/intersect": "^6.3.0",
"thenby": "^1.3.4"
}
}
}

0 comments on commit 868d99c

Please sign in to comment.