Skip to content

Commit 7fc1981

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents 9e42163 + c0514aa commit 7fc1981

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-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.11](https://github.com/toneflix/vue-component-pack/compare/1.0.10...1.0.11) (2024-08-15)
7+
8+
**Note:** Version bump only for package @toneflix/vue-components
9+
610
## 1.0.10 (2024-08-15)
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.10",
12+
"version": "1.0.11",
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.11](https://github.com/toneflix/vue-component-pack/compare/1.0.10...1.0.11) (2024-08-15)
7+
8+
**Note:** Version bump only for package @toneflix/otp-input
9+
610
## 1.0.10 (2024-08-15)
711

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

packages/otp-input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/otp-input",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Simple customizable OTP input for Vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.js",
@@ -34,4 +34,4 @@
3434
"vitepress": "^1.3.1",
3535
"vue": "^3.1"
3636
}
37-
}
37+
}

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.11](https://github.com/toneflix/vue-component-pack/compare/1.0.10...1.0.11) (2024-08-15)
7+
8+
**Note:** Version bump only for package runner
9+
610
## 1.0.10 (2024-08-15)
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.10",
3+
"version": "1.0.11",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)