Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Jan 19, 2024
1 parent 11ac80a commit 64350eb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
17 changes: 17 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@




## v9.0.0 (2024-01-19)

#### :boom: Breaking Change
* [#1050](https://github.com/adopted-ember-addons/ember-file-upload/pull/1050) Drop support for Ember 3.25 ([@gilest](https://github.com/gilest))

#### :memo: Documentation
* [#1059](https://github.com/adopted-ember-addons/ember-file-upload/pull/1059) Document historic v5 removal – dragging images from other browser windows and `@allowUploadsFromWebsites` ([@gilest](https://github.com/gilest))

#### :house: Internal
* [#1049](https://github.com/adopted-ember-addons/ember-file-upload/pull/1049) Migrate all tests to "strict mode" ([@gilest](https://github.com/gilest))
* [#1048](https://github.com/adopted-ember-addons/ember-file-upload/pull/1048) Setup `ember-template-imports` in test app ([@gilest](https://github.com/gilest))
* [#1039](https://github.com/adopted-ember-addons/ember-file-upload/pull/1039) Improve release config ([@gilest](https://github.com/gilest))

#### Committers: 1
- Giles Thompson ([@gilest](https://github.com/gilest))

## v8.4.1 (2023-12-07)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion ember-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-file-upload",
"version": "8.4.1",
"version": "9.0.0",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"workspaces": ["ember-file-upload"]
"workspaces": [
"ember-file-upload"
]
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
Expand All @@ -46,5 +48,5 @@
"@glimmer/validator": "^0.84.3"
}
},
"version": "8.4.1"
"version": "9.0.0"
}

0 comments on commit 64350eb

Please sign in to comment.