Skip to content

Commit 14ba33e

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents 730f3a4 + 81b826d commit 14ba33e

File tree

3 files changed

+3731
-1310
lines changed

3 files changed

+3731
-1310
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.8.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-11-23)
7+
8+
### Features
9+
10+
- Add `resetHandler` to handle system resets and 401 errors. ([0d3841a](https://github.com/toneflix/vue-component-pack/commit/0d3841a7f74af0ba15539e76baea86a0885fd393))
11+
612
# [1.7.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-11-23)
713

814
### Bug Fixes

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