Skip to content

Commit 64350eb

Browse files
committed
Release 9.0.0
1 parent 11ac80a commit 64350eb

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

ember-file-upload/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77

88

9+
10+
## v9.0.0 (2024-01-19)
11+
12+
#### :boom: Breaking Change
13+
* [#1050](https://github.com/adopted-ember-addons/ember-file-upload/pull/1050) Drop support for Ember 3.25 ([@gilest](https://github.com/gilest))
14+
15+
#### :memo: Documentation
16+
* [#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))
17+
18+
#### :house: Internal
19+
* [#1049](https://github.com/adopted-ember-addons/ember-file-upload/pull/1049) Migrate all tests to "strict mode" ([@gilest](https://github.com/gilest))
20+
* [#1048](https://github.com/adopted-ember-addons/ember-file-upload/pull/1048) Setup `ember-template-imports` in test app ([@gilest](https://github.com/gilest))
21+
* [#1039](https://github.com/adopted-ember-addons/ember-file-upload/pull/1039) Improve release config ([@gilest](https://github.com/gilest))
22+
23+
#### Committers: 1
24+
- Giles Thompson ([@gilest](https://github.com/gilest))
25+
926
## v8.4.1 (2023-12-07)
1027

1128
#### :house: Internal

ember-file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-file-upload",
3-
"version": "8.4.1",
3+
"version": "9.0.0",
44
"description": "An uploader component for Ember apps",
55
"keywords": [
66
"ember-addon",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"release-it": {
2626
"plugins": {
2727
"@release-it-plugins/workspaces": {
28-
"workspaces": ["ember-file-upload"]
28+
"workspaces": [
29+
"ember-file-upload"
30+
]
2931
},
3032
"@release-it-plugins/lerna-changelog": {
3133
"infile": "CHANGELOG.md",
@@ -46,5 +48,5 @@
4648
"@glimmer/validator": "^0.84.3"
4749
}
4850
},
49-
"version": "8.4.1"
51+
"version": "9.0.0"
5052
}

0 commit comments

Comments
 (0)