Skip to content

Commit

Permalink
chore: release main (#5315)
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 Oct 9, 2023
1 parent e1f2a36 commit fd6eae5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/build-info": "7.9.0",
"packages/build": "29.22.0",
"packages/build-info": "7.10.0",
"packages/build": "29.22.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.9.0",
"packages/framework-info": "9.8.10",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

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

## [7.10.0](https://github.com/netlify/build/compare/build-info-v7.9.0...build-info-v7.10.0) (2023-10-09)


### Features

* detect bun as package manager ([#5306](https://github.com/netlify/build/issues/5306)) ([5d91c31](https://github.com/netlify/build/commit/5d91c319ea6813f4606e6b156ce29d3d90495f50))

## [7.9.0](https://github.com/netlify/build/compare/build-info-v7.8.0...build-info-v7.9.0) (2023-10-02)


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.9.0",
"version": "7.10.0",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.22.1](https://github.com/netlify/build/compare/build-v29.22.0...build-v29.22.1) (2023-10-09)


### Bug Fixes

* provide userlogger to edge-bundler ([#5317](https://github.com/netlify/build/issues/5317)) ([e1f2a36](https://github.com/netlify/build/commit/e1f2a369fe9d6b80943c03895b400625a6d51433))

## [29.22.0](https://github.com/netlify/build/compare/build-v29.21.2...build-v29.22.0) (2023-10-09)


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

0 comments on commit fd6eae5

Please sign in to comment.