Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 3b448bd

Browse files
committed
0.9.4
1 parent 4623520 commit 3b448bd

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.9.4](https://github.com/fivethree-team/fivethree/compare/v0.9.1...v0.9.4) (2019-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **icon:** color default ([4139a4d](https://github.com/fivethree-team/fivethree/commit/4139a4d))
7+
* **icon:** fix default height, width and color ([1951f2c](https://github.com/fivethree-team/fivethree/commit/1951f2c))
8+
* **password-input:** align icon center ([4623520](https://github.com/fivethree-team/fivethree/commit/4623520))
9+
10+
11+
112
<a name="0.9.3"></a>
213
## [0.9.3](https://github.com/fivethree-team/component-library/compare/v0.9.1...v0.9.3) (2019-08-05)
314

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"author": "Fivethree Team",
55
"homepage": "https://fivethree.io/",
66
"description": "Fivethree Web Components",
@@ -125,4 +125,4 @@
125125
"platforms": [
126126
"android"
127127
]
128-
}
128+
}

projects/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Fivethree Core Components",
55
"keywords": [
66
"fivethree",
@@ -44,4 +44,4 @@
4444
"url": "https://github.com/fivethree-team/fivethree/issues"
4545
},
4646
"homepage": "https://github.com/fivethree-team/fivethree#readme"
47-
}
47+
}

0 commit comments

Comments
 (0)