File tree 4 files changed +36
-2
lines changed
4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 6.2.10 " ,
5
+ "version" : " 6.2.11 " ,
6
6
"npmClient" : " npm" ,
7
7
"command" : {
8
8
"publish" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
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
+
14
+
15
+
16
+
17
+
6
18
## [ 6.2.10] ( https://github.com/nativescript-community/ui-mapbox/compare/v6.2.9...v6.2.10 ) (2021-09-28)
7
19
8
20
** Note:** Version bump only for package @nativescript-community/ui-mapbox
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-community/ui-mapbox" ,
3
- "version" : " 6.2.10 " ,
3
+ "version" : " 6.2.11 " ,
4
4
"description" : " Interactive, thoroughly customizable maps powered by vector tiles and OpenGL." ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments