Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @actions/[email protected]
 - @actions/[email protected]
 - @actions/[email protected]
 - @actions/[email protected]
 - @actions/[email protected]
  • Loading branch information
jclem committed Sep 5, 2019
1 parent 7772d5f commit a2ab4bc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.0.1",
"version": "1.1.0",
"description": "Actions core lib",
"keywords": [
"github",
Expand Down
6 changes: 3 additions & 3 deletions packages/exec/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@actions/exec",
"version": "1.0.0",
"version": "1.0.1",
"description": "Actions exec lib",
"keywords": [
"github",
"actions",
"actions",
"exec"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
Expand Down Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@actions/io": "^1.0.0"
"@actions/io": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "1.0.1",
"version": "1.1.0",
"description": "Actions github lib",
"keywords": [
"github",
Expand Down
4 changes: 2 additions & 2 deletions packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@actions/io",
"version": "1.0.0",
"version": "1.0.1",
"description": "Actions io lib",
"keywords": [
"github",
"actions",
"actions",
"io"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
Expand Down
10 changes: 5 additions & 5 deletions packages/tool-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@actions/tool-cache",
"version": "1.1.0",
"version": "1.1.1",
"description": "Actions tool-cache lib",
"keywords": [
"github",
"actions",
"actions",
"exec"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
Expand Down Expand Up @@ -33,9 +33,9 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"semver": "^6.1.0",
"typed-rest-client": "^1.4.0",
"uuid": "^3.3.2"
Expand Down

0 comments on commit a2ab4bc

Please sign in to comment.