From 0d12d25b1907385a6f84a3634c8aedd56f113ea4 Mon Sep 17 00:00:00 2001 From: Stoplighticus Roboticus <43760305+stoplight-bot@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:10:58 -0500 Subject: [PATCH] chore: release master (#2586) Co-authored-by: lukasz.zazulak --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 7 +++++++ packages/cli/CHANGELOG.md | 13 +++++++++++++ packages/cli/package.json | 6 +++--- packages/http-server/CHANGELOG.md | 13 +++++++++++++ packages/http-server/package.json | 4 ++-- packages/http/CHANGELOG.md | 6 ++++++ packages/http/package.json | 2 +- version.txt | 2 +- 9 files changed, 50 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c6b26ae5..aba22c6ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "5.11.0", - "packages/cli": "5.8.3", + ".": "5.11.1", + "packages/cli": "5.9.0", "packages/core": "5.8.0", - "packages/http": "5.8.3", - "packages/http-server": "5.8.3" + "packages/http": "5.9.0", + "packages/http-server": "5.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac9ca502..3ef7e69b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ The format for this file is based on [Keep a Changelog](https://keepachangelog.c +## [5.11.1](https://github.com/stoplightio/prism/compare/v5.11.0...v5.11.1) (2024-08-09) + + +### Bug Fixes + +* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c)) + ## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29) ### Features diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 653ce60f2..c54d46729 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09) + +### Bug Fixes + +* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c)) + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-http bumped from 5.8.4 to 5.9.0 + * @stoplight/prism-http-server bumped from ^5.8.3 to ^5.9.0 + ## [5.8.3](https://github.com/stoplightio/prism/compare/v5.8.2...v5.8.3) (2024-07-19) diff --git a/packages/cli/package.json b/packages/cli/package.json index 34164fa79..d317b6660 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-cli", - "version": "5.8.4", + "version": "5.9.0", "author": "Stoplight ", "bin": { "prism": "./dist/index.js" @@ -10,8 +10,8 @@ "@stoplight/json": "3.21.6", "@stoplight/json-schema-ref-parser": "9.2.7", "@stoplight/prism-core": "^5.8.0", - "@stoplight/prism-http": "5.8.4", - "@stoplight/prism-http-server": "^5.8.3", + "@stoplight/prism-http": "5.9.0", + "@stoplight/prism-http-server": "^5.9.0", "@stoplight/types": "^14.1.0", "chalk": "^4.1.2", "chokidar": "^3.5.2", diff --git a/packages/http-server/CHANGELOG.md b/packages/http-server/CHANGELOG.md index 626a9320a..699bd6a1d 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09) + +### Bug Fixes + +* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-http bumped from ^5.8.4 to ^5.9.0 + ## [5.8.3](https://github.com/stoplightio/prism/compare/v5.8.2...v5.8.3) (2024-07-19) diff --git a/packages/http-server/package.json b/packages/http-server/package.json index c515280cf..9bb408c6c 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http-server", - "version": "5.8.3", + "version": "5.9.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", @@ -20,7 +20,7 @@ }, "dependencies": { "@stoplight/prism-core": "^5.8.0", - "@stoplight/prism-http": "^5.8.4", + "@stoplight/prism-http": "^5.9.0", "@stoplight/types": "^14.1.0", "fast-xml-parser": "^4.2.0", "fp-ts": "^2.11.5", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index b89b9ee35..12810cb02 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09) + +### Bug Fixes + +* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c)) + ## [5.8.3](https://github.com/stoplightio/prism/compare/v5.8.2...v5.8.3) (2024-07-19) diff --git a/packages/http/package.json b/packages/http/package.json index 11e018f12..09b6d6db8 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http", - "version": "5.8.4", + "version": "5.9.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", diff --git a/version.txt b/version.txt index 57f82f727..32447ce31 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.11.0 \ No newline at end of file +5.11.1