Skip to content

Commit

Permalink
chore: release main (#5371)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Nov 8, 2023
1 parent fede9ba commit 3087056
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 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.10.2",
"packages/build": "29.26.1",
"packages/build-info": "7.11.0",
"packages/build": "29.26.2",
"packages/cache-utils": "5.1.5",
"packages/config": "20.9.0",
"packages/framework-info": "9.8.10",
Expand Down
4 changes: 2 additions & 2 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.11.0](https://github.com/netlify/build/compare/build-info-v7.10.2...build-info-v7.11.0) (2023-11-08)


### Features

* autoinstall Angular v17 ([#5367](https://github.com/netlify/build/issues/5367)) ([6a75332](https://github.com/netlify/build/commit/6a753323fe0d777b370e058c6c41ca9f8842b538))

## [7.10.2](https://github.com/netlify/build/compare/build-info-v7.10.1...build-info-v7.10.2) (2023-10-24)


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.10.2",
"version": "7.11.0",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
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.26.2](https://github.com/netlify/build/compare/build-v29.26.1...build-v29.26.2) (2023-11-08)


### Bug Fixes

* **deps:** update dependency @netlify/plugins-list to ^6.72.0 ([#5372](https://github.com/netlify/build/issues/5372)) ([fede9ba](https://github.com/netlify/build/commit/fede9ba5779fa41159b9e064cb1798378b219f58))

## [29.26.1](https://github.com/netlify/build/compare/build-v29.26.0...build-v29.26.1) (2023-11-07)


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

0 comments on commit 3087056

Please sign in to comment.