Skip to content

Commit c67e751

Browse files
committed
Merge branch 'release/1.6.3'
2 parents fbfb4b8 + c3ffc19 commit c67e751

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,19 +186,23 @@ Returns **{sw: {lat: [number](https://developer.mozilla.org/en-US/docs/Web/JavaS
186186

187187
## Changelog
188188

189+
### v. 1.6.3
190+
191+
- Transferring core project into SmithMicro organization, `mblomdahl/mapbox-gl-circle -> smithmicro/mapbox-gl-circle`
192+
189193
### v. 1.6.2
190194

191195
- Handle center/radius drag interactions over Mapbox GL markers
192196
- Watch for removal of map container and handle removal
193197

194198
### v. 1.6.1
195199

196-
- Improved move animation ([#55](https://github.com/mblomdahl/mapbox-gl-circle/issues/55))
200+
- Improved move animation ([#55](https://github.com/smithmicro/mapbox-gl-circle/issues/55))
197201

198202
### v. 1.6.0
199203

200204
- Add optional `before` argument to _MapboxCircle.addTo_
201-
([#50](https://github.com/mblomdahl/mapbox-gl-circle/issues/50))
205+
([#50](https://github.com/smithmicro/mapbox-gl-circle/issues/50))
202206
- Updated center/radius handle interactions to make performance issues more subtle
203207

204208
### v. 1.5.2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "mapbox-gl-circle",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"author": "Smith Micro Software, Inc.",
55
"license": "ISC",
66
"description": "A google.maps.Circle replacement for Mapbox GL JS API",
7-
"homepage": "https://github.com/mblomdahl/mapbox-gl-circle#readme",
7+
"homepage": "https://github.com/smithmicro/mapbox-gl-circle#readme",
88
"bugs": {
9-
"url": "https://github.com/mblomdahl/mapbox-gl-circle/issues"
9+
"url": "https://github.com/smithmicro/mapbox-gl-circle/issues"
1010
},
1111
"main": "lib/main.js",
1212
"scripts": {
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+ssh://[email protected]:mblomdahl/mapbox-gl-circle.git"
36+
"url": "git+ssh://[email protected]:smithmicro/mapbox-gl-circle.git"
3737
},
3838
"keywords": [
3939
"mapbox",

0 commit comments

Comments
 (0)