Skip to content

Commit

Permalink
Release 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Aug 16, 2023
1 parent 692ee0f commit f6113e7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@




## v8.2.1 (2023-08-16)

#### :rocket: Enhancement
* [#739](https://github.com/adopted-ember-addons/ember-keyboard/pull/739) Remove engines from addon package.json ([@SergeAstapov](https://github.com/SergeAstapov))
* [#732](https://github.com/adopted-ember-addons/ember-keyboard/pull/732) Allow @ember/test-helpers v3 in peer dependencies ([@francois2metz](https://github.com/francois2metz))

#### :memo: Documentation
* [#674](https://github.com/adopted-ember-addons/ember-keyboard/pull/674) Add note about v2 addon format and ember-auto-import requirement ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#740](https://github.com/adopted-ember-addons/ember-keyboard/pull/740) add ember v4 LTS to CI ([@SergeAstapov](https://github.com/SergeAstapov))
* [#736](https://github.com/adopted-ember-addons/ember-keyboard/pull/736) Fix fastboot test on ember 5 ([@francois2metz](https://github.com/francois2metz))
* [#672](https://github.com/adopted-ember-addons/ember-keyboard/pull/672) Use release-it hook to copy .md files at publish time ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- François de Metz ([@francois2metz](https://github.com/francois2metz))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

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

#### :rocket: Enhancement
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.2.0",
"version": "8.2.1",
"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.2.0",
"version": "8.2.1",
"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.2.0",
"ember-keyboard": "8.2.1",
"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.2.0",
"version": "8.2.1",
"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.2.0",
"version": "8.2.1",
"private": true,
"description": "Test app for ember-keyboard addon",
"keywords": [],
Expand Down Expand Up @@ -52,7 +52,7 @@
"ember-decorators-polyfill": "^1.1.5",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-fn-helper-polyfill": "^1.0.2",
"ember-keyboard": "8.2.0",
"ember-keyboard": "8.2.1",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.5",
Expand Down

0 comments on commit f6113e7

Please sign in to comment.