Skip to content

Commit 271e57c

Browse files
committed
Merge branch 'main' of github.com:koory1st/svelement-ui
2 parents f5d0217 + 32e7b64 commit 271e57c

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [0.18.13](https://github.com/koory1st/svelement-ui/compare/v0.18.12...v0.18.13) (2023-12-03)
7+
8+
### Bug Fixes
9+
10+
* **docs:** add input-number ([4003ceb](https://github.com/koory1st/svelement-ui/commit/4003cebceb011fa295407767c1523654d5d3ca84))
11+
612
## [0.18.12](https://github.com/koory1st/svelement-ui/compare/v0.18.11...v0.18.12) (2023-12-02)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.18.12",
3+
"version": "0.18.13",
44
"npmClient": "pnpm"
55
}

packages/all/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [0.18.13](https://github.com/koory1st/svelement-ui/compare/v0.18.12...v0.18.13) (2023-12-03)
7+
8+
**Note:** Version bump only for package @svelement-ui/all
9+
610
## [0.18.12](https://github.com/koory1st/svelement-ui/compare/v0.18.11...v0.18.12) (2023-12-02)
711

812
**Note:** Version bump only for package @svelement-ui/all

packages/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelement-ui/all",
3-
"version": "0.18.12",
3+
"version": "0.18.13",
44
"keywords": [
55
"svelte",
66
"element-ui",

packages/input-number/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [0.18.13](https://github.com/koory1st/svelement-ui/compare/v0.18.12...v0.18.13) (2023-12-03)
7+
8+
**Note:** Version bump only for package @svelement-ui/input-number
9+
610
## [0.18.12](https://github.com/koory1st/svelement-ui/compare/v0.18.11...v0.18.12) (2023-12-02)
711

812
### Bug Fixes

packages/input-number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelement-ui/input-number",
3-
"version": "0.18.12",
3+
"version": "0.18.13",
44
"keywords": [
55
"svelte",
66
"element-ui",

0 commit comments

Comments
 (0)