Skip to content

Commit e1491b2

Browse files
v0.18.2
1 parent ffd46a6 commit e1491b2

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.2](https://github.com/koory1st/svelement-ui/compare/v0.18.1...v0.18.2) (2023-11-22)
7+
8+
### Bug Fixes
9+
10+
* **input-number:** add logic ([ffd46a6](https://github.com/koory1st/svelement-ui/commit/ffd46a6c506458c1e7cca09568f843ce6a1b59f8))
11+
612
## [0.18.1](https://github.com/koory1st/svelement-ui/compare/v0.18.0...v0.18.1) (2023-11-21)
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.1",
3+
"version": "0.18.2",
44
"npmClient": "pnpm"
55
}

packages/input-number/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.2](https://github.com/koory1st/svelement-ui/compare/v0.18.1...v0.18.2) (2023-11-22)
7+
8+
### Bug Fixes
9+
10+
* **input-number:** add logic ([ffd46a6](https://github.com/koory1st/svelement-ui/commit/ffd46a6c506458c1e7cca09568f843ce6a1b59f8))
11+
612
## [0.18.1](https://github.com/koory1st/svelement-ui/compare/v0.18.0...v0.18.1) (2023-11-21)
713

814
**Note:** Version bump only for package @svelement-ui/input-number

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.1",
3+
"version": "0.18.2",
44
"keywords": [
55
"svelte",
66
"element-ui",

0 commit comments

Comments
 (0)