From 78283aaa7f67341241f81f95ee51b4421162d882 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 21 Jan 2020 12:13:49 -0500 Subject: [PATCH 1/5] release notes --- packages/core/RELEASES.md | 4 ++++ packages/core/package.json | 2 +- packages/github/RELEASES.md | 5 +++++ packages/github/package.json | 2 +- packages/tool-cache/RELEASES.md | 4 ++++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index 174a9dbbbe..53428af497 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,9 @@ # @actions/core Releases +### 1.2.2 + +- [Fix escaping for runner commands](https://github.com/actions/toolkit/pull/302) + ### 1.2.1 - [Remove trailing comma from commands](https://github.com/actions/toolkit/pull/263) diff --git a/packages/core/package.json b/packages/core/package.json index 6c4e9932f2..7be0dc09e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.2.1", + "version": "1.2.2", "description": "Actions core lib", "keywords": [ "github", diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index a827093ae3..c1f97865ea 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,10 @@ # @actions/github Releases +### 2.0.2 + +- [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314) +- [Fix issue number for pull request comment events](https://github.com/actions/toolkit/pull/311) + ### 2.0.1 - [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) diff --git a/packages/github/package.json b/packages/github/package.json index 5733b17054..2870a253b5 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.0.2", + "version": "2.0.3", "description": "Actions github lib", "keywords": [ "github", diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index a4dc6b8ba5..a21cf13e9a 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -1,5 +1,9 @@ # @actions/tool-cache Releases +### 1.3.1 + +- Increase http-client min version + ### 1.3.0 - [Uses @actions/http-client](https://github.com/actions/http-client) From e0f9366bd21c58aed9430aa0ebd1972f2830d31b Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 21 Jan 2020 12:17:57 -0500 Subject: [PATCH 2/5] . --- packages/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/github/package.json b/packages/github/package.json index 2870a253b5..5733b17054 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.0.3", + "version": "2.0.2", "description": "Actions github lib", "keywords": [ "github", From 170a08d6717ce896a81bde1838dfbbae94677efb Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 21 Jan 2020 12:31:58 -0500 Subject: [PATCH 3/5] . --- packages/github/RELEASES.md | 2 +- packages/github/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index c1f97865ea..81cb537feb 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,6 +1,6 @@ # @actions/github Releases -### 2.0.2 +### 2.1.0 - [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314) - [Fix issue number for pull request comment events](https://github.com/actions/toolkit/pull/311) diff --git a/packages/github/package.json b/packages/github/package.json index 5733b17054..6dc176efa0 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.0.2", + "version": "2.1.0", "description": "Actions github lib", "keywords": [ "github", From f487e1623861b32e20748b4d2c96d3d3b946a98a Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 21 Jan 2020 12:34:00 -0500 Subject: [PATCH 4/5] . --- packages/core/package-lock.json | 2 +- packages/github/package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index a25fa4ae2e..2e8b88fdd8 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index 983f083d06..e7e3eaacc7 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { From 4a1113dbd5d2d93d7a2fd2b587f140941e6f4ed2 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 21 Jan 2020 13:04:13 -0500 Subject: [PATCH 5/5] . --- packages/tool-cache/RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index a21cf13e9a..24a6b70b5d 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -2,7 +2,7 @@ ### 1.3.1 -- Increase http-client min version +- [Increase http-client min version](https://github.com/actions/toolkit/pull/314) ### 1.3.0