Skip to content

Commit 8c6e4ef

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.0.1...v6.0.0) (2024-06-25) ### ⚠ BREAKING CHANGES * Switches to esm build and to vite. Users possibly need to adapt their imports and their bundler. ### Features * prepare next release ([f110eec](f110eec)) * read rgba color values into hex ([#323](#323)) ([e47192d](e47192d)) ### Bug Fixes * update dependencies ([5926b1b](5926b1b)) * update resolutions to levels 0-24 ([#320](#320)) ([b02d9a5](b02d9a5))
1 parent 7570f81 commit 8c6e4ef

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [6.0.0](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.1...v6.0.0) (2024-06-25)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Switches to esm build and to vite. Users possibly
7+
need to adapt their imports and their bundler.
8+
9+
### Features
10+
11+
* prepare next release ([f110eec](https://github.com/geostyler/geostyler-mapbox-parser/commit/f110eecbdedd3830a03be0b31cb13615fbc03027))
12+
* read rgba color values into hex ([#323](https://github.com/geostyler/geostyler-mapbox-parser/issues/323)) ([e47192d](https://github.com/geostyler/geostyler-mapbox-parser/commit/e47192d7a62b9e70f9e1d2fd36e8f74f1abe6dcd))
13+
14+
15+
### Bug Fixes
16+
17+
* update dependencies ([5926b1b](https://github.com/geostyler/geostyler-mapbox-parser/commit/5926b1b087ca05ac3825b9fb262756f27510112f))
18+
* update resolutions to levels 0-24 ([#320](https://github.com/geostyler/geostyler-mapbox-parser/issues/320)) ([b02d9a5](https://github.com/geostyler/geostyler-mapbox-parser/commit/b02d9a5bbafba4d544f935c3ac40a785cbb7ecec))
19+
120
## [6.0.0-next.2](https://github.com/geostyler/geostyler-mapbox-parser/compare/v6.0.0-next.1...v6.0.0-next.2) (2024-06-25)
221

322

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,6 +1,6 @@
11
{
22
"name": "geostyler-mapbox-parser",
3-
"version": "6.0.0-next.2",
3+
"version": "6.0.0",
44
"description": "GeoStyler-Style-Parser implementation for Mapbox",
55
"type": "module",
66
"main": "dist/MapboxStyleParser.js",

0 commit comments

Comments
 (0)