Skip to content

Commit f2f31be

Browse files
chore(release): 1.0.0-vue3.1 [skip ci]
## 1.0.0-vue3.1 (2025-06-27) ### Features * add all sdk protocol options ([e7f7da4](e7f7da4)) * add composable to support composition api ([b1516c7](b1516c7)) * add semantic ([3bdf050](3bdf050)) ### Bug Fixes * correct augment typings of vue.js ([1ddacc6](1ddacc6)) * correct VueKuzzleOptions type ([705dc5b](705dc5b)) * typo in workflow ([9992d63](9992d63))
1 parent 9992d63 commit f2f31be

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.0.0-vue3.1 (2025-06-27)
2+
3+
4+
### Features
5+
6+
* add all sdk protocol options ([e7f7da4](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/e7f7da4e055e7395ca5196a04f81cbe003b2427c))
7+
* add composable to support composition api ([b1516c7](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/b1516c7675e7a9b9c940780a483d1fd6bcf61553))
8+
* add semantic ([3bdf050](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/3bdf05023adb0ab880a10eddf3ea35b51eb9965b))
9+
10+
11+
### Bug Fixes
12+
13+
* correct augment typings of vue.js ([1ddacc6](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/1ddacc667b37737e846eebf9f44dc10106269675))
14+
* correct VueKuzzleOptions type ([705dc5b](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/705dc5b8119554aeaa0a54a8bc2416e969acef9b))
15+
* typo in workflow ([9992d63](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/9992d63d8582f66035dc3f6e6cb06753d9364bcc))

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.6.0",
3+
"version": "1.0.0-vue3.1",
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)