Skip to content

Commit

Permalink
chore(release): 1.9.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0-beta.1](v1.8.0...v1.9.0-beta.1) (2024-06-17)

### Bug Fixes

* position of a window after full-screen zoom via title double click and zoom out via header icon ([1d4b2e1](1d4b2e1))

### Features

* react 18 support ([d4ad55d](d4ad55d))
  • Loading branch information
semantic-release-bot committed Jun 17, 2024
1 parent 7b32f4f commit a35c999
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.9.0-beta.1](https://github.com/touk/nk-windows/compare/v1.8.0...v1.9.0-beta.1) (2024-06-17)


### Bug Fixes

* position of a window after full-screen zoom via title double click and zoom out via header icon ([1d4b2e1](https://github.com/touk/nk-windows/commit/1d4b2e1c1b19e12a23ced0bb22703e055de923ad))


### Features

* react 18 support ([d4ad55d](https://github.com/touk/nk-windows/commit/d4ad55d918ed73e039ae28edeb670b50860af691))

# [1.8.0](https://github.com/touk/nk-windows/compare/v1.7.1...v1.8.0) (2024-05-15)


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

0 comments on commit a35c999

Please sign in to comment.