Skip to content

Commit

Permalink
chore: bump version to 18.0.0 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Sep 27, 2024
1 parent 7b422b8 commit f6371ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 18.0.0 (2024-09-27)

### Koobiq

* bug fix **list:** multiple selection by keyboard on macos ([#DS-2908](https://github.com/koobiq/angular-components/issues/issue/DS-2908)) ([#309](https://github.com/koobiq/angular-components/issues/309)) ([722886f](https://github.com/koobiq/angular-components/commit/722886fcd12d0ac2cdd08b006373afad917819ac))
* bug fix **navbar:** kbq-vertical-navbar does not apply design-tokens ([#DS-2911](https://github.com/koobiq/angular-components/issues/issue/DS-2911)) ([#318](https://github.com/koobiq/angular-components/issues/318)) ([0bff8d0](https://github.com/koobiq/angular-components/commit/0bff8d01bdb1cdc13da4a68e97e7b5bd8072942c))
* feature angular 18 ([#DS-2894](https://github.com/koobiq/angular-components/issues/issue/DS-2894)) ([#298](https://github.com/koobiq/angular-components/issues/298)) ([9974ebf](https://github.com/koobiq/angular-components/commit/9974ebf0a88a7dd81b9176ff0726a106a3444aa1))
* feature **icons:** new icons pack ([#DS-2567](https://github.com/koobiq/angular-components/issues/issue/DS-2567)) ([#86](https://github.com/koobiq/angular-components/issues/86)) ([b392539](https://github.com/koobiq/angular-components/commit/b39253915bbc13919e460c7bdb8df3ddccf8a137))
* feature **scrollbar:** updated docs and migrated to standalone ([#DS-2899](https://github.com/koobiq/angular-components/issues/issue/DS-2899)) ([#307](https://github.com/koobiq/angular-components/issues/307)) ([b9c6695](https://github.com/koobiq/angular-components/commit/b9c6695b2210981d51d755b39389200215ff0a12))
* feature updated CI dependencies ([#313](https://github.com/koobiq/angular-components/issues/313)) ([528ef95](https://github.com/koobiq/angular-components/commit/528ef95bbaf3a07fa167f953360dc2df2bb74702))
* feature updated Koobiq icons to 9.1 ([0e86c64](https://github.com/koobiq/angular-components/commit/0e86c64f4d764fc9cd65f36a17bcfa202bccb7c5))
* feature **visual,docs:** moved from sass vars to css-vars ([#296](https://github.com/koobiq/angular-components/issues/296)) ([fbb9756](https://github.com/koobiq/angular-components/commit/fbb97562ed757a359b22a337d546dddc0eb457bc))

# 17.8.0 (2024-09-25)

### Koobiq
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koobiq",
"version": "17.8.0",
"version": "18.0.0",
"description": "Components for Angular",
"private": true,
"homepage": "https://github.com/koobiq/angular-components",
Expand Down

0 comments on commit f6371ba

Please sign in to comment.