Skip to content

Commit

Permalink
Release 8.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 2, 2024
1 parent e26562b commit 03a9e1f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ember-power-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@




## v8.0.0-beta.0 (2024-01-02)

#### :boom: Breaking Change
* [#1619](https://github.com/cibernox/ember-power-select/pull/1619) Addon to v2 ([@mkszepp](https://github.com/mkszepp))
* [#1615](https://github.com/cibernox/ember-power-select/pull/1615) Update ember cli v4.12.1 to v5.4.1 & drop node v16 ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#1621](https://github.com/cibernox/ember-power-select/pull/1621) Fix doc ([@mkszepp](https://github.com/mkszepp))
* [#1618](https://github.com/cibernox/ember-power-select/pull/1618) Remove overrides in `package.json` ([@mkszepp](https://github.com/mkszepp))
* [#1617](https://github.com/cibernox/ember-power-select/pull/1617) Update typescript, drop mocha, testdouble (unused) ([@mkszepp](https://github.com/mkszepp))
* [#1616](https://github.com/cibernox/ember-power-select/pull/1616) Drop `ember-text-measurer` from dependencies ([@mkszepp](https://github.com/mkszepp))
* [#1614](https://github.com/cibernox/ember-power-select/pull/1614) Drop outdated devDependencies ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- [@mkszepp](https://github.com/mkszepp)

## v7.2.0 (2023-11-16)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-power-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "7.2.0",
"version": "8.0.0-beta.0",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "8.0.0-beta.0"
}

0 comments on commit 03a9e1f

Please sign in to comment.