Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-09-02)

### Bug Fixes

* header button size ([7a60cc1](7a60cc1))
* header buttons names instead of classnames ([c4d2a02](c4d2a02))
* individual button classname ([c277006](c277006))
* removed broken urlParam ([aa34eb8](aa34eb8))
* safe (from global styles) classname ([410ff32](410ff32))

### Features

* better default footer button support for promise fail ([6ca213e](6ca213e))
* expose header buttons styles setter ([84b7dc9](84b7dc9))
* prevent bigger than screen windows ([4c1c307](4c1c307))
  • Loading branch information
semantic-release-bot committed Sep 2, 2021
1 parent a2b38c2 commit 46b89ac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.1.0](https://github.com/touk/nk-windows/compare/v1.0.0...v1.1.0) (2021-09-02)


### Bug Fixes

* header button size ([7a60cc1](https://github.com/touk/nk-windows/commit/7a60cc14ee03bf963ceebb6d9956903af15258f6))
* header buttons names instead of classnames ([c4d2a02](https://github.com/touk/nk-windows/commit/c4d2a02df304070d6e31f4b1cb230635b9cb1742))
* individual button classname ([c277006](https://github.com/touk/nk-windows/commit/c2770066ad33c2a7c7ac267650386aedcf3e42cb))
* removed broken urlParam ([aa34eb8](https://github.com/touk/nk-windows/commit/aa34eb8853b669211693537e2437a2ca76a2a411))
* safe (from global styles) classname ([410ff32](https://github.com/touk/nk-windows/commit/410ff325ea834db379522d8af40ea1ec653b8506))


### Features

* better default footer button support for promise fail ([6ca213e](https://github.com/touk/nk-windows/commit/6ca213e0ee17caa4856ebd8ed02a3ae173006d6e))
* expose header buttons styles setter ([84b7dc9](https://github.com/touk/nk-windows/commit/84b7dc904aa9dd942366961dfbc8781ec14a5585))
* prevent bigger than screen windows ([4c1c307](https://github.com/touk/nk-windows/commit/4c1c3073e031028fb8b426c5eaf2b4f73d08c17e))

# [1.1.0-beta.6](https://github.com/touk/nk-windows/compare/v1.1.0-beta.5...v1.1.0-beta.6) (2021-08-31)


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": "@touk/window-manager",
"version": "1.1.0-beta.6",
"version": "1.1.0",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit 46b89ac

Please sign in to comment.