Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Aug 4, 2022
1 parent 422f283 commit ff42fe5
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.2.0] - 2022-08-05
### Changed
- Upgrade to `@floating-ui/dom` 1.0.0.
- Switch build tool from Rollup to Vite.
Expand Down Expand Up @@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Mark package as side-effect free.


[Unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.3...HEAD
[unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inclusive-elements",
"version": "0.1.3",
"version": "0.2.0",
"description": "Accessible, lightweight, unstyled implementations of common UI controls.",
"module": "./dist/inclusive-elements.js",
"type": "module",
Expand Down

0 comments on commit ff42fe5

Please sign in to comment.