Skip to content

Commit eb05c08

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents a012c1d + e4875fb commit eb05c08

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

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.15](https://github.com/toneflix/vue-component-pack/compare/1.0.14...1.0.15) (2024-10-08)
7+
8+
**Note:** Version bump only for package @toneflix/vue-components
9+
610
## [1.0.14](https://github.com/toneflix/vue-component-pack/compare/1.0.13...1.0.14) (2024-10-08)
711

812
**Note:** Version bump only for package @toneflix/vue-components

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
}
1010
},
1111
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
12-
"version": "1.0.14",
12+
"version": "1.0.15",
1313
"npmClient": "pnpm"
1414
}

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.15](https://github.com/toneflix/vue-component-pack/compare/1.0.14...1.0.15) (2024-10-08)
7+
8+
**Note:** Version bump only for package @toneflix/otp-input
9+
610
## [1.0.14](https://github.com/toneflix/vue-component-pack/compare/1.0.13...1.0.14) (2024-10-08)
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.14",
3+
"version": "1.0.15",
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.15](https://github.com/toneflix/vue-component-pack/compare/1.0.14...1.0.15) (2024-10-08)
7+
8+
**Note:** Version bump only for package @toneflix/paystack-inline
9+
610
## [1.0.14](https://github.com/toneflix/vue-component-pack/compare/1.0.13...1.0.14) (2024-10-08)
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.14",
3+
"version": "1.0.15",
44
"description": "Paystack Inline component for Vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.js",

runner/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.15](https://github.com/toneflix/vue-component-pack/compare/1.0.14...1.0.15) (2024-10-08)
7+
8+
**Note:** Version bump only for package runner
9+
610
## [1.0.14](https://github.com/toneflix/vue-component-pack/compare/1.0.13...1.0.14) (2024-10-08)
711

812
**Note:** Version bump only for package runner

runner/package.json

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

0 commit comments

Comments
 (0)