Skip to content

Commit abd2c68

Browse files
Bump version to 23.3.0 (#1133)
* Bump version to 23.3.0 * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
1 parent fb25245 commit abd2c68

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
## main
22

33
### ✨ Features and improvements
4-
- Add new layer type: `color-relief ([#1067](https://github.com/maplibre/maplibre-style-spec/issues/1067))
54
- _...Add new stuff here..._
65

76
### 🐞 Bug fixes
8-
- Add missing `global-state` expression typing ([#1130](https://github.com/maplibre/maplibre-style-spec/pull/1130))
97
- _...Add new stuff here..._
108

9+
## 23.3.0
10+
11+
### ✨ Features and improvements
12+
13+
- Add new layer type: `color-relief ([#1067](https://github.com/maplibre/maplibre-style-spec/issues/1067))
14+
15+
### 🐞 Bug fixes
16+
17+
- Add missing `global-state` expression typing ([#1130](https://github.com/maplibre/maplibre-style-spec/pull/1130))
18+
1119
## 23.2.3
1220

1321
### ✨ Features and improvements

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 & 2 deletions
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 styles",
4-
"version": "23.2.3",
4+
"version": "23.3.0",
55
"author": "MapLibre",
66
"keywords": [
77
"mapbox",
@@ -25,7 +25,6 @@
2525
"mkdocs": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material",
2626
"mkdocs-build": "npm run generate-docs && docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build --strict",
2727
"test": "vitest",
28-
2928
"test-unit": "vitest run --config vitest.config.unit.ts",
3029
"test-unit-ci": "vitest run --config vitest.config.unit.ts --coverage",
3130
"test-integration": "vitest run --config vitest.config.integration.ts",

0 commit comments

Comments
 (0)