Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Sep 11, 2023
1 parent d8da957 commit e9052dd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/ngneat/hotkeys/compare/v1.2.0...v2.0.0) (2023-09-11)


### ⚠ BREAKING CHANGES

* 🧨 Replaced @angular/material with @ng-bootstrap/ng-bootstrap
* `dimiss` property has been renamed to `dismiss` in help component.

### Features

* ignore contentEditable elements ([4185015](https://github.com/ngneat/hotkeys/commit/4185015fb21e22f7f69ec7c885aafac5b2778a32))
* upgrade all deps ([bf602dc](https://github.com/ngneat/hotkeys/commit/bf602dcd21750820c24f7c427763cf6e12cad126))
* upgrade to 16 ([b2c839e](https://github.com/ngneat/hotkeys/commit/b2c839eb97a4d4348ecf39ace89ad16d143c2b46))
* upgrade to angular 15 ([e66128f](https://github.com/ngneat/hotkeys/commit/e66128f5e2a314474feb38c828bf216eaf9fa8ee))


### Bug Fixes

* added unit test ([f6d326c](https://github.com/ngneat/hotkeys/commit/f6d326cb515c651567f387fc0a21987f2edea785))
* change property `dimiss` to `dismiss` in help component output ([c4c69f1](https://github.com/ngneat/hotkeys/commit/c4c69f1b649dc7a666325a5c030f98c3aaa01b90))
* remove empty sequence map entry ([e66063e](https://github.com/ngneat/hotkeys/commit/e66063e735c92977d5c4afa213284eeaaa0a5458))
* tests ([6354acf](https://github.com/ngneat/hotkeys/commit/6354acfdbfe2c8b255dbd5bd04c601b2f929c130))
* update node.js version ([0da82aa](https://github.com/ngneat/hotkeys/commit/0da82aac30d45dfc6074d8fe22100418d2dca5ff))


* 💡 Remove Angular material and use bootstrap ([bc7be48](https://github.com/ngneat/hotkeys/commit/bc7be48bbd72780752265e5e038c427b3a6e853c)), closes [#83](https://github.com/ngneat/hotkeys/issues/83)

## [1.3.0](https://github.com/ngneat/hotkeys/compare/v1.2.0...v1.3.0) (2022-06-10)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngneat/hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/hotkeys",
"version": "1.3.0",
"version": "2.0.0",
"description": "A declarative library for handling hotkeys in Angular applications",
"keywords": [
"angular",
Expand Down

0 comments on commit e9052dd

Please sign in to comment.