Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.1...v5.0.0) (2024-06-25)

### ⚠ BREAKING CHANGES

* Switches to an esm build, so you might need to
adapt your imports and reconfigure your bundler.
* Built file locations are different, so you may need
to update your imports.

### Features

* add semantic release ([5a3df14](5a3df14))
* use vite & esm build ([634d9d4](634d9d4))

### Bug Fixes

* cleanup package.json ([6dc07c9](6dc07c9))
* **deps:** update dependency @types/d3-selection to v3.0.10 ([0297309](0297309))
* exclude src folder in build ([26bc5dc](26bc5dc))
* remove coveralls ([f901018](f901018))
* remove coveralls ([9b1256a](9b1256a))
* remove dependabot ([94f8442](94f8442))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 962ceed commit a09eff9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [5.0.0](https://github.com/geostyler/geostyler-legend/compare/v4.0.1...v5.0.0) (2024-06-25)


### ⚠ BREAKING CHANGES

* Switches to an esm build, so you might need to
adapt your imports and reconfigure your bundler.
* Built file locations are different, so you may need
to update your imports.

### Features

* add semantic release ([5a3df14](https://github.com/geostyler/geostyler-legend/commit/5a3df14ddadcf63a99e38582a757959cef4858bd))
* use vite & esm build ([634d9d4](https://github.com/geostyler/geostyler-legend/commit/634d9d4796680ca7956b3b33a4efd76ec7a5379a))


### Bug Fixes

* cleanup package.json ([6dc07c9](https://github.com/geostyler/geostyler-legend/commit/6dc07c9fd6171a6691368085af48878032bfff69))
* **deps:** update dependency @types/d3-selection to v3.0.10 ([0297309](https://github.com/geostyler/geostyler-legend/commit/02973093295a4bb53814a1f879af4b941587fb86))
* exclude src folder in build ([26bc5dc](https://github.com/geostyler/geostyler-legend/commit/26bc5dcae43ff3e3c505e27ea5b76f5eea50d3bf))
* remove coveralls ([f901018](https://github.com/geostyler/geostyler-legend/commit/f90101886b499d61d66779ccc1f93e5e95a2b295))
* remove coveralls ([9b1256a](https://github.com/geostyler/geostyler-legend/commit/9b1256a41f5ad1e390d3a167a26584f8cead7502))
* remove dependabot ([94f8442](https://github.com/geostyler/geostyler-legend/commit/94f8442bdca41fe7f7f08f2bc466e44814e8289d))

## [5.0.0-next.4](https://github.com/geostyler/geostyler-legend/compare/v5.0.0-next.3...v5.0.0-next.4) (2024-06-25)


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-legend",
"version": "5.0.0-next.4",
"version": "5.0.0",
"description": "A simple legend component for geostyler-stlye.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit a09eff9

Please sign in to comment.