Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/build-info": "6.1.2",
"packages/build": "29.4.5",
"packages/build-info": "6.1.3",
"packages/build": "29.5.0",
"packages/cache-utils": "5.1.0",
"packages/config": "20.3.0",
"packages/framework-info": "9.6.0",
"packages/framework-info": "9.7.0",
"packages/functions-utils": "5.1.4",
"packages/git-utils": "5.1.0",
"packages/headers-parser": "7.1.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.

6 changes: 6 additions & 0 deletions packages/build-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @netlify/framework-info bumped from ^9.5.3 to ^9.6.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/framework-info bumped from ^9.6.0 to ^9.7.0

## [6.1.1](https://github.com/netlify/build/compare/build-info-v6.1.0...build-info-v6.1.1) (2022-12-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/build-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-info",
"version": "6.1.2",
"version": "6.1.3",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"author": "Netlify Inc.",
"dependencies": {
"@netlify/framework-info": "^9.6.0",
"@netlify/framework-info": "^9.7.0",
"@npmcli/map-workspaces": "^2.0.0",
"find-up": "^6.3.0",
"read-pkg": "^7.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
* dependencies
* @netlify/config bumped from ^20.0.1 to ^20.0.2

## [29.5.0](https://github.com/netlify/build/compare/build-v29.4.5...build-v29.5.0) (2023-01-16)


### Features

* install framework runtime ([#4812](https://github.com/netlify/build/issues/4812)) ([5abc39d](https://github.com/netlify/build/commit/5abc39dfd074bfda52fef3222ee9d73c2ed98403))
* Pass internalSrcFolder and name to zisi ([#4821](https://github.com/netlify/build/issues/4821)) ([ffffcdb](https://github.com/netlify/build/commit/ffffcdb790db7c8108061b1ab3497c75db124e4c))
* send all bundlers to metric ([#4798](https://github.com/netlify/build/issues/4798)) ([cc55529](https://github.com/netlify/build/commit/cc555291679aedc468480251025e4d4a6dda882d))

## [29.4.5](https://github.com/netlify/build/compare/build-v29.4.4...build-v29.4.5) (2023-01-12)


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.4.5",
"version": "29.5.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/framework-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

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

## [9.7.0](https://github.com/netlify/build/compare/framework-info-v9.6.0...framework-info-v9.7.0) (2023-01-16)


### Features

* install framework runtime ([#4812](https://github.com/netlify/build/issues/4812)) ([5abc39d](https://github.com/netlify/build/commit/5abc39dfd074bfda52fef3222ee9d73c2ed98403))


### Bug Fixes

* correct default sveltekit publish directory ([#4823](https://github.com/netlify/build/issues/4823)) ([fbc98fd](https://github.com/netlify/build/commit/fbc98fdc1efea1b720dfe0e15b7a1a6879e52e20))

## [9.6.0](https://github.com/netlify/build/compare/framework-info-v9.5.3...framework-info-v9.6.0) (2023-01-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/framework-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/framework-info",
"version": "9.6.0",
"version": "9.7.0",
"description": "Framework detection utility",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down