Skip to content

Commit

Permalink
chore: release main (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Jun 24, 2024
1 parent 9a087b1 commit b993b18
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/build-info": "7.13.2",
"packages/build": "29.49.0",
"packages/edge-bundler": "12.1.0",
"packages/build": "29.49.1",
"packages/edge-bundler": "12.1.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.15.4",
"packages/framework-info": "9.8.13",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,20 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.49.1](https://github.com/netlify/build/compare/build-v29.49.0...build-v29.49.1) (2024-06-24)


### Bug Fixes

* combine functions from Frameworks API and internal directories ([#5734](https://github.com/netlify/build/issues/5734)) ([9a087b1](https://github.com/netlify/build/commit/9a087b1a8f8142321b144afb1e5358723369ac4b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-bundler bumped from 12.1.0 to 12.1.1

## [29.49.0](https://github.com/netlify/build/compare/build-v29.48.2...build-v29.49.0) (2024-06-24)


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.49.0",
"version": "29.49.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@netlify/blobs": "^7.3.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.15.4",
"@netlify/edge-bundler": "12.1.0",
"@netlify/edge-bundler": "12.1.1",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.69",
"@netlify/git-utils": "^5.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/edge-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.1.1](https://github.com/netlify/build/compare/edge-bundler-v12.1.0...edge-bundler-v12.1.1) (2024-06-24)


### Bug Fixes

* combine functions from Frameworks API and internal directories ([#5734](https://github.com/netlify/build/issues/5734)) ([9a087b1](https://github.com/netlify/build/commit/9a087b1a8f8142321b144afb1e5358723369ac4b))

## [12.1.0](https://github.com/netlify/build/compare/edge-bundler-v12.0.1...edge-bundler-v12.1.0) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/edge-bundler",
"version": "12.1.0",
"version": "12.1.1",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
Expand Down

0 comments on commit b993b18

Please sign in to comment.