Skip to content

Commit

Permalink
Merge pull request #46 from actions/release/0.3.6
Browse files Browse the repository at this point in the history
Release version 0.3.6
  • Loading branch information
felipesu19 authored Jun 14, 2023
2 parents f4afa48 + 5de89b0 commit 8f2f590
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 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.5",
"version": "0.3.6",
"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.5",
"version": "0.3.6",
"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.5",
"@actions/workflow-parser": "^0.3.5",
"@actions/languageservice": "^0.3.6",
"@actions/workflow-parser": "^0.3.6",
"@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.5",
"version": "0.3.6",
"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.5",
"@actions/workflow-parser": "^0.3.5",
"@actions/expressions": "^0.3.6",
"@actions/workflow-parser": "^0.3.6",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.7",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"languageservice",
"languageserver"
],
"version": "0.3.5"
}
"version": "0.3.6"
}
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.5",
"version": "0.3.6",
"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.5",
"@actions/expressions": "^0.3.6",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},
Expand Down

0 comments on commit 8f2f590

Please sign in to comment.