This commit is contained in:
Xiaoji Chen 2025-04-09 10:29:11 -07:00
parent 0cc3681d10
commit 078bcbd4aa
5 changed files with 10 additions and 6 deletions

View File

@ -2,6 +2,10 @@
# Version 8.0
## v8.0.3 (Apr 9, 2025)
- Fix addSource condition (#2524)
## v8.0.2 (Mar 28, 2025)
- Fix source loading condition (#2513)

View File

@ -1,5 +1,5 @@
{
"version": "8.0.2",
"version": "8.0.3",
"npmClient": "yarn",
"packages": [
"modules/*"

View File

@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "React components for MapLibre GL JS and Mapbox GL JS",
"version": "8.0.2",
"version": "8.0.3",
"keywords": [
"mapbox",
"maplibre",
@ -51,8 +51,8 @@
"README.md"
],
"dependencies": {
"@vis.gl/react-mapbox": "8.0.2",
"@vis.gl/react-maplibre": "8.0.2"
"@vis.gl/react-mapbox": "8.0.3",
"@vis.gl/react-maplibre": "8.0.3"
},
"devDependencies": {
"@types/mapbox-gl": "3.4.0",

View File

@ -1,7 +1,7 @@
{
"name": "@vis.gl/react-mapbox",
"description": "React components for Mapbox GL JS",
"version": "8.0.2",
"version": "8.0.3",
"keywords": [
"mapbox",
"mapbox-gl",

View File

@ -1,7 +1,7 @@
{
"name": "@vis.gl/react-maplibre",
"description": "React components for Maplibre GL JS",
"version": "8.0.2",
"version": "8.0.3",
"keywords": [
"maplibre",
"maplibre-gl",