Skip to content

Commit 1bcc6ba

Browse files
committed
7.0.0-alpha.5
1 parent 56044fa commit 1bcc6ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Version 7.0
44

5+
## 7.0.0-alpha.5 (Jan 6, 2022)
6+
7+
- [v7] Handle unmount order (#1676)
8+
- [v7] Fix synchronization during transition (#1675)
9+
- [v7] Update MapRef (#1674)
10+
- [v7] Bug fixes (#1673)
11+
512
## 7.0.0-alpha.4 (Jan 4, 2022)
613

714
- [v7] Fix resize synchronization (#1670)

package.json

+1-1
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.4",
4+
"version": "7.0.0-alpha.5",
55
"keywords": [
66
"mapbox",
77
"mapbox-gl",

0 commit comments

Comments
 (0)