Skip to content

Commit

Permalink
Bump version to 21.2.0 (#892)
Browse files Browse the repository at this point in the history
* Bump version to 21.2.0

* tweak

---------

Co-authored-by: birkskyum <[email protected]>
Co-authored-by: Birk Skyum <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent 78e24be commit 89713fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## main

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

### 🐞 Bug fixes
- _...Add new stuff here..._

## 21.2.0

### ✨ Features and improvements
Add `vertical-perspective` projection ([#890](https://github.com/maplibre/maplibre-style-spec/pull/890))

## 21.1.0

### ✨ Features and improvements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maplibre/maplibre-gl-style-spec",
"description": "a specification for maplibre styles",
"version": "21.1.0",
"version": "21.2.0",
"author": "MapLibre",
"keywords": [
"mapbox",
Expand Down
4 changes: 2 additions & 2 deletions src/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -4578,10 +4578,10 @@
"doc": "Web Mercator projection."
},
"globe": {
"doc": "Globe projection. Zoom transition from General Perspective projection to Web Mercator projection."
"doc": "Globe projection. Zoom transition from Vertical Perspective projection to Web Mercator projection."
},
"vertical-perspective": {
"doc": "General Perspective projection."
"doc": "Vertical Perspective projection."
}
}
}
Expand Down

0 comments on commit 89713fd

Please sign in to comment.