Skip to content

Commit

Permalink
v8.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jan 28, 2025
1 parent 6809e16 commit bcc81bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Version 8.0

## v8.0.0-alpha.1 (Jan 27, 2025)
## v8.0.0-alpha.2 (Jan 27, 2025)

- Migrate to monorepo (#2459)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"npmClient": "yarn",
"packages": [
"modules/*"
Expand Down
6 changes: 3 additions & 3 deletions modules/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "React components for MapLibre GL JS and Mapbox GL JS",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"keywords": [
"mapbox",
"maplibre",
Expand Down Expand Up @@ -38,8 +38,8 @@
"README.md"
],
"dependencies": {
"@vis.gl/react-mapbox": "8.0.0-alpha.1",
"@vis.gl/react-maplibre": "8.0.0-alpha.1"
"@vis.gl/react-mapbox": "8.0.0-alpha.2",
"@vis.gl/react-maplibre": "8.0.0-alpha.2"
},
"devDependencies": {
"@types/mapbox-gl": "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/react-mapbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vis.gl/react-mapbox",
"description": "React components for Mapbox GL JS",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"keywords": [
"mapbox",
"mapbox-gl",
Expand Down
2 changes: 1 addition & 1 deletion modules/react-maplibre/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vis.gl/react-maplibre",
"description": "React components for Maplibre GL JS",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"keywords": [
"maplibre",
"maplibre-gl",
Expand Down

0 comments on commit bcc81bb

Please sign in to comment.