Skip to content

Commit

Permalink
chore(release): 1.2.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0-beta.2](v1.2.0-beta.1...v1.2.0-beta.2) (2021-09-02)

### Features

* blur after zoom click (prevent focused style) ([55cd790](55cd790))
* forward HeaderButton ref ([adcdd1e](adcdd1e))
* new header button icons ([a2c2e84](a2c2e84))
  • Loading branch information
semantic-release-bot committed Sep 2, 2021
1 parent a2c2e84 commit ada38c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.2.0-beta.2](https://github.com/touk/nk-windows/compare/v1.2.0-beta.1...v1.2.0-beta.2) (2021-09-02)


### Features

* blur after zoom click (prevent focused style) ([55cd790](https://github.com/touk/nk-windows/commit/55cd7906a69e947325bdf4acfbb2dddac2dc25a4))
* forward HeaderButton ref ([adcdd1e](https://github.com/touk/nk-windows/commit/adcdd1e909f1948de60b9295b39277663986514e))
* new header button icons ([a2c2e84](https://github.com/touk/nk-windows/commit/a2c2e8482694251252b17a2727a1c97d441fba72))

# [1.2.0-beta.1](https://github.com/touk/nk-windows/compare/v1.1.0...v1.2.0-beta.1) (2021-09-02)


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.2.0-beta.1",
"version": "1.2.0-beta.2",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit ada38c2

Please sign in to comment.