Skip to content

Commit 3c59e6c

Browse files
authored
Release/v4.0.1 (#573)
* Disable GitHub package registry * Updated changelog * Re-enabled snapshot releases * Version bump to v4.0.1
1 parent 758b417 commit 3c59e6c

File tree

14 files changed

+17
-13
lines changed

14 files changed

+17
-13
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 4.0.1
6+
7+
- Enhancement: Fix channel info for image loader to 4 to avoid processing errors
8+
59
## 4.0.0
610

711
- Feature: Add ability to move/focus/resize windows [(#172)](https://github.com/nut-tree/nut.js/issues/172)

Diff for: core/configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nut-tree/configs",
33
"private": true,
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"description": "Shared configs for nut.js",
66
"author": {
77
"name": "dry Software UG (haftungsbeschränkt)",

Diff for: core/nut.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/nut-js",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: core/provider-interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/provider-interfaces",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Public provider interfaces for @nut-tree/nut-js",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: core/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/shared",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Shared objects, data types and functions for @nut-tree/nut-js",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: e2e/window-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-window",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "Integration tests to verify window handling",
66
"main": "main.js",

Diff for: examples/jest-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-jest",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "A simple nut.js test example which demos Jest integration",
66
"main": "index.js",

Diff for: examples/keyboard-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-keyboard",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "A simple nut.js test example which tests keyboard control",
66
"main": "index.js",

Diff for: examples/mouse-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-mouse",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "A simple nut.js test example which tests mouse control",
66
"author": {

Diff for: examples/screen-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-screen",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "A simple nut.js test example which tests screen control",
66
"main": "index.js",

Diff for: examples/typescript-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-typescript",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "A simple nut.js test example which demos usage with TypeScript",
66
"main": "index.ts",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/monorepo",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"scripts": {
66
"test": "pnpm -r test",

Diff for: providers/clipboardy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/default-clipboard-provider",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The @nut-tree/nut-js default clipboard provider based on clipboardy",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: providers/libnut/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/libnut",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "libnut is an N-API module for desktop automation with node",
55
"main": "dist/index",
66
"typings": "dist/index",

0 commit comments

Comments
 (0)