1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 10:01:40 +03:00

bumped plugin versions

This commit is contained in:
Eugene Pankov 2021-07-01 22:56:23 +02:00
parent 4ee4a7e5fa
commit db8c534d0a
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
11 changed files with 15 additions and 14 deletions

View File

@ -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('..')
})

View File

@ -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"

View File

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

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

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