فهرست منبع

bumped plugin versions

Eugene Pankov 4 سال پیش
والد
کامیت
db8c534d0a

+ 5 - 4
scripts/set-plugin-versions.js → scripts/publish-plugins.js

@@ -4,8 +4,9 @@ const vars = require('./vars')
 const log = require('npmlog')
 
 vars.builtinPlugins.forEach(plugin => {
-  log.info('bump', plugin)
-  sh.cd(plugin)
-  sh.exec('npm --no-git-tag-version version ' + vars.version)
-  sh.cd('..')
+    log.info('bump', plugin)
+    sh.cd(plugin)
+    sh.exec('npm --no-git-tag-version version ' + vars.version)
+    sh.exec('npm publish')
+    sh.cd('..')
 })

+ 1 - 1
tabby-community-color-schemes/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-community-color-schemes",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Community color schemes for Tabby",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-core",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Tabby core",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-electron/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-electron",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Electron-specific bindings",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-local/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-local",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Tabby's local shell plugin",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-plugin-manager/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-plugin-manager",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Tabby's plugin manager",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-serial/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-serial",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Serial connection manager for Tabby",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-settings/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-settings",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Tabby terminal settings page",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-ssh/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-ssh",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "SSH connection manager for Tabby",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-terminal/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-terminal",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Tabby's terminal emulation core",
   "keywords": [
     "tabby-builtin-plugin"

+ 1 - 1
tabby-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tabby-web",
-  "version": "1.0.140",
+  "version": "1.0.144",
   "description": "Web-specific bindings",
   "keywords": [
     "tabby-builtin-plugin"