Skip to content

Commit

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

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <33464286+netlify-jenkins@users.noreply.github.com>
  • Loading branch information
netlify-circleci and netlify-jenkins committed Feb 1, 2023
1 parent ccb3a00 commit 356667c
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/build-info": "6.2.0",
"packages/build": "29.5.3",
"packages/cache-utils": "5.1.0",
"packages/build-info": "6.2.1",
"packages/build": "29.5.4",
"packages/cache-utils": "5.1.1",
"packages/config": "20.3.2",
"packages/framework-info": "9.7.1",
"packages/framework-info": "9.7.2",
"packages/functions-utils": "5.1.6",
"packages/git-utils": "5.1.0",
"packages/headers-parser": "7.1.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.

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

### Dependencies

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

## [6.2.0](https://github.com/netlify/build/compare/build-info-v6.1.4...build-info-v6.2.0) (2023-02-01)


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.2.0",
"version": "6.2.1",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"author": "Netlify Inc.",
"dependencies": {
"@netlify/framework-info": "^9.7.1",
"@netlify/framework-info": "^9.7.2",
"@npmcli/map-workspaces": "^2.0.0",
"find-up": "^6.3.0",
"read-pkg": "^7.1.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@
* dependencies
* @netlify/config bumped from ^20.0.1 to ^20.0.2

## [29.5.4](https://github.com/netlify/build/compare/build-v29.5.3...build-v29.5.4) (2023-02-01)


### Bug Fixes

* fixes an issue where the cache could not save .dot directories ([#4843](https://github.com/netlify/build/issues/4843)) ([ccb3a00](https://github.com/netlify/build/commit/ccb3a005e69af2ed543d9f7af7c6e7284adb8265))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/cache-utils bumped from ^5.1.0 to ^5.1.1

## [29.5.3](https://github.com/netlify/build/compare/build-v29.5.2...build-v29.5.3) (2023-02-01)


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.5.3",
"version": "29.5.4",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"license": "MIT",
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/cache-utils": "^5.1.0",
"@netlify/cache-utils": "^5.1.1",
"@netlify/config": "^20.3.2",
"@netlify/edge-bundler": "8.4.0",
"@netlify/functions-utils": "^5.1.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/cache-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.1](https://github.com/netlify/build/compare/cache-utils-v5.1.0...cache-utils-v5.1.1) (2023-02-01)


### Bug Fixes

* fixes an issue where the cache could not save .dot directories ([#4843](https://github.com/netlify/build/issues/4843)) ([ccb3a00](https://github.com/netlify/build/commit/ccb3a005e69af2ed543d9f7af7c6e7284adb8265))

## [5.1.0](https://github.com/netlify/build/compare/cache-utils-v5.0.2...cache-utils-v5.1.0) (2022-12-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/cache-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/cache-utils",
"version": "5.1.0",
"version": "5.1.1",
"description": "Utility for caching files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/framework-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.2](https://github.com/netlify/build/compare/framework-info-v9.7.1...framework-info-v9.7.2) (2023-02-01)


### Bug Fixes

* update Solid Start default port ([#4845](https://github.com/netlify/build/issues/4845)) ([e5f4c12](https://github.com/netlify/build/commit/e5f4c12b67b1be521d0feb36148dbc82c6f59f8a))

## [9.7.1](https://github.com/netlify/build/compare/framework-info-v9.7.0...framework-info-v9.7.1) (2023-01-18)


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.7.1",
"version": "9.7.2",
"description": "Framework detection utility",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit 356667c

Please sign in to comment.