Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 1476c54

Browse files
committed
Release version 0.5.1
1 parent ea165f9 commit 1476c54

6 files changed

+8
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Changelog rules:
88
-->
99

1010
## Unreleased
11+
12+
## [0.5.1] - 2022-11-24
1113
### Changed
1214
- Default `center` coordinates to point to the new offices.
13-
- Update dependencies
15+
- Update dependencies.
1416

1517
## [0.5.0] - 2020-11-03
1618
### Changed

dist/lmc-maps.cjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ var LmcMaps = /** @class */ (function () {
178178
this.map = new mapboxgl.Map({
179179
container: this.container,
180180
style: this.publicUrl + "/styles/" + this.style + "/style.json",
181-
center: this.center || [14.4563172, 50.1028914],
181+
center: this.center || [14.4655, 50.1045],
182182
zoom: this.zoom || 12,
183183
renderWorldCopies: false,
184184
pitchWithRotate: false,

dist/lmc-maps.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lmc-maps.iife.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var LmcMaps = (function (mapboxgl) {
177177
this.map = new mapboxgl.Map({
178178
container: this.container,
179179
style: this.publicUrl + "/styles/" + this.style + "/style.json",
180-
center: this.center || [14.4563172, 50.1028914],
180+
center: this.center || [14.4655, 50.1045],
181181
zoom: this.zoom || 12,
182182
renderWorldCopies: false,
183183
pitchWithRotate: false,

dist/lmc-maps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ var LmcMaps = /** @class */ (function () {
174174
this.map = new mapboxgl.Map({
175175
container: this.container,
176176
style: this.publicUrl + "/styles/" + this.style + "/style.json",
177-
center: this.center || [14.4563172, 50.1028914],
177+
center: this.center || [14.4655, 50.1045],
178178
zoom: this.zoom || 12,
179179
renderWorldCopies: false,
180180
pitchWithRotate: false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/lmc-maps",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Library for LMC Maps service",
55
"main": "dist/lmc-maps.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)