Skip to content

Commit

Permalink
chore(release): 3.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.11.0](v3.10.6...v3.11.0) (2022-02-10)

### Features

* **Button:** expose radius and outline color ([90b7fd1](90b7fd1))
* **TextField:** expose radius var to consumer ([3757b15](3757b15))
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent 6f39f38 commit 5123d5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.11.0](https://github.com/silinternational/ui-components/compare/v3.10.6...v3.11.0) (2022-02-10)


### Features

* **Button:** expose radius and outline color ([90b7fd1](https://github.com/silinternational/ui-components/commit/90b7fd1c0db231f605599a8fe493a8dbd0bd27b1))
* **TextField:** expose radius var to consumer ([3757b15](https://github.com/silinternational/ui-components/commit/3757b15380d13655ed593e365e53e1473c677660))

## [3.10.6](https://github.com/silinternational/ui-components/compare/v3.10.5...v3.10.6) (2022-01-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.10.6",
"version": "3.11.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5123d5d

Please sign in to comment.