Skip to content

Commit

Permalink
Release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Jul 12, 2022
1 parent 0e25cd9 commit d9e7784
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@




## v8.2.0 (2022-07-12)

#### :rocket: Enhancement
* [#638](https://github.com/adopted-ember-addons/ember-keyboard/pull/638) Make keyResponder ember-modifier@4 compat ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#625](https://github.com/adopted-ember-addons/ember-keyboard/pull/625) auto-publish unstable packages to NPM ([@SergeAstapov](https://github.com/SergeAstapov))
* [#627](https://github.com/adopted-ember-addons/ember-keyboard/pull/627) Widen `ember-modifier` dependency requirement ([@SergeAstapov](https://github.com/SergeAstapov))

#### :memo: Documentation
* [#626](https://github.com/adopted-ember-addons/ember-keyboard/pull/626) Fix `isKey` import in documentation usage ([@hugopeixoto](https://github.com/hugopeixoto))
* [#622](https://github.com/adopted-ember-addons/ember-keyboard/pull/622) Improve contributing docs ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#623](https://github.com/adopted-ember-addons/ember-keyboard/pull/623) run `npx ember-cli-update --to=4.3.0` to align with blueprint ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 3
- Hugo Peixoto ([@hugopeixoto](https://github.com/hugopeixoto))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v8.1.1 (2022-04-10)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-keyboard",
"version": "8.1.1",
"version": "8.2.0",
"description": "An Ember.js addon for the painless support of keyboard events",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "8.1.1",
"version": "8.2.0",
"private": true,
"description": "Documentation site for ember-keyboard Ember.js addon",
"keywords": [],
Expand Down Expand Up @@ -48,7 +48,7 @@
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-keyboard": "8.1.1",
"ember-keyboard": "8.2.0",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.1.1",
"version": "8.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "8.1.1",
"version": "8.2.0",
"private": true,
"description": "Test app for ember-keyboard addon",
"keywords": [],
Expand Down Expand Up @@ -52,7 +52,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-fn-helper-polyfill": "^1.0.2",
"ember-keyboard": "8.1.1",
"ember-keyboard": "8.2.0",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.5",
Expand Down

0 comments on commit d9e7784

Please sign in to comment.