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 Nov 21, 2023
1 parent 2855ac3 commit ebff744
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
5 changes: 3 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.11.1",
"packages/build": "29.27.0",
"packages/build": "29.28.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.10.0",
"packages/framework-info": "9.8.10",
Expand All @@ -10,5 +10,6 @@
"packages/js-client": "13.1.11",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.2.0",
"packages/run-utils": "5.1.1"
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.0.0"
}
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.28.0](https://github.com/netlify/build/compare/build-v29.27.0...build-v29.28.0) (2023-11-21)


### Features

* images on netlify config type ([#5393](https://github.com/netlify/build/issues/5393)) ([e49cd58](https://github.com/netlify/build/commit/e49cd584ad7d92cd485d88cb5b330b050bcc13f3))

## [29.27.0](https://github.com/netlify/build/compare/build-v29.26.6...build-v29.27.0) (2023-11-20)


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.27.0",
"version": "29.28.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/opentelemetry-sdk-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2023-11-21)


### Features

* create opentelemetry sdk package ([#5388](https://github.com/netlify/build/issues/5388)) ([9c8c452](https://github.com/netlify/build/commit/9c8c452edb6d062ac7f03eaa64e9a23e0791ad7c))

0 comments on commit ebff744

Please sign in to comment.