mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 10:14:31 -05:00
bumped plugins
This commit is contained in:
@@ -8,6 +8,6 @@ vars.allPackages.forEach(plugin => {
|
|||||||
log.info('bump', plugin)
|
log.info('bump', plugin)
|
||||||
sh.cd(plugin)
|
sh.cd(plugin)
|
||||||
sh.exec('npm --no-git-tag-version version ' + vars.version, { fatal: true })
|
sh.exec('npm --no-git-tag-version version ' + vars.version, { fatal: true })
|
||||||
execSync('npm publish', { stdio: 'inherit' })
|
execSync('npm publish --tag latest', { stdio: 'inherit' })
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-auto-sudo-password",
|
"name": "tabby-auto-sudo-password",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Offers to automatically paste saved sudo password in SSH sessions",
|
"description": "Offers to automatically paste saved sudo password in SSH sessions",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-community-color-schemes",
|
"name": "tabby-community-color-schemes",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Community color schemes for Tabby",
|
"description": "Community color schemes for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-core",
|
"name": "tabby-core",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Tabby core",
|
"description": "Tabby core",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-electron",
|
"name": "tabby-electron",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Electron-specific bindings",
|
"description": "Electron-specific bindings",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-linkifier",
|
"name": "tabby-linkifier",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Makes URLs, IPs and file paths clickable in Tabby",
|
"description": "Makes URLs, IPs and file paths clickable in Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-local",
|
"name": "tabby-local",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Tabby's local shell plugin",
|
"description": "Tabby's local shell plugin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-plugin-manager",
|
"name": "tabby-plugin-manager",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Tabby's plugin manager",
|
"description": "Tabby's plugin manager",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-serial",
|
"name": "tabby-serial",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Serial connections for Tabby",
|
"description": "Serial connections for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-settings",
|
"name": "tabby-settings",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Tabby terminal settings page",
|
"description": "Tabby terminal settings page",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-ssh",
|
"name": "tabby-ssh",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "SSH connections for Tabby",
|
"description": "SSH connections for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-telnet",
|
"name": "tabby-telnet",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Telnet/socket connections for Tabby",
|
"description": "Telnet/socket connections for Tabby",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-terminal",
|
"name": "tabby-terminal",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Tabby's terminal emulation core",
|
"description": "Tabby's terminal emulation core",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-web-demo",
|
"name": "tabby-web-demo",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabby-web",
|
"name": "tabby-web",
|
||||||
"version": "1.0.197-nightly.1",
|
"version": "1.0.231-nightly.0",
|
||||||
"description": "Web-specific bindings",
|
"description": "Web-specific bindings",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tabby-builtin-plugin"
|
"tabby-builtin-plugin"
|
||||||
|
|||||||
+1
-1
@@ -20,5 +20,5 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "patch-package"
|
"prepare": "patch-package"
|
||||||
},
|
},
|
||||||
"version": "1.0.197-nightly.1"
|
"version": "1.0.231-nightly.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user