Skip to content

Commit

Permalink
chore(release): release 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Oct 11, 2024
1 parent 4f90b48 commit f720352
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [12.0.0](https://github.com/nationalbankbelgium/stark/compare/12.0.0-rc.0...12.0.0) (2024-10-11)


### Features

* **docs:** add documentation to upgrade from Stark 10 (Angular 7) to Stark 12 (Angular 16) ([e89e966](https://github.com/nationalbankbelgium/stark/commit/e89e966a5ee724350155717d0262d8b612d08b19))
* **showcase:** adapt showcase to work with latest version of nouislider library ([538ee05](https://github.com/nationalbankbelgium/stark/commit/538ee05e76ae75505ae29585f292c15ecfcaf636))
* **stark-ui:** adapt stark-slider component to work with the latest version of `nouislider` library ([a9db3b0](https://github.com/nationalbankbelgium/stark/commit/a9db3b058554216dffc568f06900c0940ad9c597))


### BREAKING CHANGES

* **stark-ui:** `StarkSliderConfig` extends nouislider `Options` therefore the start property is now required. In the next major release, the `StarkSliderConfig` interface may be removed.



# [12.0.0-rc.0](https://github.com/nationalbankbelgium/stark/compare/12.0.0-beta.2...12.0.0-rc.0) (2024-06-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": "stark-srcs",
"version": "12.0.0-rc.0",
"version": "12.0.0",
"private": true,
"description": "Stark - a framework for Angular apps",
"author": "Stark Team <[email protected]>",
Expand Down

0 comments on commit f720352

Please sign in to comment.