From 671529a46333ecd15c0e2c2e7ac00f8649e297a5 Mon Sep 17 00:00:00 2001 From: birkskyum <74932975+birkskyum@users.noreply.github.com> Date: Sun, 17 Nov 2024 11:46:40 +0000 Subject: [PATCH 1/2] Bump version to 22.0.0 --- CHANGELOG.md | 10 ++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354df50..6cc5238b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ ## main ### ✨ Features and improvements -- Use named imports internally - no package entrypoints changed ([#904](https://github.com/maplibre/maplibre-style-spec/pull/904)) -- Add projection type expression syntax ([#888](https://github.com/maplibre/maplibre-style-spec/pull/888)) - _...Add new stuff here..._ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 22.0.0 + +### ✨ Features and improvements +- Use named imports internally - no package entrypoints changed ([#904](https://github.com/maplibre/maplibre-style-spec/pull/904)) +- Add projection type expression syntax ([#888](https://github.com/maplibre/maplibre-style-spec/pull/888)) + +### 🐞 Bug fixes + ## 21.2.0 ### ✨ Features and improvements diff --git a/package-lock.json b/package-lock.json index 9eb1858a..7e58ab1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-style-spec", - "version": "21.2.0", + "version": "22.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-style-spec", - "version": "21.2.0", + "version": "22.0.0", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index f673eecf..19da27d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre styles", - "version": "21.2.0", + "version": "22.0.0", "author": "MapLibre", "keywords": [ "mapbox", From dfc0339c33715d2b1ac5d76670f8be79fac14f2f Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 17 Nov 2024 13:00:52 +0100 Subject: [PATCH 2/2] cleanup --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc5238b..eb87c2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,6 @@ - Use named imports internally - no package entrypoints changed ([#904](https://github.com/maplibre/maplibre-style-spec/pull/904)) - Add projection type expression syntax ([#888](https://github.com/maplibre/maplibre-style-spec/pull/888)) -### 🐞 Bug fixes - ## 21.2.0 ### ✨ Features and improvements