Skip to content

Commit 2b38cfb

Browse files
committed
v6.2.11
1 parent 941a5a1 commit 2b38cfb

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [6.2.11](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.10...v6.2.11) (2022-01-09)
7+
8+
9+
### Bug Fixes
10+
11+
* add okhttp implementation ([f73304f](https://github.com/nativescript-community/ui-mapbox/commit/f73304faf9fae447bf0e56c794ed818d2357d887))
12+
* downgrade iOS Mapbox version ([3aa8196](https://github.com/nativescript-community/ui-mapbox/commit/3aa8196259497799a2f8c1019b0210b9834bb2cf))
13+
* export handling cleanup and declaration fixes ([d93e2bc](https://github.com/nativescript-community/ui-mapbox/commit/d93e2bcbb1eecdd3a7fcf9ebdc83caceb4248bab))
14+
15+
16+
### Features
17+
18+
* implement https://github.com/nativescript-community/ui-mapbox/pull/27 ([970aece](https://github.com/nativescript-community/ui-mapbox/commit/970aecef1b76663db404bb978d47c1cda767ecd1))
19+
* implement https://github.com/nativescript-community/ui-mapbox/pull/42 ([73fd0f7](https://github.com/nativescript-community/ui-mapbox/commit/73fd0f72aab045ca449ef35bdba9f9bbd75cb93a))
20+
* implement https://github.com/nativescript-community/ui-mapbox/pull/44 ([4dccf56](https://github.com/nativescript-community/ui-mapbox/commit/4dccf5674ceb8d7cb8095c5aff61d401e3432782))
21+
* implement https://github.com/nativescript-community/ui-mapbox/pull/45 ([9299af1](https://github.com/nativescript-community/ui-mapbox/commit/9299af132d69856d0d317adebcef25544145cfae))
22+
* implement https://github.com/nativescript-community/ui-mapbox/pull/50 ([05a3659](https://github.com/nativescript-community/ui-mapbox/commit/05a3659b6b4398678c916472fe23d560c963155e))

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.2.10",
5+
"version": "6.2.11",
66
"npmClient": "npm",
77
"command": {
88
"publish": {

packages/ui-mapbox/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.11](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.10...v6.2.11) (2022-01-09)
7+
8+
9+
### Bug Fixes
10+
11+
* add okhttp implementation ([f73304f](https://github.com/nativescript-community/ui-mapbox/commit/f73304faf9fae447bf0e56c794ed818d2357d887))
12+
* downgrade iOS Mapbox version ([3aa8196](https://github.com/nativescript-community/ui-mapbox/commit/3aa8196259497799a2f8c1019b0210b9834bb2cf))
13+
14+
15+
16+
17+
618
## [6.2.10](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.9...v6.2.10) (2021-09-28)
719

820
**Note:** Version bump only for package @nativescript-community/ui-mapbox

packages/ui-mapbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
3-
"version": "6.2.10",
3+
"version": "6.2.11",
44
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)