Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.1.0...v9.0.0) (2023-02-08)

### Bug Fixes

* **Menu:** fix ssr for Menu using window ([e4b0b03](e4b0b03))

### Features

* **Menu:** remove focus of menuItem based on path. Add currentUrl story ([b0aca32](b0aca32))
* **Menu:** remove window & add currentUrl to props ([1e982ad](1e982ad))

### BREAKING CHANGES

* **Menu:** remove checking of current path to focus menu item
  • Loading branch information
semantic-release-bot committed Feb 8, 2023
1 parent 64838b3 commit 8625077
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [9.0.0](https://github.com/silinternational/ui-components/compare/v8.1.0...v9.0.0) (2023-02-08)


### Bug Fixes

* **Menu:** fix ssr for Menu using window ([e4b0b03](https://github.com/silinternational/ui-components/commit/e4b0b03fc6f2f9c9587008f826b5d6b3cdc0343f))


### Features

* **Menu:** remove focus of menuItem based on path. Add currentUrl story ([b0aca32](https://github.com/silinternational/ui-components/commit/b0aca3233d4c0aa0bbfa1df1830da44ff6ef72d9))
* **Menu:** remove window & add currentUrl to props ([1e982ad](https://github.com/silinternational/ui-components/commit/1e982ade89b81e8a5a8e89e7c880e9e6d7a0efd3))


### BREAKING CHANGES

* **Menu:** remove checking of current path to focus menu item

# [8.1.0](https://github.com/silinternational/ui-components/compare/v8.0.1...v8.1.0) (2022-12-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silintl/ui-components",
"version": "8.1.0",
"version": "9.0.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit 8625077

Please sign in to comment.