Skip to content

Commit

Permalink
Revert "chore: release main (#5659)"
Browse files Browse the repository at this point in the history
This reverts commit f6c8a53.
  • Loading branch information
kathmbeck authored May 24, 2024
1 parent c11557d commit eefb1e9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/build-info": "7.13.2",
"packages/build": "29.42.3",
"packages/build": "29.42.2",
"packages/edge-bundler": "12.0.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.12.6",
"packages/framework-info": "9.8.12",
"packages/functions-utils": "5.2.58",
"packages/functions-utils": "5.2.57",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.16",
Expand All @@ -14,5 +14,5 @@
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.1.2",
"packages/opentelemetry-utils": "1.2.1",
"packages/zip-it-and-ship-it": "9.33.1"
"packages/zip-it-and-ship-it": "9.33.0"
}
14 changes: 7 additions & 7 deletions package-lock.json

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

10 changes: 0 additions & 10 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.42.3](https://github.com/netlify/build/compare/build-v29.42.2...build-v29.42.3) (2024-05-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.2.57 to ^5.2.58
* @netlify/zip-it-and-ship-it bumped from 9.33.0 to 9.33.1

## [29.42.2](https://github.com/netlify/build/compare/build-v29.42.1...build-v29.42.2) (2024-05-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.42.3",
"version": "29.42.2",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -73,12 +73,12 @@
"@netlify/config": "^20.12.6",
"@netlify/edge-bundler": "12.0.1",
"@netlify/framework-info": "^9.8.12",
"@netlify/functions-utils": "^5.2.58",
"@netlify/functions-utils": "^5.2.57",
"@netlify/git-utils": "^5.1.1",
"@netlify/opentelemetry-utils": "^1.2.1",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.1.1",
"@netlify/zip-it-and-ship-it": "9.33.1",
"@netlify/zip-it-and-ship-it": "9.33.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
9 changes: 0 additions & 9 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [5.2.58](https://github.com/netlify/build/compare/functions-utils-v5.2.57...functions-utils-v5.2.58) (2024-05-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/zip-it-and-ship-it bumped from 9.33.0 to 9.33.1

## [5.2.57](https://github.com/netlify/build/compare/functions-utils-v5.2.56...functions-utils-v5.2.57) (2024-05-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/functions-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/functions-utils",
"version": "5.2.58",
"version": "5.2.57",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "MIT",
"dependencies": {
"@netlify/zip-it-and-ship-it": "9.33.1",
"@netlify/zip-it-and-ship-it": "9.33.0",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
Expand Down
7 changes: 0 additions & 7 deletions packages/zip-it-and-ship-it/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ 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.33.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.33.0...zip-it-and-ship-it-v9.33.1) (2024-05-23)


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to ^1.18.2 ([#5660](https://github.com/netlify/build/issues/5660)) ([f50f9fd](https://github.com/netlify/build/commit/f50f9fdde587988ac434ac6950101ca6acbff52a))

## [9.33.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.32.2...zip-it-and-ship-it-v9.33.0) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/zip-it-and-ship-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.33.1",
"version": "9.33.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit eefb1e9

Please sign in to comment.