Skip to content

Commit

Permalink
chore(release): 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madve2 committed Jun 13, 2023
1 parent 98a4db0 commit b850ef2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [9.0.0](https://github.com/ng-lightning/ng-lightning/compare/v8.0.0...v9.0.0) (2023-06-13)


### Bug Fixes

* **app:** fix karma coverage reporter ([98a4db0](https://github.com/ng-lightning/ng-lightning/commit/98a4db06853071d7f1931a7f3e969f6a3b25e91d))
* **combobox:** lookups stop selection of option when no matches closes [#575](https://github.com/ng-lightning/ng-lightning/issues/575) ([#576](https://github.com/ng-lightning/ng-lightning/issues/576)) ([85f6b31](https://github.com/ng-lightning/ng-lightning/commit/85f6b319c227a4d5fa2d1ba5ccce663bf8f4eade))
* **combobox:** stop updating input if there is no selection ([#558](https://github.com/ng-lightning/ng-lightning/issues/558)) ([43242c5](https://github.com/ng-lightning/ng-lightning/commit/43242c56fe5892ec188bbbc2ae5fc429597f94d3))
* **combobox:** update selection value when options change ([fe25ae4](https://github.com/ng-lightning/ng-lightning/commit/fe25ae4e11d5e2495b304d3e2a9b66f59584cefb))


### Features

* **app:** update project to angular 15 ([5dc8a91](https://github.com/ng-lightning/ng-lightning/commit/5dc8a9177a54e65c9aaabde907c265cb0a006c98))



# [8.0.0](https://github.com/ng-lightning/ng-lightning/compare/v7.0.2...v8.0.0) (2021-06-27)


Expand Down
2 changes: 1 addition & 1 deletion projects/ng-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-lightning",
"version": "8.0.0",
"version": "9.0.0",
"description": "Native Angular components and directives for Lightning Design System",
"repository": {
"type": "git",
Expand Down

0 comments on commit b850ef2

Please sign in to comment.