Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed Oct 2, 2023
1 parent 6f87850 commit cdbbe53
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 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.8.0",
"packages/build": "29.21.1",
"packages/build-info": "7.9.0",
"packages/build": "29.21.2",
"packages/cache-utils": "5.1.5",
"packages/config": "20.9.0",
"packages/framework-info": "9.8.10",
Expand Down
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.9.0](https://github.com/netlify/build/compare/build-info-v7.8.0...build-info-v7.9.0) (2023-10-02)


### Features

* detect bun as runtime ([#5300](https://github.com/netlify/build/issues/5300)) ([6f87850](https://github.com/netlify/build/commit/6f8785097de00e763fd81f17689c088ed39cdf8b))

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


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

## [29.21.2](https://github.com/netlify/build/compare/build-v29.21.1...build-v29.21.2) (2023-10-02)


### Bug Fixes

* document deno_import_map in function types ([#5305](https://github.com/netlify/build/issues/5305)) ([21cafcf](https://github.com/netlify/build/commit/21cafcfd25ed4a05e82af39925098b26623ae745))
* fixes an issue where the type imports could not be resolved ([#5297](https://github.com/netlify/build/issues/5297)) ([0a72c89](https://github.com/netlify/build/commit/0a72c891b3d9e3676e33173900bb94d6e587c1dc))

## [29.21.1](https://github.com/netlify/build/compare/build-v29.21.0...build-v29.21.1) (2023-09-15)


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.21.1",
"version": "29.21.2",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit cdbbe53

Please sign in to comment.