Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 80f2c56

Browse files
authored
Merge pull request #1235 from nextcloud-libraries/v1.0.0-alpha
chore: release 1.0.0-alpha
2 parents f90098e + 4dcc3b0 commit 80f2c56

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

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

9+
## 1.0.0-alpha - 2024-06-17
10+
### Breaking changes
11+
The package now uses Vue 3 instead of Vue 2.7. For older versions of Vue please use `0.x` released version
12+
13+
### Changed
14+
* migrate package to Vue 3
15+
* chore: Add NPM publish workflow
16+
917
## 0.13.0 - 2024-06-16
1018
### Changed
1119
* chore: use vue 2.7 reactive function
@@ -75,4 +83,4 @@ All notable changes to this project will be documented in this file.
7583
* Make internal vuex store work without interfering with no/existing vuex stores
7684

7785
## 0.1.1 - 2019-02-22
78-
* First release
86+
* First release

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ npm install --save nextcloud-vue-collections
2020

2121
This library requires your app to have the following dependencies installed:
2222

23-
- vue 2.7.16
23+
- `^1.0.0` or any compatible newer version: `vue ^3.4.29`
24+
- `^0.12.0` or any compatible newer minor or patch version: `vue ^2.7.16`
2425

2526
After that you can use the collection list component like this:
2627

0 commit comments

Comments
 (0)