Skip to content

Commit 7570f81

Browse files
authored
Merge pull request #324 from geostyler/next
feat: prepare next release
2 parents e47192d + 2c4c8d5 commit 7570f81

16 files changed

Lines changed: 1470 additions & 1252 deletions
File renamed without changes.
File renamed without changes.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Release
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- next
58

69
jobs:
710
release:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# production
1010
/build
1111
/browser
12+
/dist
1213

1314
# misc
1415
.DS_Store

.releaserc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2-
"branches": ["master"],
2+
"branches": [
3+
"master",
4+
{
5+
"name": "next",
6+
"prerelease": true
7+
}
8+
],
39
"plugins": [
410
[
511
"@semantic-release/commit-analyzer",

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [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)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies ([5926b1b](https://github.com/geostyler/geostyler-mapbox-parser/commit/5926b1b087ca05ac3825b9fb262756f27510112f))
7+
8+
## [6.0.0-next.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.1...v6.0.0-next.1) (2024-06-21)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Switches to esm build and to vite. Users possibly
14+
need to adapt their imports and their bundler.
15+
16+
### Features
17+
18+
* prepare next release ([f110eec](https://github.com/geostyler/geostyler-mapbox-parser/commit/f110eecbdedd3830a03be0b31cb13615fbc03027))
19+
* 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))
20+
21+
22+
### Bug Fixes
23+
24+
* 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))
25+
126
## [5.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.0...v5.0.1) (2023-12-05)
227

328

browser-build.config.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

jest.config.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)