Skip to content

Commit

Permalink
v2.1.1-theia1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jul 8, 2024
1 parent c863491 commit 93c1274
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-app",
"version": "2.1.0-theia1.45.0",
"version": "2.1.1-theia1.49.0",
"private": true,
"scripts": {
"build": "theia build --mode development",
Expand All @@ -13,7 +13,7 @@
"watch": "theia build --watch --mode development"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "2.1.0-theia1.45.0",
"@eclipse-glsp-examples/workflow-theia": "2.1.1-theia1.49.0",
"@theia/core": "1.49.1",
"@theia/editor": "1.49.1",
"@theia/filesystem": "1.49.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-theia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-theia",
"version": "2.1.0-theia1.45.0",
"version": "2.1.1-theia1.49.0",
"private": "true",
"description": "Theia extension for the workflow GLSP example",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"@eclipse-glsp-examples/workflow-glsp": "2.1.1",
"@eclipse-glsp-examples/workflow-server": "2.1.0",
"@eclipse-glsp-examples/workflow-server-bundled": "2.1.0",
"@eclipse-glsp/theia-integration": "2.1.0-theia1.45.0"
"@eclipse-glsp/theia-integration": "2.1.1-theia1.49.0"
},
"devDependencies": {
"mvn-artifact-download": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0-theia1.45.0",
"version": "2.1.1-theia1.49.0",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theia-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/theia-integration",
"version": "2.1.0-theia1.45.0",
"version": "2.1.1-theia1.49.0",
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
"keywords": [
"theia-extension",
Expand Down

0 comments on commit 93c1274

Please sign in to comment.