Skip to content

Commit b75d4a0

Browse files
chore: release main (#4597)
1 parent 6d81538 commit b75d4a0

File tree

9 files changed

+43
-11
lines changed

9 files changed

+43
-11
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages/build-info": "4.0.11",
3-
"packages/build": "27.20.5",
3+
"packages/build": "27.20.6",
44
"packages/cache-utils": "4.1.6",
5-
"packages/config": "18.2.5",
5+
"packages/config": "18.2.6",
66
"packages/functions-utils": "4.2.11",
77
"packages/git-utils": "4.1.4",
88
"packages/headers-parser": "6.0.3",
9-
"packages/js-client": "12.0.2",
10-
"packages/nock-udp": "1.0.0",
9+
"packages/js-client": "12.0.3",
10+
"packages/nock-udp": "2.0.0",
1111
"packages/redirect-parser": "13.0.6",
1212
"packages/run-utils": "4.0.2"
1313
}

packages/build/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
* @netlify/functions-utils bumped from ^4.2.10 to ^4.2.11
3232
* @netlify/git-utils bumped from ^4.1.2 to ^4.1.3
3333

34+
### Dependencies
35+
36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* @netlify/config bumped from ^18.2.5 to ^18.2.6
39+
* devDependencies
40+
* @netlify/nock-udp bumped from ^1.0.0 to ^2.0.0
41+
3442
## [27.20.5](https://github.com/netlify/build/compare/build-v27.20.4...build-v27.20.5) (2022-10-10)
3543

3644

packages/build/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "27.20.5",
3+
"version": "27.20.6",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@bugsnag/js": "^7.0.0",
6666
"@netlify/cache-utils": "^4.1.6",
67-
"@netlify/config": "^18.2.5",
67+
"@netlify/config": "^18.2.6",
6868
"@netlify/edge-bundler": "^2.7.0",
6969
"@netlify/functions-utils": "^4.2.11",
7070
"@netlify/git-utils": "^4.1.4",
@@ -119,7 +119,7 @@
119119
"yargs": "^17.3.1"
120120
},
121121
"devDependencies": {
122-
"@netlify/nock-udp": "^1.0.0",
122+
"@netlify/nock-udp": "^2.0.0",
123123
"atob": "^2.1.2",
124124
"ava": "^4.0.0",
125125
"c8": "^7.12.0",

packages/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
* netlify-headers-parser bumped from ^6.0.2 to ^6.0.3
99
* netlify-redirect-parser bumped from 13.0.5 to ^13.0.6
1010

11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* netlify bumped from ^12.0.2 to ^12.0.3
16+
1117
## [18.2.4](https://github.com/netlify/build/compare/config-v18.2.3...config-v18.2.4) (2022-09-26)
1218

1319
### Bug Fixes

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "18.2.5",
3+
"version": "18.2.6",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/main.js",
@@ -69,7 +69,7 @@
6969
"is-plain-obj": "^4.0.0",
7070
"js-yaml": "^4.0.0",
7171
"map-obj": "^5.0.0",
72-
"netlify": "^12.0.2",
72+
"netlify": "^12.0.3",
7373
"netlify-headers-parser": "^6.0.3",
7474
"netlify-redirect-parser": "^13.0.6",
7575
"omit.js": "^2.0.2",

packages/js-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [12.0.3](https://github.com/netlify/build/compare/netlify-v12.0.2...netlify-v12.0.3) (2022-10-10)
11+
12+
13+
### Bug Fixes
14+
15+
* **js-client:** add missing dependency ([#4600](https://github.com/netlify/build/issues/4600)) ([6d81538](https://github.com/netlify/build/commit/6d815389500fbf445153b2ed058da312ad4e0d1b))
16+
1017
## [12.0.2](https://github.com/netlify/build/compare/netlify-v12.0.1...netlify-v12.0.2) (2022-10-10)
1118

1219

packages/js-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify",
33
"description": "Netlify Node.js API client",
4-
"version": "12.0.2",
4+
"version": "12.0.3",
55
"type": "module",
66
"exports": "./lib/index.js",
77
"main": "./lib/index.js",

packages/nock-udp/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/netlify/build/compare/nock-udp-v1.0.0...nock-udp-v2.0.0) (2022-10-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to ESModules and add types + adapt minimum node version (#4596)
9+
10+
### Bug Fixes
11+
12+
* migrate to ESModules and add types + adapt minimum node version ([#4596](https://github.com/netlify/build/issues/4596)) ([f6e0a08](https://github.com/netlify/build/commit/f6e0a08b474f15dd5187a056742c4c84114f3cd7))
13+
314
## 1.0.0 (2021-07-13)
415

516

packages/nock-udp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/nock-udp",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Here to mock your UDP packets",
55
"exports": "./lib/main.js",
66
"main": "./lib/main.js",

0 commit comments

Comments
 (0)