Skip to content

Commit

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

### Bug Fixes

* better window positioning ([7b94f19](7b94f19))
  • Loading branch information
semantic-release-bot committed Sep 8, 2021
1 parent 7b94f19 commit 5039d6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0-beta.4](https://github.com/touk/nk-windows/compare/v1.2.0-beta.3...v1.2.0-beta.4) (2021-09-08)


### Bug Fixes

* better window positioning ([7b94f19](https://github.com/touk/nk-windows/commit/7b94f198cf7a2261e56ff6cc1a55e7418386f0b4))

# [1.2.0-beta.3](https://github.com/touk/nk-windows/compare/v1.2.0-beta.2...v1.2.0-beta.3) (2021-09-03)


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.

14 changes: 1 addition & 13 deletions 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.3",
"version": "1.2.0-beta.4",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -113,18 +113,6 @@
"typescript": "4.4.2",
"ua-parser-js": "^0.7.28",
"webpack": "^5.51.2",
"@juggle/resize-observer": "^3.3.1",
"color-alpha": "^1.1.3",
"emotion": "^10.0.27",
"emotion-theming": "^10.0.27",
"lodash": "^4.17.21",
"react-cool-dimensions": "^2.0.7",
"react-focus-lock": "^2.5.2",
"react-hotkeys-hook": "^3.4.0",
"react-inspector": "^5.1.1",
"react-rnd": "^10.3.4",
"react-transition-group": "^4.4.2",
"reselect": "^4.0.0",
"rooks": "^5.7.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 5039d6b

Please sign in to comment.