diff --git a/CHANGELOG.md b/CHANGELOG.md index d856798f5c..77528b43e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ # Changelog +## [v8.39.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.39.0) (2026-05-07) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.38.0...v8.39.0) + +## What's Changed +### 🚀 Enhancements +* [stable8] feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ [\#8498](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8498) \([nfebe](https://github.com/nfebe)\) +* [stable8] feat(NcAppSidebarTab): Redesign active tab as rounded filled pill [\#8501](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8501) \([nfebe](https://github.com/nfebe)\) +* [stable8] feat(NcAppSettingsDialog): new navigation design [\#8503](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8503) \([nfebe](https://github.com/nfebe)\) + ## [v8.38.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.38.0) (2026-04-24) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.37.0...v8.38.0) diff --git a/package-lock.json b/package-lock.json index fa8e69c972..ee6efff973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "8.38.0", + "version": "8.39.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "8.38.0", + "version": "8.39.0", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.7.6", diff --git a/package.json b/package.json index ee07b44133..d69602c886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "8.38.0", + "version": "8.39.0", "description": "Nextcloud vue components", "keywords": [ "vuejs",