Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CHANGELOG.md, bump styles version #181

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Styles v2.0.0-alpha.4
------
- Fix ordering issues related to pedestrian bridges.

Tiles v3.0.0-pre4
------
- Fix appearance of NE boundaries at low zooms.
- Add `pmap:kind`=`bus_stop` to POIs. via [@eikes](https://github.com/eikes)

v3.0.0-pre1
------
- **Release date:** 2023-07-10.
- **Credits:** [@nvkelso](https://github.com/nvkelso), [@bdon](https://github.com/bdon), [@jamesscottbrown](https://github.com/jamesscottbrown), [@tyrauber](https://github.com/tyrauber), [@HeikoGr](https://github.com/HeikoGr), and [@Edefritz](https://github.com/Edefritz)

#### BREAKING CHANZGES
#### BREAKING CHANGES

- **landuse** layer: Move `national_park`, `protected_area`, and `nature_reserve` to landuse layer from natural layer as they are not natural but cultural. [#47](https://github.com/protomaps/basemaps/pull/47)
- **landuse** layer: OSM features with `leisure` tag are now mapped to individual kind values instead of all erroneously to `park`. [#47](https://github.com/protomaps/basemaps/pull/47)
Expand Down
2 changes: 1 addition & 1 deletion styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protomaps-themes-base",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Protomaps basemap themes for MapLibre GL JS",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down