Skip to content

Commit d150f0b

Browse files
Release v0.16.1
1 parent c3a67f7 commit d150f0b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.1] (2025-07-12)
11+
12+
### BREAKING
13+
14+
- Rename `ssl-list` CSS class to `ssl-root` for consistency.
15+
16+
### Docs
17+
18+
- Update the demo pages to reflect the latest changes.
19+
- Replace preview image with video.
20+
1021
## [0.16.0] (2025-07-11)
1122

1223
### BREAKING
@@ -1007,7 +1018,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10071018
- Add a ghost element to represent the item being dragged and dropped.
10081019
- Add base animations.
10091020

1010-
[unreleased]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.0...HEAD
1021+
[unreleased]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.1...HEAD
1022+
[0.16.1]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.16.0...v0.16.1
10111023
[0.16.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.1...v0.16.0
10121024
[0.15.1]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.15.0...v0.15.1
10131025
[0.15.0]: https://github.com/rodrigodagostino/svelte-sortable-list/compare/v0.14.1...v0.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rodrigodagostino/svelte-sortable-list",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"author": "Rodrigo D’Agostino <rodrigo.dagostino@proton.me>",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)