Skip to content

Commit

Permalink
Merge pull request #88 from actions/release/0.3.11
Browse files Browse the repository at this point in the history
Release version 0.3.11
  • Loading branch information
elbrenn authored Jul 18, 2024
2 parents f22ec34 + da50e32 commit af76260
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion expressions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/expressions",
"version": "0.3.10",
"version": "0.3.11",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions languageserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/languageserver",
"version": "0.3.10",
"version": "0.3.11",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,8 +43,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/languageservice": "^0.3.10",
"@actions/workflow-parser": "^0.3.10",
"@actions/languageservice": "^0.3.11",
"@actions/workflow-parser": "^0.3.11",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",
Expand Down
6 changes: 3 additions & 3 deletions languageservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/languageservice",
"version": "0.3.10",
"version": "0.3.11",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -44,8 +44,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.10",
"@actions/workflow-parser": "^0.3.10",
"@actions/expressions": "^0.3.11",
"@actions/workflow-parser": "^0.3.11",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"languageservice",
"languageserver"
],
"version": "0.3.10"
"version": "0.3.11"
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions workflow-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.10",
"version": "0.3.11",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.10",
"@actions/expressions": "^0.3.11",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},
Expand Down

0 comments on commit af76260

Please sign in to comment.