Skip to content

Commit

Permalink
chore: release main (#5268)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Sep 1, 2023
1 parent 9eaa059 commit 0eb6dbb
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/build-info": "7.7.4",
"packages/build": "29.20.11",
"packages/build-info": "7.8.0",
"packages/build": "29.20.12",
"packages/cache-utils": "5.1.5",
"packages/config": "20.8.0",
"packages/config": "20.8.1",
"packages/framework-info": "9.8.10",
"packages/functions-utils": "5.2.26",
"packages/git-utils": "5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/build-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
* dependencies
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9

## [7.8.0](https://github.com/netlify/build/compare/build-info-v7.7.4...build-info-v7.8.0) (2023-09-01)


### Features

* udpate astro ports for 3.x.x ([#5267](https://github.com/netlify/build/issues/5267)) ([6ca9952](https://github.com/netlify/build/commit/6ca995257a05ef0021ddf8e2881c5cee54d99d19))


### Bug Fixes

* Don't detect Redwood App as multiple workspaces ([#5271](https://github.com/netlify/build/issues/5271)) ([9eaa059](https://github.com/netlify/build/commit/9eaa059f8bcc8f30151cf2ca29f2400c935ce073))

## [7.7.4](https://github.com/netlify/build/compare/build-info-v7.7.3...build-info-v7.7.4) (2023-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/build-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-info",
"version": "7.7.4",
"version": "7.8.0",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
* dependencies
* @netlify/config bumped from ^20.6.4 to ^20.7.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.20.11](https://github.com/netlify/build/compare/build-v29.20.10...build-v29.20.11) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.20.11",
"version": "29.20.12",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@bugsnag/js": "^7.0.0",
"@honeycombio/opentelemetry-node": "^0.4.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.8.0",
"@netlify/config": "^20.8.1",
"@netlify/edge-bundler": "8.19.0",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.26",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.8.1](https://github.com/netlify/build/compare/config-v20.8.0...config-v20.8.1) (2023-09-01)


### Bug Fixes

* add ef-method field ([#5270](https://github.com/netlify/build/issues/5270)) ([eb83967](https://github.com/netlify/build/commit/eb839670c9e8410fe8bd58ef93c531f77733c8fd))

## [20.8.0](https://github.com/netlify/build/compare/config-v20.7.0...config-v20.8.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.8.0",
"version": "20.8.1",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 0eb6dbb

Please sign in to comment.