Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.12.1...v4.0.0) (2022-02-17)

### Bug Fixes

* **Tour:** resolve a11y warnings ([f4e3132](f4e3132))

### Features

* **Drawer:** add currentUrl prop and remove roxi ([c38dfac](c38dfac))
* **Drawer:** remove beforeUrlChange ([2247b8c](2247b8c))
* **IconButton:** add url and disabled props ([fba3e6b](fba3e6b))

### BREAKING CHANGES

* **Drawer:** The consumer must update the currentUrl as a prop
  • Loading branch information
semantic-release-bot committed Feb 17, 2022
1 parent 8b1cc75 commit 4b3a3ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [4.0.0](https://github.com/silinternational/ui-components/compare/v3.12.1...v4.0.0) (2022-02-17)


### Bug Fixes

* **Tour:** resolve a11y warnings ([f4e3132](https://github.com/silinternational/ui-components/commit/f4e31324311ec3ec1b97678c9769168d045ec7f5))


### Features

* **Drawer:** add currentUrl prop and remove roxi ([c38dfac](https://github.com/silinternational/ui-components/commit/c38dfac0f96e1c9ad243244c00f9db9d4353b327))
* **Drawer:** remove beforeUrlChange ([2247b8c](https://github.com/silinternational/ui-components/commit/2247b8c4bfb2164605a9159cbf3ed75e1aff1471))
* **IconButton:** add url and disabled props ([fba3e6b](https://github.com/silinternational/ui-components/commit/fba3e6bc13ab69fc199b35cda09b06206747669a))


### BREAKING CHANGES

* **Drawer:** The consumer must update the currentUrl as a prop

## [3.12.1](https://github.com/silinternational/ui-components/compare/v3.12.0...v3.12.1) (2022-02-17)


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": "3.12.1",
"version": "4.0.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4b3a3ab

Please sign in to comment.