Skip to content

Commit

Permalink
v3.1.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgaya committed Oct 30, 2024
1 parent 1217fc6 commit 4de478b
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 18 deletions.
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": "3.1.0-alpha.3"
"version": "3.1.0-alpha.4"
}
5 changes: 3 additions & 2 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Api",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -79,5 +79,6 @@
"react-dom": "17.x || 18.x",
"react-redux": "^7.2.2 || 8.x",
"redux": "^4.0.5"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
5 changes: 3 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Auth",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -71,5 +71,6 @@
"@carto/react-core": "^3.1.0-alpha.1",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
5 changes: 3 additions & 2 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Basemaps",
"keywords": [
"carto",
Expand Down Expand Up @@ -72,5 +72,6 @@
"@deck.gl/google-maps": "^9.0.1",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
5 changes: 3 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Core",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -79,5 +79,6 @@
"@turf/union": "^6.3.0",
"h3-js": "^3.7.2",
"quadbin": "^0.1.9"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
5 changes: 3 additions & 2 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Redux",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -72,5 +72,6 @@
"@deck.gl/carto": "^9.0.1",
"@deck.gl/core": "^9.0.1",
"@reduxjs/toolkit": "^1.5.0"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
5 changes: 3 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - UI",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -94,5 +94,6 @@
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x",
"react-intl": "^6.5.0"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
5 changes: 3 additions & 2 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Widgets",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -86,5 +86,6 @@
"react-dom": "17.x || 18.x",
"react-redux": "^7.2.2 || 8.x",
"redux": "^4.0.5"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}
7 changes: 4 additions & 3 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": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "CARTO for React - Workers",
"author": "CARTO Dev Team",
"keywords": [
Expand Down Expand Up @@ -66,11 +66,12 @@
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"@carto/react-core": "^3.1.0-alpha.3",
"@carto/react-core": "^3.1.0-alpha.4",
"@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"
}
},
"gitHead": "1217fc677ddb467f64ed56bfd15fe1d92f140fff"
}

0 comments on commit 4de478b

Please sign in to comment.