Skip to content

Commit 57a22f9

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents 04899f4 + 9737005 commit 57a22f9

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

packages/otp-input/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.42](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-10-28)
7+
8+
**Note:** Version bump only for package @toneflix/otp-input
9+
610
## [1.0.41](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-10-28)
711

812
**Note:** Version bump only for package @toneflix/otp-input

packages/otp-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/otp-input",
3-
"version": "1.0.41",
3+
"version": "1.0.42",
44
"description": "Simple customizable OTP input for Vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.js",

packages/paystack-inline/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.42](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-10-28)
7+
8+
**Note:** Version bump only for package @toneflix/paystack-inline
9+
610
## [1.0.41](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-10-28)
711

812
**Note:** Version bump only for package @toneflix/paystack-inline

packages/paystack-inline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/paystack-inline",
3-
"version": "1.0.41",
3+
"version": "1.0.42",
44
"description": "Paystack Inline component for Vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.js",

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.2.2](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-10-28)
7+
8+
### Bug Fixes
9+
10+
- Set generic user type in middlewares to unknown default. ([bb6fb8c](https://github.com/toneflix/vue-component-pack/commit/bb6fb8cb6eab5ed31251b2b7b9ecefebd6943b5f))
11+
612
## [1.2.1](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-10-28)
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.2.1",
3+
"version": "1.2.2",
44
"description": "Advanced authentication plugin for Vue 3.",
55
"main": "dist/lib/index.js",
66
"module": "dist/es/index.mjs",

runner/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.1.1](https://github.com/toneflix/vue-component-pack/compare/[email protected]@1.1.1) (2024-10-28)
7+
8+
### Bug Fixes
9+
10+
- Set generic user type in middlewares to unknown default. ([bb6fb8c](https://github.com/toneflix/vue-component-pack/commit/bb6fb8cb6eab5ed31251b2b7b9ecefebd6943b5f))
11+
612
# 1.1.0 (2024-10-28)
713

814
### Features

runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runner",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)