Skip to content

Commit 057d67a

Browse files
committed
v8.0.0-beta.1
1 parent fbf2791 commit 057d67a

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Version 8.0
44

5+
## v8.0.0-beta.1 (Jan 31, 2025)
6+
7+
- feat: remove `RTLTextPlugin` default for MapLibre (#2480)
8+
59
## v8.0.0-alpha.2 (Jan 27, 2025)
610

711
- Migrate to monorepo (#2459)

Diff for: lerna.json

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

Diff for: modules/main/package.json

+3-3
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.2",
4+
"version": "8.0.0-beta.1",
55
"keywords": [
66
"mapbox",
77
"maplibre",
@@ -38,8 +38,8 @@
3838
"README.md"
3939
],
4040
"dependencies": {
41-
"@vis.gl/react-mapbox": "8.0.0-alpha.2",
42-
"@vis.gl/react-maplibre": "8.0.0-alpha.2"
41+
"@vis.gl/react-mapbox": "8.0.0-beta.1",
42+
"@vis.gl/react-maplibre": "8.0.0-beta.1"
4343
},
4444
"devDependencies": {
4545
"@types/mapbox-gl": "3.4.0",

Diff for: modules/react-mapbox/package.json

+1-1
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.2",
4+
"version": "8.0.0-beta.1",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",

Diff for: modules/react-maplibre/package.json

+1-1
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.2",
4+
"version": "8.0.0-beta.1",
55
"keywords": [
66
"maplibre",
77
"maplibre-gl",

0 commit comments

Comments
 (0)