mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
v8.0.1
This commit is contained in:
parent
565412d174
commit
05d09faed3
@ -2,6 +2,10 @@
|
||||
|
||||
# Version 8.0
|
||||
|
||||
## v8.0.1 (Feb 6, 2025)
|
||||
|
||||
- Fix type resolution for subpath exports when using `moduleResolution: node` (#2486)
|
||||
|
||||
## v8.0.0 (Feb 3, 2025)
|
||||
|
||||
- First version to support Mapbox GL JS' official types and MapLibre GL JS v5.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.1",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"modules/*"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-map-gl",
|
||||
"description": "React components for MapLibre GL JS and Mapbox GL JS",
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.1",
|
||||
"keywords": [
|
||||
"mapbox",
|
||||
"maplibre",
|
||||
@ -51,8 +51,8 @@
|
||||
"README.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"@vis.gl/react-mapbox": "8.0.0",
|
||||
"@vis.gl/react-maplibre": "8.0.0"
|
||||
"@vis.gl/react-mapbox": "8.0.1",
|
||||
"@vis.gl/react-maplibre": "8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mapbox-gl": "3.4.0",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vis.gl/react-mapbox",
|
||||
"description": "React components for Mapbox GL JS",
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.1",
|
||||
"keywords": [
|
||||
"mapbox",
|
||||
"mapbox-gl",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vis.gl/react-maplibre",
|
||||
"description": "React components for Maplibre GL JS",
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.1",
|
||||
"keywords": [
|
||||
"maplibre",
|
||||
"maplibre-gl",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user