Skip to content

Commit

Permalink
v0.18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent d2f14cd commit e5b23aa
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.18](https://github.com/koory1st/svelement-ui/compare/v0.18.17...v0.18.18) (2023-12-08)

### Bug Fixes

* **input:** expose resize ([e6a57f2](https://github.com/koory1st/svelement-ui/commit/e6a57f2109ba46065b3e03b99fb7eef3543e815b))
* **input:** expose select ([d2f14cd](https://github.com/koory1st/svelement-ui/commit/d2f14cdc383563e463b3606feff4011e6ca037f1))

## [0.18.17](https://github.com/koory1st/svelement-ui/compare/v0.18.16...v0.18.17) (2023-12-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.18.17",
"version": "0.18.18",
"npmClient": "pnpm"
}
4 changes: 4 additions & 0 deletions packages/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18](https://github.com/koory1st/svelement-ui/compare/v0.18.17...v0.18.18) (2023-12-08)

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

## [0.18.17](https://github.com/koory1st/svelement-ui/compare/v0.18.16...v0.18.17) (2023-12-07)

**Note:** Version bump only for package @svelement-ui/all
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/all",
"version": "0.18.17",
"version": "0.18.18",
"keywords": [
"svelte",
"element-ui",
Expand Down
4 changes: 4 additions & 0 deletions packages/input-number/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18](https://github.com/koory1st/svelement-ui/compare/v0.18.17...v0.18.18) (2023-12-08)

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

## [0.18.17](https://github.com/koory1st/svelement-ui/compare/v0.18.16...v0.18.17) (2023-12-07)

**Note:** Version bump only for package @svelement-ui/input-number
Expand Down
2 changes: 1 addition & 1 deletion packages/input-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/input-number",
"version": "0.18.17",
"version": "0.18.18",
"keywords": [
"svelte",
"element-ui",
Expand Down
7 changes: 7 additions & 0 deletions packages/input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.18](https://github.com/koory1st/svelement-ui/compare/v0.18.17...v0.18.18) (2023-12-08)

### Bug Fixes

* **input:** expose resize ([e6a57f2](https://github.com/koory1st/svelement-ui/commit/e6a57f2109ba46065b3e03b99fb7eef3543e815b))
* **input:** expose select ([d2f14cd](https://github.com/koory1st/svelement-ui/commit/d2f14cdc383563e463b3606feff4011e6ca037f1))

## [0.18.17](https://github.com/koory1st/svelement-ui/compare/v0.18.16...v0.18.17) (2023-12-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/input",
"version": "0.18.17",
"version": "0.18.18",
"keywords": [
"svelte",
"element-ui",
Expand Down

0 comments on commit e5b23aa

Please sign in to comment.