Skip to content

Commit 89713fd

Browse files
Bump version to 21.2.0 (#892)
* Bump version to 21.2.0 * tweak --------- Co-authored-by: birkskyum <[email protected]> Co-authored-by: Birk Skyum <[email protected]>
1 parent 78e24be commit 89713fd

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

33
### ✨ Features and improvements
4-
Add `vertical-perspective` projection ([#890](https://github.com/maplibre/maplibre-style-spec/pull/890))
54
- _...Add new stuff here..._
65

76
### 🐞 Bug fixes
87
- _...Add new stuff here..._
98

9+
## 21.2.0
10+
11+
### ✨ Features and improvements
12+
Add `vertical-perspective` projection ([#890](https://github.com/maplibre/maplibre-style-spec/pull/890))
13+
1014
## 21.1.0
1115

1216
### ✨ 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 & 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 styles",
4-
"version": "21.1.0",
4+
"version": "21.2.0",
55
"author": "MapLibre",
66
"keywords": [
77
"mapbox",

src/reference/v8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4578,10 +4578,10 @@
45784578
"doc": "Web Mercator projection."
45794579
},
45804580
"globe": {
4581-
"doc": "Globe projection. Zoom transition from General Perspective projection to Web Mercator projection."
4581+
"doc": "Globe projection. Zoom transition from Vertical Perspective projection to Web Mercator projection."
45824582
},
45834583
"vertical-perspective": {
4584-
"doc": "General Perspective projection."
4584+
"doc": "Vertical Perspective projection."
45854585
}
45864586
}
45874587
}

0 commit comments

Comments
 (0)