Skip to content

Commit 399515d

Browse files
authored
Merge pull request #7621 from nextcloud-libraries/chore/release-v9
chore: prepare release of v9.0.1
2 parents 98d12ef + 6e0ebe3 commit 399515d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
All notable changes to this project will be documented in this file.
99

10+
## [v9.0.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.0.0) (2025-10-06)
11+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0...v9.0.1)
12+
13+
### 🐛 Fixed bugs
14+
* fix(NcAppContent): avoid double content mount [\#7590](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7590) \([ShGKme](https://github.com/ShGKme)\)
15+
* fix(NcAppContent): add reactivity to pane config key [\#7574](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7574)
16+
17+
### Other Changes
18+
* Updated translations
19+
1020
## [v9.0.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.0.0) (2025-09-25)
1121
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.31.0...v9.0.0)
1222

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/vue",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Nextcloud vue components",
55
"keywords": [
66
"vuejs",

0 commit comments

Comments
 (0)