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

bumped plugins

This commit is contained in:
Eugene Pankov 2021-07-11 23:02:27 +02:00
parent 379775bcd3
commit 25034342c3
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
11 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tabby-core",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Tabby core",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-electron",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Electron-specific bindings",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-local",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Tabby's local shell plugin",
"keywords": [
"tabby-builtin-plugin"

View File

@ -3,7 +3,7 @@ import { Component } from '@angular/core'
import { UACService } from '../services/uac.service'
import { LocalProfile } from '../api'
import { ElectronHostWindow, ElectronService } from 'tabby-electron'
import { ProfileSettingsComponent } from '../../../tabby-core/src/api/profileProvider'
import { ProfileSettingsComponent } from 'tabby-core'
/** @hidden */

View File

@ -1,6 +1,6 @@
{
"name": "tabby-plugin-manager",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Tabby's plugin manager",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-serial",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Serial connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-settings",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Tabby terminal settings page",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-ssh",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "SSH connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-telnet",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Telnet/socket connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-terminal",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Tabby's terminal emulation core",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-web",
"version": "1.0.147-nightly.2",
"version": "1.0.147-nightly.3",
"description": "Web-specific bindings",
"keywords": [
"tabby-builtin-plugin"