diff --git a/CHANGELOG.md b/CHANGELOG.md index d6949411..4de3ff77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.12](https://github.com/koory1st/svelement-ui/compare/v0.18.11...v0.18.12) (2023-12-02) + +### Bug Fixes + +* **input-nunmber:** add stepStriclty ([ae67bf5](https://github.com/koory1st/svelement-ui/commit/ae67bf5bf1af70d678505e6156e02596b27ea8aa)) + ## [0.18.11](https://github.com/koory1st/svelement-ui/compare/v0.18.10...v0.18.11) (2023-12-02) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e7ed3073..860ed985 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.18.11", + "version": "0.18.12", "npmClient": "pnpm" } diff --git a/packages/all/CHANGELOG.md b/packages/all/CHANGELOG.md index ac90494a..1f08b3fb 100644 --- a/packages/all/CHANGELOG.md +++ b/packages/all/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.12](https://github.com/koory1st/svelement-ui/compare/v0.18.11...v0.18.12) (2023-12-02) + +**Note:** Version bump only for package @svelement-ui/all + ## [0.18.11](https://github.com/koory1st/svelement-ui/compare/v0.18.10...v0.18.11) (2023-12-02) **Note:** Version bump only for package @svelement-ui/all diff --git a/packages/all/package.json b/packages/all/package.json index 9d4aca70..77ec43eb 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -1,6 +1,6 @@ { "name": "@svelement-ui/all", - "version": "0.18.11", + "version": "0.18.12", "keywords": [ "svelte", "element-ui", diff --git a/packages/input-number/CHANGELOG.md b/packages/input-number/CHANGELOG.md index 40761b12..ea2887cc 100644 --- a/packages/input-number/CHANGELOG.md +++ b/packages/input-number/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.12](https://github.com/koory1st/svelement-ui/compare/v0.18.11...v0.18.12) (2023-12-02) + +### Bug Fixes + +* **input-nunmber:** add stepStriclty ([ae67bf5](https://github.com/koory1st/svelement-ui/commit/ae67bf5bf1af70d678505e6156e02596b27ea8aa)) + ## [0.18.11](https://github.com/koory1st/svelement-ui/compare/v0.18.10...v0.18.11) (2023-12-02) ### Bug Fixes diff --git a/packages/input-number/package.json b/packages/input-number/package.json index 1d88d1dd..6e65c504 100644 --- a/packages/input-number/package.json +++ b/packages/input-number/package.json @@ -1,6 +1,6 @@ { "name": "@svelement-ui/input-number", - "version": "0.18.11", + "version": "0.18.12", "keywords": [ "svelte", "element-ui",