Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2021-10-18)

### Bug Fixes

* **Datatable:** Fix text-alignment in numeric Datatable cells ([8f733da](8f733da))

### Features

* **Drawer:** Add support for tooltips on menu items ([27cd6f9](27cd6f9))
  • Loading branch information
semantic-release-bot committed Oct 18, 2021
1 parent 5e82466 commit 60491d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.4.0](https://github.com/silinternational/ui-components/compare/v3.3.0...v3.4.0) (2021-10-18)


### Bug Fixes

* **Datatable:** Fix text-alignment in numeric Datatable cells ([8f733da](https://github.com/silinternational/ui-components/commit/8f733da8c46a059bfd7a98c40d82f94f9ce30366))


### Features

* **Drawer:** Add support for tooltips on menu items ([27cd6f9](https://github.com/silinternational/ui-components/commit/27cd6f92e5de773054989cabbc3b2a272f59a801))

# [3.3.0](https://github.com/silinternational/ui-components/compare/v3.2.0...v3.3.0) (2021-10-13)


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

0 comments on commit 60491d3

Please sign in to comment.