Skip to content

Commit 35d6533

Browse files
chore: release main (#4935)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 6166d89 commit 35d6533

File tree

17 files changed

+116
-40
lines changed

17 files changed

+116
-40
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"packages/build-info": "6.6.0",
3-
"packages/build": "29.6.6",
4-
"packages/cache-utils": "5.1.2",
5-
"packages/config": "20.3.4",
2+
"packages/build-info": "6.6.1",
3+
"packages/build": "29.6.7",
4+
"packages/cache-utils": "5.1.3",
5+
"packages/config": "20.3.5",
66
"packages/framework-info": "9.8.5",
7-
"packages/functions-utils": "5.2.0",
8-
"packages/git-utils": "5.1.0",
9-
"packages/headers-parser": "7.1.1",
7+
"packages/functions-utils": "5.2.1",
8+
"packages/git-utils": "5.1.1",
9+
"packages/headers-parser": "7.1.2",
1010
"packages/js-client": "13.1.2",
1111
"packages/nock-udp": "3.1.2",
12-
"packages/redirect-parser": "14.1.1",
12+
"packages/redirect-parser": "14.1.2",
1313
"packages/run-utils": "5.1.0"
1414
}

package-lock.json

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

packages/build-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
* dependencies
4747
* @netlify/framework-info bumped from ^9.8.4 to ^9.8.5
4848

49+
## [6.6.1](https://github.com/netlify/build/compare/build-info-v6.6.0...build-info-v6.6.1) (2023-03-13)
50+
51+
52+
### Bug Fixes
53+
54+
* improve grammar and typos in comments ([#4922](https://github.com/netlify/build/issues/4922)) ([2e9d9c0](https://github.com/netlify/build/commit/2e9d9c06134f125aaf17bbbca0937cf43d3abae6))
55+
4956
## [6.6.0](https://github.com/netlify/build/compare/build-info-v6.5.1...build-info-v6.6.0) (2023-03-07)
5057

5158

packages/build/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@
6363
* dependencies
6464
* @netlify/framework-info bumped from ^9.8.4 to ^9.8.5
6565

66+
## [29.6.7](https://github.com/netlify/build/compare/build-v29.6.6...build-v29.6.7) (2023-03-13)
67+
68+
69+
### Bug Fixes
70+
71+
* **deps:** update dependency @netlify/edge-bundler to v8.11.1 ([#4936](https://github.com/netlify/build/issues/4936)) ([c98fb4f](https://github.com/netlify/build/commit/c98fb4f603e0230cca5099e0cf7a5cd410fc5f8d))
72+
* improve grammar and typos in comments ([#4922](https://github.com/netlify/build/issues/4922)) ([2e9d9c0](https://github.com/netlify/build/commit/2e9d9c06134f125aaf17bbbca0937cf43d3abae6))
73+
* pass internalSrcFolder to zisi ([#4939](https://github.com/netlify/build/issues/4939)) ([6166d89](https://github.com/netlify/build/commit/6166d891a7944f34bcc31eace47f07691a4ee627))
74+
75+
76+
### Dependencies
77+
78+
* The following workspace dependencies were updated
79+
* dependencies
80+
* @netlify/cache-utils bumped from ^5.1.2 to ^5.1.3
81+
* @netlify/config bumped from ^20.3.4 to ^20.3.5
82+
* @netlify/functions-utils bumped from ^5.2.0 to ^5.2.1
83+
* @netlify/git-utils bumped from ^5.1.0 to ^5.1.1
84+
6685
## [29.6.6](https://github.com/netlify/build/compare/build-v29.6.5...build-v29.6.6) (2023-03-09)
6786

6887

packages/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.6.6",
3+
"version": "29.6.7",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -64,12 +64,12 @@
6464
"license": "MIT",
6565
"dependencies": {
6666
"@bugsnag/js": "^7.0.0",
67-
"@netlify/cache-utils": "^5.1.2",
68-
"@netlify/config": "^20.3.4",
67+
"@netlify/cache-utils": "^5.1.3",
68+
"@netlify/config": "^20.3.5",
6969
"@netlify/edge-bundler": "8.11.1",
7070
"@netlify/framework-info": "^9.8.5",
71-
"@netlify/functions-utils": "^5.2.0",
72-
"@netlify/git-utils": "^5.1.0",
71+
"@netlify/functions-utils": "^5.2.1",
72+
"@netlify/git-utils": "^5.1.1",
7373
"@netlify/plugins-list": "^6.66.0",
7474
"@netlify/run-utils": "^5.1.0",
7575
"@netlify/zip-it-and-ship-it": "^8.9.0",

packages/cache-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.3](https://github.com/netlify/build/compare/cache-utils-v5.1.2...cache-utils-v5.1.3) (2023-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* improve grammar and typos in comments ([#4922](https://github.com/netlify/build/issues/4922)) ([2e9d9c0](https://github.com/netlify/build/commit/2e9d9c06134f125aaf17bbbca0937cf43d3abae6))
9+
310
## [5.1.2](https://github.com/netlify/build/compare/cache-utils-v5.1.1...cache-utils-v5.1.2) (2023-02-09)
411

512

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache-utils",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/config/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@
4646
* dependencies
4747
* netlify bumped from ^13.1.1 to ^13.1.2
4848

49+
## [20.3.5](https://github.com/netlify/build/compare/config-v20.3.4...config-v20.3.5) (2023-03-13)
50+
51+
52+
### Bug Fixes
53+
54+
* improve grammar and typos in comments ([#4922](https://github.com/netlify/build/issues/4922)) ([2e9d9c0](https://github.com/netlify/build/commit/2e9d9c06134f125aaf17bbbca0937cf43d3abae6))
55+
56+
57+
### Dependencies
58+
59+
* The following workspace dependencies were updated
60+
* dependencies
61+
* netlify-headers-parser bumped from ^7.1.1 to ^7.1.2
62+
* netlify-redirect-parser bumped from ^14.1.1 to ^14.1.2
63+
4964
## [20.3.4](https://github.com/netlify/build/compare/config-v20.3.3...config-v20.3.4) (2023-03-09)
5065

5166

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "20.3.4",
3+
"version": "20.3.5",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -71,8 +71,8 @@
7171
"js-yaml": "^4.0.0",
7272
"map-obj": "^5.0.0",
7373
"netlify": "^13.1.2",
74-
"netlify-headers-parser": "^7.1.1",
75-
"netlify-redirect-parser": "^14.1.1",
74+
"netlify-headers-parser": "^7.1.2",
75+
"netlify-redirect-parser": "^14.1.2",
7676
"omit.js": "^2.0.2",
7777
"p-locate": "^6.0.0",
7878
"path-type": "^5.0.0",

packages/functions-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.1](https://github.com/netlify/build/compare/functions-utils-v5.2.0...functions-utils-v5.2.1) (2023-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* improve grammar and typos in comments ([#4922](https://github.com/netlify/build/issues/4922)) ([2e9d9c0](https://github.com/netlify/build/commit/2e9d9c06134f125aaf17bbbca0937cf43d3abae6))
9+
310
## [5.2.0](https://github.com/netlify/build/compare/functions-utils-v5.1.9...functions-utils-v5.2.0) (2023-03-01)
411

512

0 commit comments

Comments
 (0)