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

Commit b4b0280

Browse files
committed
🧀 0.0.5
1 parent 5ebdb2d commit b4b0280

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="0.0.5"></a>
2+
## [0.0.5](https://github.com/fivethree-team/fivethree/compare/v0.0.4...v0.0.5) (2018-10-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **bottom sheet:** remove circle dependency ([622aed9](https://github.com/fivethree-team/fivethree/commit/622aed9))
8+
* **loading:** resolve vertical pan and scroll conflict in loading-content ([e57b792](https://github.com/fivethree-team/fivethree/commit/e57b792))
9+
10+
11+
### Features
12+
13+
* **loading-content:** add arrow draw animation ([6faa30c](https://github.com/fivethree-team/fivethree/commit/6faa30c))
14+
* **toolbar-search:** added small toolbar, changed animations, ([59e802b](https://github.com/fivethree-team/fivethree/commit/59e802b))
15+
16+
17+
118
<a name="0.0.4"></a>
219
## [0.0.4](https://github.com/fivethree-team/fivethree/compare/v0.0.2...v0.0.4) (2018-10-11)
320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fivethree",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"author": "Fivethree Team",
55
"homepage": "http://fivethree.io/",
66
"description": "Fivethree Web Components",

projects/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"peerDependencies": {
55
"@angular/animations": "^6.1.10",
66
"@angular/common": "^6.1.10",

0 commit comments

Comments
 (0)