Skip to content

Commit

Permalink
Release 0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Nov 29, 2022
1 parent 2514434 commit fc5ed3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...HEAD
[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.2...HEAD
[0.1.0-beta.2]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...0.1.0-beta.2
[0.1.0-beta.1]: https://github.com/tobyzerner/inclusive-sort/releases/tag/0.1.0-beta.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inclusive-sort",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "Drag and drop sorting that just works – for everyone.",
"module": "dist/inclusive-sort.js",
"type": "module",
Expand Down

0 comments on commit fc5ed3a

Please sign in to comment.