Skip to content

Commit ab48fbd

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents 308c5c7 + 1016984 commit ab48fbd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vue-auth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.10.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-01)
7+
8+
### Features
9+
10+
- Add skipInit option to skip pinia re-initialization is needed. ([c41e8a0](https://github.com/toneflix/vue-component-pack/commit/c41e8a054cb96d0f28136ea00e4b830958912633))
11+
612
## [1.9.2](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-01)
713

814
**Note:** Version bump only for package @toneflix/vue-auth

packages/vue-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/vue-auth",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Advanced authentication plugin for Vue 3.",
55
"main": "dist/lib/index.cjs",
66
"module": "dist/es/index.mjs",

0 commit comments

Comments
 (0)