From 0cca8cf774f7c1d9990eca8ecf4595e9e8f88fde Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Mon, 22 May 2023 18:37:08 +0200 Subject: [PATCH] Release 19.2.0 (#185) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04daee4fc..7006b2004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## main + +## 19.2.0 + +### ✨ Features and improvements + * Remove mapbox reference from docs and test cases [#111](https://github.com/maplibre/maplibre-style-spec/issues/111) +* Custom CSS Color 4 compliant css color parser [#175](https://github.com/maplibre/maplibre-style-spec/issues/175) ## 19.1.0 diff --git a/package-lock.json b/package-lock.json index a3907e71e..e82cedf72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-style-spec", - "version": "19.1.0", + "version": "19.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-style-spec", - "version": "19.1.0", + "version": "19.2.0", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index aeb4475ea..2cab6f000 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre gl styles", - "version": "19.1.0", + "version": "19.2.0", "author": "MapLibre", "keywords": [ "mapbox",