Skip to content

Commit acb74b2

Browse files
committed
7.0.0-alpha.2
1 parent 1246847 commit acb74b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
# Version 7.0
44

5+
## 7.0.0-alpha.2 (Jan 2, 2022)
6+
7+
- Update `@types/mapbox-gl` dependency
8+
59
## 7.0.0-alpha.1 (Jan 2, 2022)
610

711
- [v7] utility hooks (#1663)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-map-gl",
33
"description": "React components for Mapbox GL JS-compatible libraries",
4-
"version": "7.0.0-alpha.1",
4+
"version": "7.0.0-alpha.2",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",
@@ -37,7 +37,7 @@
3737
"update-release-branch": "scripts/update-release-branch.sh"
3838
},
3939
"dependencies": {
40-
"@types/mapbox-gl": "^2.0.3"
40+
"@types/mapbox-gl": "^2.6.0"
4141
},
4242
"peerDependencies": {
4343
"mapbox-gl": "*",

0 commit comments

Comments
 (0)