Skip to content

Commit

Permalink
6.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Dec 20, 2022
1 parent 4044fc4 commit 110f33a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Version 6.1

## 6.1.21 (Dec 19, 2022)

- Add a null-check to map.style in createSource (#2065)

## 6.1.20 (Nov 15, 2022)

- Add conditional to mapboxScaleControl._onMove (#1961)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "6.1.20",
"version": "6.1.21",
"keywords": [
"mapbox",
"mapbox-gl",
Expand Down Expand Up @@ -38,7 +38,7 @@
"flowgen": "for i in $(find dist -type f -name \"*.d.ts\"); do sh -c \"flowgen $i -o ${i%.*.*}.js.flow\"; done;",
"lint": "ocular-lint",
"cover": "ocular-test cover",
"publish-prod": "ocular-publish prod",
"publish-prod": "ocular-publish prod alt-latest",
"publish-beta": "ocular-publish beta",
"test": "tsc && ocular-test",
"test-fast": "tsc && ocular-test node",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3303,9 +3303,9 @@ camelcase@^5.0.0:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

caniuse-lite@^1.0.30001219:
version "1.0.30001285"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz"
integrity sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q==
version "1.0.30001439"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001439.tgz"
integrity sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit 110f33a

Please sign in to comment.