Skip to content

Commit c79f64c

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.18...v1.1.0) (2018-11-18) ### Features * fade in content once position is updated ([3520ef6](3520ef6)) * fade in content only after final position is updated ([abbfc8f](abbfc8f))
1 parent abbfc8f commit c79f64c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/lokesh-coder/toppy/compare/v1.0.18...v1.1.0) (2018-11-18)
2+
3+
4+
### Features
5+
6+
* fade in content once position is updated ([3520ef6](https://github.com/lokesh-coder/toppy/commit/3520ef6))
7+
* fade in content only after final position is updated ([abbfc8f](https://github.com/lokesh-coder/toppy/commit/abbfc8f))
8+
19
## [1.0.18](https://github.com/lokesh-coder/toppy/compare/v1.0.17...v1.0.18) (2018-11-16)
210

311
## [1.0.17](https://github.com/lokesh-coder/toppy/compare/v1.0.16...v1.0.17) (2018-11-13)

docs/assets/archived-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"undefined":1541115139547,"1.0.11":1541115874348,"1.0.12":1541117479211,"1.0.13":1541118084059,"1.0.14":1541236752420,"1.0.15":1541524275096,"1.0.16":1541786515110,"1.0.17":1542127897095,"1.0.18":1542339601683}
1+
{"undefined":1541115139547,"1.0.11":1541115874348,"1.0.12":1541117479211,"1.0.13":1541118084059,"1.0.14":1541236752420,"1.0.15":1541524275096,"1.0.16":1541786515110,"1.0.17":1542127897095,"1.0.18":1542339601683,"1.1.0":1542548397540}

docs/environments/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TOPPY_VERSION='1.0.18'
1+
export const TOPPY_VERSION='1.1.0'

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toppy-app",
3-
"version": "1.0.18",
3+
"version": "1.1.0",
44
"description": "Overlay library for Angular 7+",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)