Skip to content

Commit

Permalink
chore(release): 6.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0-next.1](v5.0.1...v6.0.0-next.1) (2024-06-21)

### ⚠ 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 resolutions to levels 0-24 ([#320](#320)) ([b02d9a5](b02d9a5))
  • Loading branch information
semantic-release-bot committed Jun 21, 2024
1 parent f110eec commit ea61c34
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [6.0.0-next.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.1...v6.0.0-next.1) (2024-06-21)


### ⚠ BREAKING CHANGES

* Switches to esm build and to vite. Users possibly
need to adapt their imports and their bundler.

### Features

* prepare next release ([f110eec](https://github.com/geostyler/geostyler-mapbox-parser/commit/f110eecbdedd3830a03be0b31cb13615fbc03027))
* 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))


### Bug Fixes

* 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))

## [5.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.0...v5.0.1) (2023-12-05)


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,6 +1,6 @@
{
"name": "geostyler-mapbox-parser",
"version": "5.0.1",
"version": "6.0.0-next.1",
"description": "GeoStyler-Style-Parser implementation for Mapbox",
"type": "module",
"main": "dist/MapboxStyleParser.js",
Expand Down

0 comments on commit ea61c34

Please sign in to comment.