Skip to content

Commit fc5ed3a

Browse files
committed
Release 0.1.0-beta.2
1 parent 2514434 commit fc5ed3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.0-beta.2] - 2022-11-29
911
### Fixed
1012
- Export `SortableContext`
1113
- Fix miscalculation in top/left auto-scrolling
@@ -14,5 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1416
## [0.1.0-beta.1] - 2022-09-29
1517
Initial release
1618

17-
[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...HEAD
19+
[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.2...HEAD
20+
[0.1.0-beta.2]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...0.1.0-beta.2
1821
[0.1.0-beta.1]: https://github.com/tobyzerner/inclusive-sort/releases/tag/0.1.0-beta.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inclusive-sort",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "Drag and drop sorting that just works – for everyone.",
55
"module": "dist/inclusive-sort.js",
66
"type": "module",

0 commit comments

Comments
 (0)