Skip to content

Commit

Permalink
chore: release main (#5510)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
netlify-circleci and kodiakhq[bot] authored Feb 13, 2024
1 parent b672ea2 commit 178e6b0
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/build-info": "7.12.0",
"packages/build": "29.33.6",
"packages/build-info": "7.12.1",
"packages/build": "29.33.7",
"packages/cache-utils": "5.1.5",
"packages/config": "20.11.0",
"packages/config": "20.11.1",
"packages/framework-info": "9.8.10",
"packages/functions-utils": "5.2.50",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.3",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.14",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.2.1",
"packages/redirect-parser": "14.2.2",
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.0.2",
"packages/opentelemetry-utils": "1.0.1"
Expand Down
16 changes: 8 additions & 8 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.12.1](https://github.com/netlify/build/compare/build-info-v7.12.0...build-info-v7.12.1) (2024-02-12)


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))

## [7.12.0](https://github.com/netlify/build/compare/build-info-v7.11.5...build-info-v7.12.0) (2024-01-30)


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.12.0",
"version": "7.12.1",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
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.33.7](https://github.com/netlify/build/compare/build-v29.33.6...build-v29.33.7) (2024-02-12)


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.11.0 to ^20.11.1

## [29.33.6](https://github.com/netlify/build/compare/build-v29.33.5...build-v29.33.6) (2024-02-08)


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.33.6",
"version": "29.33.7",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^6.5.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.11.0",
"@netlify/config": "^20.11.1",
"@netlify/edge-bundler": "11.2.2",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.50",
Expand Down
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.11.1](https://github.com/netlify/build/compare/config-v20.11.0...config-v20.11.1) (2024-02-12)


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify-headers-parser bumped from ^7.1.3 to ^7.1.4
* netlify-redirect-parser bumped from ^14.2.1 to ^14.2.2

## [20.11.0](https://github.com/netlify/build/compare/config-v20.10.3...config-v20.11.0) (2024-02-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.11.0",
"version": "20.11.1",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -72,8 +72,8 @@
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.1.14",
"netlify-headers-parser": "^7.1.3",
"netlify-redirect-parser": "^14.2.1",
"netlify-headers-parser": "^7.1.4",
"netlify-redirect-parser": "^14.2.2",
"node-fetch": "^3.3.1",
"omit.js": "^2.0.2",
"p-locate": "^6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/headers-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.1.4](https://github.com/netlify/build/compare/netlify-headers-parser-v7.1.3...netlify-headers-parser-v7.1.4) (2024-02-12)


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))

## [7.1.3](https://github.com/netlify/build/compare/netlify-headers-parser-v7.1.2...netlify-headers-parser-v7.1.3) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/headers-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-headers-parser",
"version": "7.1.3",
"version": "7.1.4",
"description": "Parses Netlify headers into a JavaScript object representation",
"type": "module",
"exports": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/redirect-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [14.2.2](https://github.com/netlify/build/compare/netlify-redirect-parser-v14.2.1...netlify-redirect-parser-v14.2.2) (2024-02-12)


### Bug Fixes

* switch to @iarna/toml ([#5508](https://github.com/netlify/build/issues/5508)) ([ba81c85](https://github.com/netlify/build/commit/ba81c85aad902380d24fc1722bc65d4feed24b84))

## [14.2.1](https://github.com/netlify/build/compare/netlify-redirect-parser-v14.2.0...netlify-redirect-parser-v14.2.1) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/redirect-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-redirect-parser",
"version": "14.2.1",
"version": "14.2.2",
"description": "Parses netlify redirects into a js object representation",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 178e6b0

Please sign in to comment.