Skip to content

Commit cf80afb

Browse files
authored
Merge pull request #2383 from actions/aiqiaoy/release-new-versions
release new versions for a few packages
2 parents 36d90eb + 0607d7a commit cf80afb

12 files changed

Lines changed: 30 additions & 12 deletions

File tree

packages/core/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/core Releases
22

3+
## 3.0.1
4+
5+
- Bump `undici` from `6.23.0` to `6.24.1` [#2348](https://github.com/actions/toolkit/pull/2348)
6+
37
## 3.0.0
48

59
- **Breaking change**: Package is now ESM-only

packages/core/package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/core",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Actions core lib",
55
"keywords": [
66
"github",

packages/github/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/github Releases
22

3+
### 9.1.1
4+
5+
- Bump `undici` from `6.23.0` to `6.24.0` [#2346](https://github.com/actions/toolkit/pull/2346)
6+
37
### 9.1.0
48

59
- Append `actions_orchestration_id` to user-agent when the `ACTIONS_ORCHESTRATION_ID` environment variable is set [#2364](https://github.com/actions/toolkit/pull/2364)

packages/github/package-lock.json

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

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/github",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"description": "Actions github lib",
55
"keywords": [
66
"github",

packages/glob/RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @actions/glob Releases
22

3+
## 0.7.0
4+
5+
- Bump `minimatch` from `^3.0.4` to `^10.2.5` [#2355](https://github.com/actions/toolkit/pull/2355)
6+
- Bump `undici` from `6.23.0` to `6.24.0` [#2345](https://github.com/actions/toolkit/pull/2345)
7+
- Bump `brace-expansion` in `/packages/glob` [#2369](https://github.com/actions/toolkit/pull/2369)
8+
39
## 0.6.1
410

511
- Fix a bad import for `minimatch`

packages/glob/package-lock.json

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

packages/glob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/glob",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"preview": true,
55
"description": "Actions glob lib",
66
"keywords": [

packages/http-client/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 4.0.1
4+
5+
- Bump `undici` from `6.23.0` to `6.24.0` [#2347](https://github.com/actions/toolkit/pull/2347)
6+
37
## 4.0.0
48

59
- **Breaking change**: Package is now ESM-only

0 commit comments

Comments
 (0)