Skip to content

Commit 89ae0ce

Browse files
author
Vincent Scavinner
committed
Release 7.0.0-beta.0
1 parent 4c4283e commit 89ae0ce

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11

2+
3+
## v7.0.0-beta.0 (2023-11-20)
4+
5+
#### :boom: Breaking Change
6+
* [#468](https://github.com/qonto/ember-autofocus-modifier/pull/468) feat: drop node v16 ([@vscav](https://github.com/vscav))
7+
8+
#### :rocket: Enhancement
9+
* [#447](https://github.com/qonto/ember-autofocus-modifier/pull/447) refactor: migrate addon to TypeScript ([@dannycalleri](https://github.com/dannycalleri))
10+
11+
#### :bug: Bug Fix
12+
* [#435](https://github.com/qonto/ember-autofocus-modifier/pull/435) fix(peer-deps): remove ember-source v5 from peerDependencies ([@dannycalleri](https://github.com/dannycalleri))
13+
* [#434](https://github.com/qonto/ember-autofocus-modifier/pull/434) fix(peer-deps): explicitly set ember-source versions range ([@dannycalleri](https://github.com/dannycalleri))
14+
15+
#### :memo: Documentation
16+
* [#465](https://github.com/qonto/ember-autofocus-modifier/pull/465) docs: add TypeScript usage section ([@vscav](https://github.com/vscav))
17+
18+
#### :house: Internal
19+
* [#462](https://github.com/qonto/ember-autofocus-modifier/pull/462) refactor: convert both `app` and `router` files to TypeScript ([@vscav](https://github.com/vscav))
20+
* [#460](https://github.com/qonto/ember-autofocus-modifier/pull/460) chore: install and use @qonto/eslint-config-typescript@1.0.0-rc.0 ([@dannycalleri](https://github.com/dannycalleri))
21+
* [#458](https://github.com/qonto/ember-autofocus-modifier/pull/458) feat(ts-lint): allow use of private and protected syntax for classes in .ts files ([@vscav](https://github.com/vscav))
22+
* [#432](https://github.com/qonto/ember-autofocus-modifier/pull/432) feat: add TypeScript configuration ([@dannycalleri](https://github.com/dannycalleri))
23+
* [#394](https://github.com/qonto/ember-autofocus-modifier/pull/394) fix: remove double pnpm installation ([@vscav](https://github.com/vscav))
24+
* [#393](https://github.com/qonto/ember-autofocus-modifier/pull/393) fix: remove double node installation on CI ([@vscav](https://github.com/vscav))
25+
26+
#### Committers: 2
27+
- Danny Calleri ([@dannycalleri](https://github.com/dannycalleri))
28+
- Vincent Scavinner ([@vscav](https://github.com/vscav))
29+
230
## v6.0.0 (2023-06-02)
331

432
#### :boom: Breaking Change

ember-autofocus-modifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-autofocus-modifier",
3-
"version": "6.0.0",
3+
"version": "7.0.0-beta.0",
44
"description": "Wraps a modifier to autofocus an element in the DOM.",
55
"keywords": [
66
"ember-addon"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-autofocus-modifier",
3-
"version": "6.0.0",
3+
"version": "7.0.0-beta.0",
44
"private": true,
55
"repository": {
66
"type": "git",

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "6.0.0",
3+
"version": "7.0.0-beta.0",
44
"private": true,
55
"description": "Test app for ember-autofocus-modifier addon",
66
"repository": "",
@@ -90,6 +90,6 @@
9090
"edition": "octane"
9191
},
9292
"dependencies": {
93-
"ember-autofocus-modifier": "*"
93+
"ember-autofocus-modifier": "7.0.0-beta.0"
9494
}
9595
}

0 commit comments

Comments
 (0)