Skip to content

Commit

Permalink
chore: release main (#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed May 8, 2024
1 parent ef4e615 commit da347f8
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
@@ -1,16 +1,16 @@
{
"packages/build-info": "7.13.2",
"packages/build": "29.41.3",
"packages/build": "29.41.4",
"packages/edge-bundler": "12.0.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.12.4",
"packages/config": "20.12.5",
"packages/framework-info": "9.8.11",
"packages/functions-utils": "5.2.56",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.16",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.2.2",
"packages/redirect-parser": "14.3.0",
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.1.1",
"packages/opentelemetry-utils": "1.2.0"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/build/CHANGELOG.md
Expand Up @@ -105,6 +105,15 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.41.4](https://github.com/netlify/build/compare/build-v29.41.3...build-v29.41.4) (2024-05-08)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.12.4 to ^20.12.5

## [29.41.3](https://github.com/netlify/build/compare/build-v29.41.2...build-v29.41.3) (2024-05-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.41.3",
"version": "29.41.4",
"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": "^7.3.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.12.4",
"@netlify/config": "^20.12.5",
"@netlify/edge-bundler": "12.0.0",
"@netlify/framework-info": "^9.8.11",
"@netlify/functions-utils": "^5.2.56",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Expand Up @@ -76,6 +76,15 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.12.5](https://github.com/netlify/build/compare/config-v20.12.4...config-v20.12.5) (2024-05-08)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify-redirect-parser bumped from ^14.2.2 to ^14.3.0

## [20.12.4](https://github.com/netlify/build/compare/config-v20.12.3...config-v20.12.4) (2024-05-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.12.4",
"version": "20.12.5",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"map-obj": "^5.0.0",
"netlify": "^13.1.16",
"netlify-headers-parser": "^7.1.4",
"netlify-redirect-parser": "^14.2.2",
"netlify-redirect-parser": "^14.3.0",
"node-fetch": "^3.3.1",
"omit.js": "^2.0.2",
"p-locate": "^6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/redirect-parser/CHANGELOG.md
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.3.0](https://github.com/netlify/build/compare/netlify-redirect-parser-v14.2.2...netlify-redirect-parser-v14.3.0) (2024-05-08)


### Features

* parse custom rate limit info from redirects ([#5623](https://github.com/netlify/build/issues/5623)) ([ef4e615](https://github.com/netlify/build/commit/ef4e6157e3060efef4c5006ba891f05909586296))

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


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

0 comments on commit da347f8

Please sign in to comment.