Skip to content

Commit

Permalink
v0.19.23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2024
1 parent 856763a commit 8b1641f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 5 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.19.23](https://github.com/koory1st/svelement-ui/compare/v0.19.22...v0.19.23) (2024-02-04)

### Bug Fixes

* **popper:** add null check ([856763a](https://github.com/koory1st/svelement-ui/commit/856763a370c266364fd16260d1dcbf86d786ffee))
* **popper:** change singleton ([5c51ec9](https://github.com/koory1st/svelement-ui/commit/5c51ec96f27c74ee82b3ba3f13a6e244e104e34e))

## [0.19.22](https://github.com/koory1st/svelement-ui/compare/v0.19.21...v0.19.22) (2024-02-03)

### 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.19.22",
"version": "0.19.23",
"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.19.23](https://github.com/koory1st/svelement-ui/compare/v0.19.22...v0.19.23) (2024-02-04)

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

## [0.19.22](https://github.com/koory1st/svelement-ui/compare/v0.19.21...v0.19.22) (2024-02-03)

**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.19.22",
"version": "0.19.23",
"keywords": [
"svelte",
"element-ui",
Expand Down
7 changes: 7 additions & 0 deletions packages/popper/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.19.23](https://github.com/koory1st/svelement-ui/compare/v0.19.22...v0.19.23) (2024-02-04)

### Bug Fixes

* **popper:** add null check ([856763a](https://github.com/koory1st/svelement-ui/commit/856763a370c266364fd16260d1dcbf86d786ffee))
* **popper:** change singleton ([5c51ec9](https://github.com/koory1st/svelement-ui/commit/5c51ec96f27c74ee82b3ba3f13a6e244e104e34e))

## [0.19.22](https://github.com/koory1st/svelement-ui/compare/v0.19.21...v0.19.22) (2024-02-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/popper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/popper",
"version": "0.19.22",
"version": "0.19.23",
"keywords": [
"svelte",
"element-ui",
Expand Down
4 changes: 4 additions & 0 deletions packages/slider/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.19.23](https://github.com/koory1st/svelement-ui/compare/v0.19.22...v0.19.23) (2024-02-04)

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

## [0.19.22](https://github.com/koory1st/svelement-ui/compare/v0.19.21...v0.19.22) (2024-02-03)

**Note:** Version bump only for package @svelement-ui/slider
Expand Down
2 changes: 1 addition & 1 deletion packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/slider",
"version": "0.19.22",
"version": "0.19.23",
"keywords": [
"svelte",
"element-ui",
Expand Down
4 changes: 4 additions & 0 deletions packages/tooltip/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.19.23](https://github.com/koory1st/svelement-ui/compare/v0.19.22...v0.19.23) (2024-02-04)

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

## [0.19.22](https://github.com/koory1st/svelement-ui/compare/v0.19.21...v0.19.22) (2024-02-03)

**Note:** Version bump only for package @svelement-ui/tooltip
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/tooltip",
"version": "0.19.22",
"version": "0.19.23",
"keywords": [
"svelte",
"element-ui",
Expand Down

0 comments on commit 8b1641f

Please sign in to comment.