Skip to content

Commit a0a8783

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents 4ef3220 + bf27141 commit a0a8783

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vue-auth/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.12.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
- (vue-auth) Assert that plugin is defined. ([bb3d9f2](https://github.com/toneflix/vue-component-pack/commit/bb3d9f20b999f46cfa5f49d23162021d28b281d9))
11+
12+
### Features
13+
14+
- Remove plugins and skipInit from storage options when passing to the authstore. ([daf1b62](https://github.com/toneflix/vue-component-pack/commit/daf1b6205120105e0e5b8325bf147715977501d1))
15+
616
# [1.11.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-02)
717

818
### Features

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.11.0",
3+
"version": "1.12.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)