Skip to content

Commit 431d09a

Browse files
Version Packages (next) (#138)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 549bae6 commit 431d09a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"react-three-map": "0.8.2"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"wet-trees-scream"
9+
]
810
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# react-three-map
22

3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- 9be6c41: Updated to work with `react-map-gl >= 8.0.0`.
8+
9+
This has the cascade effect of requiring also to upgrade either of the map providers you are using:
10+
11+
- `mapbox-gl >= 3.5.0`
12+
- `maplibre-gl >= 4.0.0`
13+
314
## 0.8.2
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-three-map",
3-
"version": "0.8.2",
3+
"version": "1.0.0-next.0",
44
"description": "Use react-three-fiber inside MapLibre and Mapbox",
55
"main": "dist/cjs/main.js",
66
"module": "dist/es/main.mjs",

0 commit comments

Comments
 (0)