Skip to content

Commit d1fb458

Browse files
committed
[releng] version 0.1.25
1 parent bd4d340 commit d1fb458

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

theia-yang-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theia-yang-extension",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "An extension for Theia connection language support for the Yang DSL",
55
"author": "Project Theia",
66
"license": "Apache-2.0",
@@ -15,7 +15,7 @@
1515
"@theia/monaco": "next",
1616
"@types/node": "^8.0.14",
1717
"theia-sprotty": "next",
18-
"yang-sprotty": "0.1.8"
18+
"yang-sprotty": "0.1.9"
1919
},
2020
"scripts": {
2121
"prepare": "yarn run clean && yarn install:languageserver && yarn run build",

yang-sprotty

yangster-app-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "yangster-app-electron",
4-
"version": "0.1.24",
4+
"version": "0.1.25",
55
"license": "Apache-2.0",
66
"dependencies": {
77
"@theia/core": "next",
@@ -19,7 +19,7 @@
1919
"@theia/terminal": "next",
2020
"@theia/typescript": "next",
2121
"@theia/workspace": "next",
22-
"theia-yang-extension": "0.1.24"
22+
"theia-yang-extension": "0.1.25"
2323
},
2424
"devDependencies": {
2525
"@theia/cli": "next"

yangster-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "yangster-app",
4-
"version": "0.1.24",
4+
"version": "0.1.25",
55
"license": "Apache-2.0",
66
"dependencies": {
77
"@theia/core": "next",
@@ -19,7 +19,7 @@
1919
"@theia/terminal": "next",
2020
"@theia/typescript": "next",
2121
"@theia/workspace": "next",
22-
"theia-yang-extension": "0.1.24"
22+
"theia-yang-extension": "0.1.25"
2323
},
2424
"devDependencies": {
2525
"@theia/cli": "next"

0 commit comments

Comments
 (0)