Skip to content

Commit 8309985

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2018-11-24) ### Features * added new config prop 'bodyClassNameOnOpen' ([0e047bf](0e047bf)) * add new config 'closeOnEsc' ([fc1577e](fc1577e)) * added support to change content after create ([02182b3](02182b3)) * added version selector in doc ([7554f7b](7554f7b)) * minor improvements and fixes ([8152b1c](8152b1c))
1 parent 8152b1c commit 8309985

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.2.0](https://github.com/lokesh-coder/toppy/compare/v1.1.1...v1.2.0) (2018-11-24)
2+
3+
4+
### Features
5+
6+
* added new config prop 'bodyClassNameOnOpen' ([0e047bf](https://github.com/lokesh-coder/toppy/commit/0e047bf))
7+
* add new config 'closeOnEsc' ([fc1577e](https://github.com/lokesh-coder/toppy/commit/fc1577e))
8+
* added support to change content after create ([02182b3](https://github.com/lokesh-coder/toppy/commit/02182b3))
9+
* added version selector in doc ([7554f7b](https://github.com/lokesh-coder/toppy/commit/7554f7b))
10+
* minor improvements and fixes ([8152b1c](https://github.com/lokesh-coder/toppy/commit/8152b1c))
11+
112
## [1.1.1](https://github.com/lokesh-coder/toppy/compare/v1.1.0...v1.1.1) (2018-11-22)
213

314

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.1.0":1542548397540,"1.1.1":1542860347098}
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,"1.1.1":1542860347098,"1.2.0":1543048207817}

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.1.1'
1+
export const TOPPY_VERSION='1.2.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.1.1",
3+
"version": "1.2.0",
44
"description": "Overlay library for Angular 7+",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)