Skip to content

Commit

Permalink
v0.19.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2024
1 parent e5e7c66 commit 3e1ad04
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.15](https://github.com/koory1st/svelement-ui/compare/v0.19.14...v0.19.15) (2024-01-28)

### Bug Fixes

* **slider:** add tooltip stop ([e5e7c66](https://github.com/koory1st/svelement-ui/commit/e5e7c665113799a836b191d5e825475a5cf84953))

## [0.19.14](https://github.com/koory1st/svelement-ui/compare/v0.19.13...v0.19.14) (2024-01-28)

### 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.14",
"version": "0.19.15",
"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.15](https://github.com/koory1st/svelement-ui/compare/v0.19.14...v0.19.15) (2024-01-28)

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

## [0.19.14](https://github.com/koory1st/svelement-ui/compare/v0.19.13...v0.19.14) (2024-01-28)

**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.14",
"version": "0.19.15",
"keywords": [
"svelte",
"element-ui",
Expand Down
6 changes: 6 additions & 0 deletions packages/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.15](https://github.com/koory1st/svelement-ui/compare/v0.19.14...v0.19.15) (2024-01-28)

### Bug Fixes

* **slider:** add tooltip stop ([e5e7c66](https://github.com/koory1st/svelement-ui/commit/e5e7c665113799a836b191d5e825475a5cf84953))

## [0.19.14](https://github.com/koory1st/svelement-ui/compare/v0.19.13...v0.19.14) (2024-01-28)

### Bug Fixes
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.14",
"version": "0.19.15",
"keywords": [
"svelte",
"element-ui",
Expand Down

0 comments on commit 3e1ad04

Please sign in to comment.