Skip to content

Commit 2583bde

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents bb3d9f2 + dd6e563 commit 2583bde

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.11.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-02)
7+
8+
### Features
9+
10+
- Add options.storageOptions.plugins config to allow installing pinia plugins directly. ([0260a94](https://github.com/toneflix/vue-component-pack/commit/0260a943f1673724c9fabf38863446c87716c7f0))
11+
612
# [1.10.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-01)
713

814
### 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.10.0",
3+
"version": "1.11.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)