diff --git a/tabby-community-color-schemes/package.json b/tabby-community-color-schemes/package.json index 4b75c430..29c09324 100644 --- a/tabby-community-color-schemes/package.json +++ b/tabby-community-color-schemes/package.json @@ -1,6 +1,6 @@ { "name": "tabby-community-color-schemes", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Community color schemes for Tabby", "keywords": [ "tabby-builtin-plugin" diff --git a/tabby-core/package.json b/tabby-core/package.json index 888080c6..4f77eb69 100644 --- a/tabby-core/package.json +++ b/tabby-core/package.json @@ -1,6 +1,6 @@ { "name": "tabby-core", - "version": "1.0.189-nightly.0", + "version": "1.0.197-nightly.0", "description": "Tabby core", "keywords": [ "tabby-builtin-plugin" @@ -12,6 +12,7 @@ "watch": "webpack --progress --color --watch" }, "files": [ + "dist", "typings" ], "author": "Eugene Pankov", diff --git a/tabby-electron/package.json b/tabby-electron/package.json index 30525c13..aee3cfdd 100644 --- a/tabby-electron/package.json +++ b/tabby-electron/package.json @@ -1,6 +1,6 @@ { "name": "tabby-electron", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Electron-specific bindings", "keywords": [ "tabby-builtin-plugin" @@ -12,7 +12,8 @@ "watch": "webpack --progress --color --watch" }, "files": [ - "dist" + "dist", + "typings" ], "author": "Eugene Pankov", "license": "MIT", diff --git a/tabby-linkifier/package.json b/tabby-linkifier/package.json index 33fb0905..121737bf 100644 --- a/tabby-linkifier/package.json +++ b/tabby-linkifier/package.json @@ -1,6 +1,6 @@ { "name": "tabby-linkifier", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Makes URLs, IPs and file paths clickable in Tabby", "keywords": [ "tabby-builtin-plugin" diff --git a/tabby-local/package.json b/tabby-local/package.json index d504549e..354abf88 100644 --- a/tabby-local/package.json +++ b/tabby-local/package.json @@ -1,6 +1,6 @@ { "name": "tabby-local", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Tabby's local shell plugin", "keywords": [ "tabby-builtin-plugin" @@ -12,6 +12,7 @@ "watch": "webpack --progress --color --watch" }, "files": [ + "dist", "typings" ], "author": "Eugene Pankov", diff --git a/tabby-plugin-manager/package.json b/tabby-plugin-manager/package.json index 803a3189..6b795be2 100644 --- a/tabby-plugin-manager/package.json +++ b/tabby-plugin-manager/package.json @@ -1,6 +1,6 @@ { "name": "tabby-plugin-manager", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Tabby's plugin manager", "keywords": [ "tabby-builtin-plugin" @@ -12,7 +12,8 @@ "watch": "webpack --progress --color --watch" }, "files": [ - "dist" + "dist", + "typings" ], "author": "Eugene Pankov", "license": "MIT", diff --git a/tabby-serial/package.json b/tabby-serial/package.json index e46e30f3..e468a3d8 100644 --- a/tabby-serial/package.json +++ b/tabby-serial/package.json @@ -1,6 +1,6 @@ { "name": "tabby-serial", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Serial connections for Tabby", "keywords": [ "tabby-builtin-plugin" @@ -12,7 +12,8 @@ "watch": "webpack --progress --color --watch" }, "files": [ - "dist" + "dist", + "typings" ], "author": "Eugene Pankov", "license": "MIT", diff --git a/tabby-settings/package.json b/tabby-settings/package.json index 1b347281..13aded4a 100644 --- a/tabby-settings/package.json +++ b/tabby-settings/package.json @@ -1,6 +1,6 @@ { "name": "tabby-settings", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Tabby terminal settings page", "keywords": [ "tabby-builtin-plugin" @@ -12,6 +12,7 @@ "watch": "webpack --progress --color --watch" }, "files": [ + "dist", "typings" ], "author": "Eugene Pankov", diff --git a/tabby-ssh/package.json b/tabby-ssh/package.json index f7a15197..4fff6499 100644 --- a/tabby-ssh/package.json +++ b/tabby-ssh/package.json @@ -1,6 +1,6 @@ { "name": "tabby-ssh", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "SSH connections for Tabby", "keywords": [ "tabby-builtin-plugin" diff --git a/tabby-telnet/package.json b/tabby-telnet/package.json index 0f8e6483..d422b4ea 100644 --- a/tabby-telnet/package.json +++ b/tabby-telnet/package.json @@ -1,6 +1,6 @@ { "name": "tabby-telnet", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Telnet/socket connections for Tabby", "keywords": [ "tabby-builtin-plugin" @@ -12,6 +12,7 @@ "watch": "webpack --progress --color --watch" }, "files": [ + "dist", "typings" ], "author": "Eugene Pankov", diff --git a/tabby-terminal/package.json b/tabby-terminal/package.json index ee266dbf..c1fbf9c5 100644 --- a/tabby-terminal/package.json +++ b/tabby-terminal/package.json @@ -1,6 +1,6 @@ { "name": "tabby-terminal", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Tabby's terminal emulation core", "keywords": [ "tabby-builtin-plugin" @@ -13,6 +13,7 @@ "prepare": "patch-package" }, "files": [ + "dist", "typings" ], "author": "Eugene Pankov", diff --git a/tabby-web-demo/package.json b/tabby-web-demo/package.json index a8af3c55..fbeeaca3 100644 --- a/tabby-web-demo/package.json +++ b/tabby-web-demo/package.json @@ -1,6 +1,6 @@ { "name": "tabby-web-demo", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { diff --git a/tabby-web/package.json b/tabby-web/package.json index 6848d1cf..d5eccdc8 100644 --- a/tabby-web/package.json +++ b/tabby-web/package.json @@ -1,6 +1,6 @@ { "name": "tabby-web", - "version": "1.0.189-nightly.2", + "version": "1.0.197-nightly.0", "description": "Web-specific bindings", "keywords": [ "tabby-builtin-plugin" @@ -12,7 +12,8 @@ "watch": "webpack --progress --color --watch" }, "files": [ - "dist" + "dist", + "typings" ], "author": "Eugene Pankov", "license": "MIT", diff --git a/web/package.json b/web/package.json index 081f6bef..890d6287 100644 --- a/web/package.json +++ b/web/package.json @@ -20,5 +20,5 @@ "scripts": { "prepare": "patch-package" }, - "version": "1.0.189-nightly.2" + "version": "1.0.197-nightly.0" }