Merge pull request #3649 from nextcloud/feat/release
This commit is contained in:
Коммит
56b79afae9
|
@ -2,9 +2,9 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [v7.4.1-beta.1](https://github.com/nextcloud/nextcloud-vue/tree/v7.4.0-beta.1) (2023-01-11)
|
||||
## [v7.4.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.4.0) (2023-01-11)
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0-beta.1)
|
||||
[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0)
|
||||
|
||||
### :rocket: Enhancements
|
||||
|
||||
|
@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Create `aria-label` for icon link [\#3597](https://github.com/nextcloud/nextcloud-vue/pull/3597) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
|
||||
|
||||
### Closed pull requests
|
||||
|
||||
|
||||
- Add console warning messages for deprecated multiselect components [\#3573](https://github.com/nextcloud/nextcloud-vue/pull/3573) ([Pytal](https://github.com/Pytal))
|
||||
|
||||
## [v7.3.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.3.0) (2022-12-23)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@nextcloud/vue",
|
||||
"version": "7.4.0-beta.1",
|
||||
"version": "7.4.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@nextcloud/vue",
|
||||
"version": "7.4.0-beta.1",
|
||||
"version": "7.4.0",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nextcloud/vue",
|
||||
"version": "7.4.0-beta.1",
|
||||
"version": "7.4.0",
|
||||
"description": "Nextcloud vue components",
|
||||
"keywords": [
|
||||
"vuejs",
|
||||
|
|
Загрузка…
Ссылка в новой задаче