Skip to content

Commit 21e5a25

Browse files
authored
Merge pull request #11 from kuzzleio/vue3
Pre-release
2 parents 064a3b7 + 0a0c4b0 commit 21e5a25

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.7.0-vue3.2](https://github.com/kuzzleio/vue-plugin-kuzzle/compare/v4.7.0-vue3.1...v4.7.0-vue3.2) (2025-06-27)
2+
3+
4+
### Features
5+
6+
* prepare release with semantic ([cba504e](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/cba504ecebe6758a75bb55e96f0616d36854e46c))
7+
18
## [4.7.0-vue3.1](https://github.com/kuzzleio/vue-plugin-kuzzle/compare/v4.6.0...v4.7.0-vue3.1) (2025-06-27)
29

310

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CONTRIBUTING
22

3-
* `master` - Last stable version (4.x compatible with Kuzzle v2 and Vue 3)
4-
* `4-dev` - dev branch for version 4.x, compatible with Kuzzle v2 and Vue 3
5-
* `1-dev`, `1-stable` - dev and stable branches for version 1.x, compatible with Kuzzle v1 and Vue 2
6-
* `2-dev`, `2-stable` - dev and stable branches for version 2.x, compatible with Kuzzle v2 and Vue 2
3+
- `vue3` - Next version (5.x, compatible with Kuzzle v2 and Vue 3)
4+
- `master` - Last stable version (4.x compatible with Kuzzle v2 and Vue 2)
5+
- `beta` - Last beta version (4.x, compatible with Kuzzle v2 and Vue 2)
6+
- `4-dev` - dev branch for version (4.x, compatible with Kuzzle v2 and Vue 2)
7+
- `1-dev`, `1-stable` - dev and stable branches for version 1.x, compatible with Kuzzle v1 and Vue 2
8+
- `2-dev`, `2-stable` - dev and stable branches for version 2.x, compatible with Kuzzle v2 and Vue 2

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": "vue-plugin-kuzzle",
3-
"version": "4.7.0-vue3.1",
3+
"version": "4.7.0-vue3.2",
44
"description": "A Vuejs plugin shipping the Kuzzle SDK in your components",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)