Skip to content

Commit

Permalink
Merge branch 'main' into framework-info
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored Jan 17, 2023
2 parents ba9c70a + f2612d6 commit 18049ea
Show file tree
Hide file tree
Showing 20 changed files with 170 additions and 50 deletions.
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
105 changes: 82 additions & 23 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
10 changes: 7 additions & 3 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 All @@ -24,13 +24,17 @@
},
"keywords": [],
"license": "MIT",
"repository": "netlify/build-info",
"repository": {
"type": "git",
"url": "https://github.com/netlify/build.git",
"directory": "packages/build-info"
},
"bugs": {
"url": "https://github.com/netlify/build/issues"
},
"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
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.4.5",
"version": "29.5.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@netlify/git-utils": "^5.1.0",
"@netlify/plugins-list": "^6.61.0",
"@netlify/run-utils": "^5.1.0",
"@netlify/zip-it-and-ship-it": "^8.4.0",
"@netlify/zip-it-and-ship-it": "^8.4.1",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.0",
Expand Down
Loading

0 comments on commit 18049ea

Please sign in to comment.