Skip to content

Commit 356667c

Browse files
chore: release main (#4846)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent ccb3a00 commit 356667c

File tree

10 files changed

+52
-18
lines changed

10 files changed

+52
-18
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/build-info": "6.2.0",
3-
"packages/build": "29.5.3",
4-
"packages/cache-utils": "5.1.0",
2+
"packages/build-info": "6.2.1",
3+
"packages/build": "29.5.4",
4+
"packages/cache-utils": "5.1.1",
55
"packages/config": "20.3.2",
6-
"packages/framework-info": "9.7.1",
6+
"packages/framework-info": "9.7.2",
77
"packages/functions-utils": "5.1.6",
88
"packages/git-utils": "5.1.0",
99
"packages/headers-parser": "7.1.1",

package-lock.json

Lines changed: 8 additions & 8 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
* dependencies
1313
* @netlify/framework-info bumped from ^9.6.0 to ^9.7.0
1414

15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @netlify/framework-info bumped from ^9.7.1 to ^9.7.2
20+
1521
## [6.2.0](https://github.com/netlify/build/compare/build-info-v6.1.4...build-info-v6.2.0) (2023-02-01)
1622

1723

packages/build-info/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {
@@ -34,7 +34,7 @@
3434
},
3535
"author": "Netlify Inc.",
3636
"dependencies": {
37-
"@netlify/framework-info": "^9.7.1",
37+
"@netlify/framework-info": "^9.7.2",
3838
"@npmcli/map-workspaces": "^2.0.0",
3939
"find-up": "^6.3.0",
4040
"read-pkg": "^7.1.0",

packages/build/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@
5757
* dependencies
5858
* @netlify/config bumped from ^20.0.1 to ^20.0.2
5959

60+
## [29.5.4](https://github.com/netlify/build/compare/build-v29.5.3...build-v29.5.4) (2023-02-01)
61+
62+
63+
### Bug Fixes
64+
65+
* fixes an issue where the cache could not save .dot directories ([#4843](https://github.com/netlify/build/issues/4843)) ([ccb3a00](https://github.com/netlify/build/commit/ccb3a005e69af2ed543d9f7af7c6e7284adb8265))
66+
67+
68+
### Dependencies
69+
70+
* The following workspace dependencies were updated
71+
* dependencies
72+
* @netlify/cache-utils bumped from ^5.1.0 to ^5.1.1
73+
6074
## [29.5.3](https://github.com/netlify/build/compare/build-v29.5.2...build-v29.5.3) (2023-02-01)
6175

6276

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.5.3",
3+
"version": "29.5.4",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -64,7 +64,7 @@
6464
"license": "MIT",
6565
"dependencies": {
6666
"@bugsnag/js": "^7.0.0",
67-
"@netlify/cache-utils": "^5.1.0",
67+
"@netlify/cache-utils": "^5.1.1",
6868
"@netlify/config": "^20.3.2",
6969
"@netlify/edge-bundler": "8.4.0",
7070
"@netlify/functions-utils": "^5.1.6",

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.1](https://github.com/netlify/build/compare/cache-utils-v5.1.0...cache-utils-v5.1.1) (2023-02-01)
4+
5+
6+
### Bug Fixes
7+
8+
* fixes an issue where the cache could not save .dot directories ([#4843](https://github.com/netlify/build/issues/4843)) ([ccb3a00](https://github.com/netlify/build/commit/ccb3a005e69af2ed543d9f7af7c6e7284adb8265))
9+
310
## [5.1.0](https://github.com/netlify/build/compare/cache-utils-v5.0.2...cache-utils-v5.1.0) (2022-12-13)
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.0",
3+
"version": "5.1.1",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/framework-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [9.7.2](https://github.com/netlify/build/compare/framework-info-v9.7.1...framework-info-v9.7.2) (2023-02-01)
11+
12+
13+
### Bug Fixes
14+
15+
* update Solid Start default port ([#4845](https://github.com/netlify/build/issues/4845)) ([e5f4c12](https://github.com/netlify/build/commit/e5f4c12b67b1be521d0feb36148dbc82c6f59f8a))
16+
1017
## [9.7.1](https://github.com/netlify/build/compare/framework-info-v9.7.0...framework-info-v9.7.1) (2023-01-18)
1118

1219

packages/framework-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/framework-info",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)