Skip to content

Commit 9d242ff

Browse files
committed
v8.0.0-alpha.1
1 parent 0a710b4 commit 9d242ff

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
# Version 8.0
4+
5+
## v8.0.0-alpha.1 (Jan 27, 2025)
6+
7+
- Migrate to monorepo (#2459)
8+
39
# Version 7.2
410

511
## 7.2.0-beta.1 (Sep 12, 2023)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-alpha.0",
2+
"version": "8.0.0-alpha.1",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

modules/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-map-gl",
33
"description": "React components for MapLibre GL JS and Mapbox GL JS",
4-
"version": "8.0.0-alpha.0",
4+
"version": "8.0.0-alpha.1",
55
"keywords": [
66
"mapbox",
77
"maplibre",
@@ -38,8 +38,8 @@
3838
"README.md"
3939
],
4040
"dependencies": {
41-
"@vis.gl/react-maplibre": "8.0.0-alpha.0",
42-
"@vis.gl/react-mapbox": "8.0.0-alpha.0"
41+
"@vis.gl/react-mapbox": "8.0.0-alpha.1",
42+
"@vis.gl/react-maplibre": "8.0.0-alpha.1"
4343
},
4444
"devDependencies": {
4545
"@types/mapbox-gl": "3.4.0",

modules/react-mapbox/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vis.gl/react-mapbox",
33
"description": "React components for Mapbox GL JS",
4-
"version": "8.0.0-alpha.0",
4+
"version": "8.0.0-alpha.1",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",
@@ -29,8 +29,6 @@
2929
"dist",
3030
"README.md"
3131
],
32-
"dependencies": {
33-
},
3432
"devDependencies": {
3533
"mapbox-gl": "^3.9.0"
3634
},

modules/react-maplibre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vis.gl/react-maplibre",
33
"description": "React components for Maplibre GL JS",
4-
"version": "8.0.0-alpha.0",
4+
"version": "8.0.0-alpha.1",
55
"keywords": [
66
"maplibre",
77
"maplibre-gl",

0 commit comments

Comments
 (0)