Skip to content

Commit b414c14

Browse files
authored
Bump version to 19.0.1 (#134)
1 parent b593a14 commit b414c14

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## main
22

3+
## 19.0.1
4+
5+
### 🐛 Bug fixes
6+
7+
* Restore support for `Color` instances in `Color.parse` [#128](https://github.com/maplibre/maplibre-style-spec/pull/128)
8+
9+
310
## 19.0.0
411

512
### ✨ Features and improvements
@@ -19,11 +26,11 @@ Interpretation of interpolation of colors with alpha channel equal to 0 has chan
1926
* The maplibre style specification and utilities now has it's own repository. The major bump is mainly a precautionary measure, in case the restructuring causes friction.
2027

2128
## 17.1.0
22-
* Add support for multiple sprites in one style (#1805)
29+
* Add support for multiple sprites in one style [#1805](https://github.com/maplibre/maplibre-style-spec/pull/1805)
2330

2431
## 17.0.2
2532

26-
* Fix errors when running style-spec bin scripts and added missing help. Removed unnecessary script 'gl-style-composite'. ([#1971](https://github.com/maplibre/maplibre-gl-js/pull/1971))
33+
* Fix errors when running style-spec bin scripts and added missing help. Removed unnecessary script 'gl-style-composite'. [#1971](https://github.com/maplibre/maplibre-gl-js/pull/1971)
2734

2835
## 17.0.1
2936

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@maplibre/maplibre-gl-style-spec",
33
"description": "a specification for maplibre gl styles",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"author": "MapLibre",
66
"keywords": [
77
"mapbox",

0 commit comments

Comments
 (0)