Skip to content

Commit

Permalink
Merge pull request #5021 from Tyriar/tyriar5_5
Browse files Browse the repository at this point in the history
v5.5
  • Loading branch information
Tyriar committed Apr 5, 2024
2 parents 53bc9f8 + 78297e5 commit 9ba6c00
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion addons/addon-attach/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-attach",
"version": "0.10.0",
"version": "0.11.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-canvas",
"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/addon-fit/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-fit",
"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/addon-image/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-image",
"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/addon-ligatures/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-ligatures",
"version": "0.8.0",
"version": "0.9.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/addon-search/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-search",
"version": "0.14.0",
"version": "0.15.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-serialize",
"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 addons/addon-unicode-graphemes/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-unicode-graphemes",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-unicode11/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-unicode11",
"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/addon-web-links/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-web-links",
"version": "0.10.0",
"version": "0.11.0",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@xterm/addon-webgl",
"version": "0.17.0",
"version": "0.18.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/xterm",
"description": "Full xterm terminal, in your browser",
"version": "5.4.0",
"version": "5.5.0",
"main": "lib/xterm.js",
"style": "css/xterm.css",
"types": "typings/xterm.d.ts",
Expand Down

0 comments on commit 9ba6c00

Please sign in to comment.