Skip to content

Commit ca95144

Browse files
chore(release): 10.4.0 [skip ci]
# [10.4.0](v10.3.3...v10.4.0) (2025-02-20) ### Bug Fixes * **upload:** add missing router transition after upload drop on category nav ([d4f4b30](d4f4b30)) * **upload:** pass document default meta from config ([ae3a8f3](ae3a8f3)) ### Features * **document:** add copy button ([3cdfb5d](3cdfb5d)) * **upload:** add optional parameters to the upload function ([c69f162](c69f162))
1 parent 3cdfb5d commit ca95144

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [10.4.0](https://github.com/projectcaluma/ember-alexandria/compare/v10.3.3...v10.4.0) (2025-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **upload:** add missing router transition after upload drop on category nav ([d4f4b30](https://github.com/projectcaluma/ember-alexandria/commit/d4f4b303c84ed2deb30160a7f3a9bb8df0149f81))
7+
* **upload:** pass document default meta from config ([ae3a8f3](https://github.com/projectcaluma/ember-alexandria/commit/ae3a8f32ac2388a583d683c811aae55c7a2c4c4c))
8+
9+
10+
### Features
11+
12+
* **document:** add copy button ([3cdfb5d](https://github.com/projectcaluma/ember-alexandria/commit/3cdfb5dbbfd892f8cd8d5647e134d6689cbb3636))
13+
* **upload:** add optional parameters to the upload function ([c69f162](https://github.com/projectcaluma/ember-alexandria/commit/c69f1622723037920a7d61ebef0a6041e3ffbf24))
14+
115
## [10.3.3](https://github.com/projectcaluma/ember-alexandria/compare/v10.3.2...v10.3.3) (2025-02-14)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-alexandria",
3-
"version": "10.3.3",
3+
"version": "10.4.0",
44
"description": "Document management frontend for the alexandria backend",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)