Skip to content

Commit 39246d3

Browse files
committed
7.0.0-alpha.7
1 parent 571bd5b commit 39246d3

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Version 7.0
44

5+
## 7.0.0-alpha.7 (Jan 17, 2022)
6+
7+
- Improve typing (#1695)
8+
- [v7] Fix popup className update in mapbox v1/maplibre (#1694)
9+
510
## 7.0.0-alpha.6 (Jan 9, 2022)
611

712
- [v7] Fix double controls in strict mode (#1678)

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

Diff for: yarn.lock

+8-3
Original file line numberDiff line numberDiff line change
@@ -3389,9 +3389,14 @@ camelcase@^5.0.0, camelcase@^5.3.1:
33893389
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
33903390

33913391
caniuse-lite@^1.0.30001286:
3392-
version "1.0.30001296"
3393-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz"
3394-
integrity sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==
3392+
version "1.0.30001300"
3393+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz"
3394+
integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
3395+
3396+
caniuse-lite@^1.0.30001300:
3397+
version "1.0.30001300"
3398+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz#11ab6c57d3eb6f964cba950401fd00a146786468"
3399+
integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
33953400

33963401
caseless@~0.12.0:
33973402
version "0.12.0"

0 commit comments

Comments
 (0)