Skip to content

Commit

Permalink
Merge pull request #4122 from Tyriar/release_v5
Browse files Browse the repository at this point in the history
Release v5, including addon version bumps
  • Loading branch information
Tyriar committed Sep 15, 2022
2 parents d3fd3d0 + c23f431 commit 904ddff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion addons/xterm-addon-attach/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-attach",
"version": "0.6.0",
"version": "0.7.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-canvas",
"version": "0.1.0",
"version": "0.2.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-fit/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-fit",
"version": "0.5.0",
"version": "0.6.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-ligatures/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-ligatures",
"version": "0.5.3",
"version": "0.6.0",
"description": "Add support for programming ligatures to xterm.js",
"author": {
"name": "The xterm.js authors",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-search/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-search",
"version": "0.9.0",
"version": "0.10.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-serialize",
"version": "0.7.0",
"version": "0.8.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-unicode11/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-unicode11",
"version": "0.3.0",
"version": "0.4.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-web-links/package.json
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-web-links",
"version": "0.6.0",
"version": "0.7.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
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-webgl",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "4.19.0",
"version": "5.0.0",
"main": "lib/xterm.js",
"style": "css/xterm.css",
"types": "typings/xterm.d.ts",
Expand Down

0 comments on commit 904ddff

Please sign in to comment.