From 05d09faed3be032b18a5aedd6a2217d3aeb3f71d Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Thu, 6 Feb 2025 22:28:49 -0800 Subject: [PATCH] v8.0.1 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- modules/main/package.json | 6 +++--- modules/react-mapbox/package.json | 2 +- modules/react-maplibre/package.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3569069e9..c6d73d860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lerna.json b/lerna.json index 47954c639..0cbec1783 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.0", + "version": "8.0.1", "npmClient": "yarn", "packages": [ "modules/*" diff --git a/modules/main/package.json b/modules/main/package.json index 8d3b7faa8..eb5936ed2 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -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", diff --git a/modules/react-mapbox/package.json b/modules/react-mapbox/package.json index 115cc2fc6..65923c79e 100644 --- a/modules/react-mapbox/package.json +++ b/modules/react-mapbox/package.json @@ -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", diff --git a/modules/react-maplibre/package.json b/modules/react-maplibre/package.json index ac9e739bb..5d925be49 100644 --- a/modules/react-maplibre/package.json +++ b/modules/react-maplibre/package.json @@ -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",