Skip to content

Commit

Permalink
chore: release version `0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-tailor committed Apr 19, 2022
1 parent 922bb46 commit 4b639d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ 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] - 2022-04-18
## [0.1.1](https://github.com/philipp-tailor/svelte_sidebar/releases/tag/0.1.1) - 2022-04-19
### Fixed
- Conditional exports in `package.json` reference valid file paths after build, see 922bb46d6228ac0d6aa6357356b2b4981ba85294. Fixes #504.
- Screen reader in Safari announces link groups as lists, see 31b3f69273a04d96fadba7de534c3167198ec74c.
- Theme switch no longer flickers after mount, see e9f3c334a2bb2e2dc856bde16e640b3a24987ab2.
### Changed
- Style definitions use CSS logical properties, see 2fb17d85e617960a4f2f9ede26f5ebcef5162700.
## [0.1.0](https://github.com/philipp-tailor/svelte_sidebar/releases/tag/0.1.0) - 2022-04-18
### Added
- Allow to collapse link groups by default with `collapseTree: true`, see 4688ba561dc7152d96bf402efd3ba9c1624a6a98. Implements #456.
- Allow to disable transitions with `transitionEnabled: false`, see 01b07d7921050621561f80532c34567f5407ffde.
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": "svelte_sidebar",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"svelte",
"sidebar",
Expand Down

0 comments on commit 4b639d9

Please sign in to comment.