Skip to content

Commit a7971e8

Browse files
committed
v6.0.0
1 parent 6766229 commit a7971e8

File tree

4 files changed

+263
-51
lines changed

4 files changed

+263
-51
lines changed

CHANGELOG.md

+201
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,204 @@
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.0.0 (2020-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid "property of null" error ([45533b7](https://github.com/nativescript-community/ui-mapbox/commit/45533b734d0f0c70f25cef8c2a70cea18458014d))
12+
* ios upgraded sdk ([41785b9](https://github.com/nativescript-community/ui-mapbox/commit/41785b91f4bd6ba3a5b3aa6547c0e4c156a3363e))
13+
14+
15+
16+
# 4.4.0 (2018-10-15)
17+
18+
19+
20+
## 4.3.1 (2018-10-11)
21+
22+
23+
24+
# 4.3.0 (2018-09-25)
25+
26+
27+
28+
# 4.2.0 (2018-08-14)
29+
30+
31+
32+
## 4.1.2 (2018-08-13)
33+
34+
35+
36+
## 4.1.1 (2018-07-03)
37+
38+
39+
40+
# 4.1.0 (2018-07-02)
41+
42+
43+
44+
# 4.0.0 (2018-05-07)
45+
46+
47+
48+
# 3.3.0 (2018-01-20)
49+
50+
51+
52+
## 3.1.3 (2017-11-02)
53+
54+
55+
56+
## 3.1.2 (2017-09-12)
57+
58+
59+
60+
# 3.1.0 (2017-08-17)
61+
62+
63+
64+
## 3.0.3 (2017-08-08)
65+
66+
67+
68+
## 3.0.2 (2017-08-05)
69+
70+
71+
72+
## 3.0.1 (2017-07-12)
73+
74+
75+
76+
# 3.0.0 (2017-04-25)
77+
78+
79+
80+
## 2.6.1 (2017-04-01)
81+
82+
83+
84+
# 2.6.0 (2017-03-22)
85+
86+
87+
88+
## 2.5.3 (2017-03-16)
89+
90+
91+
92+
## 2.5.2 (2017-03-04)
93+
94+
95+
96+
## 2.5.1 (2017-01-29)
97+
98+
99+
100+
# 2.5.0 (2017-01-29)
101+
102+
103+
104+
# 2.4.0 (2017-01-19)
105+
106+
107+
108+
## 2.3.2 (2017-01-09)
109+
110+
111+
112+
## 2.3.1 (2016-12-05)
113+
114+
115+
116+
# 2.3.0 (2016-11-16)
117+
118+
119+
120+
## 2.2.4 (2016-11-16)
121+
122+
123+
124+
## 2.2.3 (2016-11-11)
125+
126+
127+
128+
## 2.2.2 (2016-11-03)
129+
130+
131+
132+
## 2.2.1 (2016-10-26)
133+
134+
135+
136+
# 2.2.0 (2016-10-26)
137+
138+
139+
140+
## 2.1.1 (2016-10-25)
141+
142+
143+
144+
# 2.1.0 (2016-10-15)
145+
146+
147+
148+
# 2.0.0 (2016-10-12)
149+
150+
151+
152+
# 1.5.0 (2016-09-23)
153+
154+
155+
156+
# 1.4.0 (2016-08-24)
157+
158+
159+
160+
# 1.3.0 (2016-07-18)
161+
162+
163+
164+
## 1.2.1 (2016-07-09)
165+
166+
167+
168+
## 1.1.2 (2016-03-16)
169+
170+
171+
172+
## 1.1.1 (2016-02-04)
173+
174+
175+
176+
# 1.1.0 (2016-02-04)
177+
178+
179+
180+
## 1.0.5 (2015-12-22)
181+
182+
183+
184+
## 1.0.4 (2015-11-03)
185+
186+
187+
188+
## 1.0.2 (2015-10-28)
189+
190+
191+
192+
## 1.0.1 (2015-10-08)
193+
194+
195+
196+
# 1.0.0 (2015-10-03)
197+
198+
199+
200+
201+
1202
# Change Log
2203

3204
[Android SDK](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/CHANGELOG.md)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "5.0.0",
5+
"version": "6.0.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.0.0 (2020-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* ios upgraded sdk ([41785b9](https://github.com/nativescript-community/ui-mapbox/commit/41785b91f4bd6ba3a5b3aa6547c0e4c156a3363e))

plugin/package.json

+50-50
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"name": "@nativescript-community/ui-mapbox",
3-
"version": "5.0.0",
4-
"description": "A Nativescript plugin for Mapbox Native Maps.",
5-
"main": "mapbox",
6-
"typings": "index.d.ts",
7-
"nativescript": {
8-
"platforms": {
9-
"android": "3.0.0",
10-
"ios": "3.0.0"
11-
},
12-
"plugin": {
13-
"nan": true,
14-
"pan": true,
15-
"core3": "true",
16-
"category": "Interface"
17-
}
2+
"name": "@nativescript-community/ui-mapbox",
3+
"version": "6.0.0",
4+
"description": "A Nativescript plugin for Mapbox Native Maps.",
5+
"main": "mapbox",
6+
"typings": "index.d.ts",
7+
"nativescript": {
8+
"platforms": {
9+
"android": "3.0.0",
10+
"ios": "3.0.0"
1811
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/nativescript-community/ui-mapbox.git"
22-
},
23-
"keywords": [
24-
"ecosystem:nativescript",
25-
"NativeScript",
26-
"Map",
27-
"Maps",
28-
"Native Maps",
29-
"Mapbox"
30-
],
31-
"author": {
32-
"name": "Yermo Lamers",
33-
"email": "yml@yml.com",
34-
"url": "https://miles-by-motorcycle.com/flyingbricksoftware/about"
35-
},
36-
"contributors": [
37-
{
38-
"name": "Eddy Verbruggen - Original Author",
39-
"email": "eddyverbruggen@gmail.com"
40-
}, {
41-
"name": "Alex Wells",
42-
"email": "autaut03@gmail.com"
43-
}
44-
],
45-
"license": "MIT",
46-
"bugs": {
47-
"url": "https://github.com/nativescript-community/ui-mapbox/issues"
12+
"plugin": {
13+
"nan": true,
14+
"pan": true,
15+
"core3": "true",
16+
"category": "Interface"
17+
}
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/nativescript-community/ui-mapbox.git"
22+
},
23+
"keywords": [
24+
"ecosystem:nativescript",
25+
"NativeScript",
26+
"Map",
27+
"Maps",
28+
"Native Maps",
29+
"Mapbox"
30+
],
31+
"author": {
32+
"name": "Yermo Lamers",
33+
"email": "yml@yml.com",
34+
"url": "https://miles-by-motorcycle.com/flyingbricksoftware/about"
35+
},
36+
"contributors": [
37+
{
38+
"name": "Eddy Verbruggen - Original Author",
39+
"email": "eddyverbruggen@gmail.com"
4840
},
49-
"homepage": "https://github.com/nativescript-community/ui-mapbox",
50-
"readmeFilename": "README.md",
51-
"dependencies": {
52-
"@nativescript-community/perms": "^2.1.1"
41+
{
42+
"name": "Alex Wells",
43+
"email": "autaut03@gmail.com"
5344
}
45+
],
46+
"license": "MIT",
47+
"bugs": {
48+
"url": "https://github.com/nativescript-community/ui-mapbox/issues"
49+
},
50+
"homepage": "https://github.com/nativescript-community/ui-mapbox",
51+
"readmeFilename": "README.md",
52+
"dependencies": {
53+
"@nativescript-community/perms": "^2.1.1"
5454
}
55-
55+
}

0 commit comments

Comments
 (0)