Skip to content

Commit

Permalink
Merge pull request #2690 from Tyriar/version_bump_publish
Browse files Browse the repository at this point in the history
Bump attach and webgl addons and automatically publish serialize and unicode11 addons
  • Loading branch information
Tyriar committed Feb 4, 2020
2 parents 22acf1e + 1d7cfcd commit a3a222c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/xterm-addon-attach/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-attach",
"version": "0.4.0",
"version": "0.5.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-webgl",
"version": "0.4.1",
"version": "0.5.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 2 additions & 0 deletions bin/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const addonPackageDirs = [
path.resolve(__dirname, '../addons/xterm-addon-attach'),
path.resolve(__dirname, '../addons/xterm-addon-fit'),
path.resolve(__dirname, '../addons/xterm-addon-search'),
path.resolve(__dirname, '../addons/xterm-addon-serialize'),
path.resolve(__dirname, '../addons/xterm-addon-unicode11'),
path.resolve(__dirname, '../addons/xterm-addon-web-links'),
path.resolve(__dirname, '../addons/xterm-addon-webgl')
];
Expand Down

0 comments on commit a3a222c

Please sign in to comment.