Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Apr 7, 2022
1 parent 4a3615b commit c965275
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog


## v8.1.0 (2022-04-07)

#### :rocket: Enhancement
* [#617](https://github.com/adopted-ember-addons/ember-keyboard/pull/617) Prepare for ember-modifier v4 ([@SergeAstapov](https://github.com/SergeAstapov))

#### :memo: Documentation
* [#615](https://github.com/adopted-ember-addons/ember-keyboard/pull/615) move `.md` files to published package ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#616](https://github.com/adopted-ember-addons/ember-keyboard/pull/616) replace highlight.js EOL warning in changelog by title ([@jelhan](https://github.com/jelhan))

#### Committers: 2
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## v8.0.0 (2022-03-17)

#### :boom: Breaking Change
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.0.0",
"version": "8.1.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.0.0",
"version": "8.1.0",
"description": "Documentation site for ember-keyboard Ember.js addon",
"keywords": [],
"repository": {
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.0.0",
"ember-keyboard": "8.1.0",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "7.0.1",
"version": "8.1.0",
"repository": {
"type": "git",
"url": "https://github.com/adopted-ember-addons/ember-keyboard.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.0.0",
"version": "8.1.0",
"description": "Test app for ember-keyboard addon",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -54,7 +54,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.0.0",
"ember-keyboard": "8.1.0",
"ember-load-initializers": "^2.1.2",
"ember-on-helper": "^0.1.0",
"ember-qunit": "^5.1.4",
Expand Down

0 comments on commit c965275

Please sign in to comment.