WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d7ae6f8

Browse files
authored
Merge pull request #42 from actions/release/0.3.5
Release version 0.3.5
2 parents 8298593 + 588c457 commit d7ae6f8

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

expressions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/expressions",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",

languageserver/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/languageserver",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Language server for GitHub Actions",
55
"license": "MIT",
66
"type": "module",
@@ -43,8 +43,8 @@
4343
"watch": "tsc --build tsconfig.build.json --watch"
4444
},
4545
"dependencies": {
46-
"@actions/languageservice": "^0.3.4",
47-
"@actions/workflow-parser": "^0.3.4",
46+
"@actions/languageservice": "^0.3.5",
47+
"@actions/workflow-parser": "^0.3.5",
4848
"@octokit/rest": "^19.0.7",
4949
"@octokit/types": "^9.0.0",
5050
"vscode-languageserver": "^8.0.2",

languageservice/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/languageservice",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Language service for GitHub Actions",
55
"license": "MIT",
66
"type": "module",
@@ -44,8 +44,8 @@
4444
"watch": "tsc --build tsconfig.build.json --watch"
4545
},
4646
"dependencies": {
47-
"@actions/expressions": "^0.3.4",
48-
"@actions/workflow-parser": "^0.3.4",
47+
"@actions/expressions": "^0.3.5",
48+
"@actions/workflow-parser": "^0.3.5",
4949
"vscode-languageserver-textdocument": "^1.0.7",
5050
"vscode-languageserver-types": "^3.17.2",
5151
"vscode-uri": "^3.0.7",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.3.4"
4+
"version": "0.3.5"
55
}

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflow-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/workflow-parser",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",
@@ -43,7 +43,7 @@
4343
"watch": "tsc --build tsconfig.build.json --watch"
4444
},
4545
"dependencies": {
46-
"@actions/expressions": "^0.3.4",
46+
"@actions/expressions": "^0.3.5",
4747
"cronstrue": "^2.21.0",
4848
"yaml": "^2.0.0-8"
4949
},

0 commit comments

Comments
 (0)