Skip to content

Commit

Permalink
New alpha release-1.2.0-alpha.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
padawannn authored Dec 29, 2021
1 parent 3427b0e commit 3c3a99f
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released

## 1.2.0-alpha.0 (2021-12-29)
- WRAPPER WIDGET Configurable margin in widgets [#251](https://github.com/CartoDB/carto-react/pull/251)
- Add spatial filter to allow ramdom geometry filters in widgets[#250](https://github.com/CartoDB/carto-react/pull/250)
- DrawingToolWidget [#249](https://github.com/CartoDB/carto-react/pull/249)
- Fix: remove sortBy prop default value [#252](https://github.com/CartoDB/carto-react/pull/252)
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": "1.1.4"
"version": "1.2.1-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/react-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-api",
"version": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - Api",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-auth",
"version": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - Auth",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-basemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-basemaps",
"version": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-core",
"version": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-redux",
"version": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - Redux",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/react-ui",
"version": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - UI",
"author": "CARTO Dev Team",
"keywords": [
Expand Down
8 changes: 4 additions & 4 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": "1.1.4",
"version": "1.2.1-alpha.0",
"description": "CARTO for React - Widgets",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -72,12 +72,12 @@
"@carto/react-ui": "^1.1.4",
"@carto/react-workers": "^1.1.4",
"@material-ui/core": "^4.11.3",
"@nebula.gl/edit-modes": "^1.0.2-alpha.0",
"@nebula.gl/layers": "^1.0.2-alpha.0",
"dequal": "^2.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"@nebula.gl/edit-modes": "^1.0.2-alpha.0",
"@nebula.gl/layers": "^1.0.2-alpha.0"
"redux": "^4.0.5"
}
}
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": "1.1.4",
"version": "1.2.1-alpha.0",
"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": "^1.1.4",
"@carto/react-core": "^1.2.1-alpha.0",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"thenby": "^1.3.4"
Expand Down

0 comments on commit 3c3a99f

Please sign in to comment.