Skip to content

Commit

Permalink
chore(release): 9.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.0-next.1](v8.1.0...v9.0.0-next.1) (2024-06-18)

### ⚠ BREAKING CHANGES

* order of arguments of the FCase function has been change

### Features

* add new functions ([b15e97f](b15e97f))
* export case and step params ([ea7cbaf](ea7cbaf))
* prepare pre releases ([0f1f859](0f1f859))
* produce esm build ([3b71147](3b71147))

### Bug Fixes

* **deps:** update dependency @types/lodash to v4.17.5 ([d32fec9](d32fec9))
* fix esm exports ([bfba56b](bfba56b))
* fix semantic release plugin ([0954bd7](0954bd7))
* update FCase arguments ([2d51319](2d51319))
* update repo schema ([0b4c5c1](0b4c5c1))
  • Loading branch information
semantic-release-bot committed Jun 18, 2024
1 parent 0954bd7 commit 678521b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [9.0.0-next.1](https://github.com/geostyler/geostyler-style/compare/v8.1.0...v9.0.0-next.1) (2024-06-18)


### ⚠ BREAKING CHANGES

* order of arguments of the FCase function has been change

### Features

* add new functions ([b15e97f](https://github.com/geostyler/geostyler-style/commit/b15e97f91210f989725b92ed7b0d8bf3bed51ea3))
* export case and step params ([ea7cbaf](https://github.com/geostyler/geostyler-style/commit/ea7cbaf42dbc91495d0fa4b8fa7ca8f11d60dcae))
* prepare pre releases ([0f1f859](https://github.com/geostyler/geostyler-style/commit/0f1f8595e60897e1c0ced88406424f9a75fb2431))
* produce esm build ([3b71147](https://github.com/geostyler/geostyler-style/commit/3b71147905265b9f96b6856ab61bc5962a32f532))


### Bug Fixes

* **deps:** update dependency @types/lodash to v4.17.5 ([d32fec9](https://github.com/geostyler/geostyler-style/commit/d32fec9d3b396349f501a19660fe1bbdb9b5a515))
* fix esm exports ([bfba56b](https://github.com/geostyler/geostyler-style/commit/bfba56b965e6eaf1c9f55b167ec1e0d39e9bcb6b))
* fix semantic release plugin ([0954bd7](https://github.com/geostyler/geostyler-style/commit/0954bd7a0194a125436aa55a9cf92103e2983632))
* update FCase arguments ([2d51319](https://github.com/geostyler/geostyler-style/commit/2d513191a62b58a841c695c3ba0e3fd0426d9dcb))
* update repo schema ([0b4c5c1](https://github.com/geostyler/geostyler-style/commit/0b4c5c144dc72c0591327478152a1a92c1e23a29))

## [8.1.0](https://github.com/geostyler/geostyler-style/compare/v8.0.0...v8.1.0) (2023-12-01)


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-style",
"version": "8.1.0",
"version": "9.0.0-next.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 678521b

Please sign in to comment.