From 42737cccbed089e79e9109a91cec61093f4abce2 Mon Sep 17 00:00:00 2001 From: Stoplighticus Roboticus <43760305+stoplight-bot@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:03:45 -0600 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 7 +++++++ packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 6 +++--- packages/http-server/CHANGELOG.md | 9 +++++++++ packages/http-server/package.json | 4 ++-- packages/http/CHANGELOG.md | 7 +++++++ packages/http/package.json | 2 +- version.txt | 2 +- 9 files changed, 44 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c10b805b..9100761fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "5.12.1", - "packages/cli": "5.12.0", + ".": "5.12.2", + "packages/cli": "5.12.1", "packages/core": "5.8.0", - "packages/http": "5.12.0", - "packages/http-server": "5.12.0" + "packages/http": "5.12.1", + "packages/http-server": "5.12.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2c98d22..44bbc7f58 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.12.2](https://github.com/stoplightio/prism/compare/v5.12.1...v5.12.2) (2024-11-26) + + +### Bug Fixes + +* **Docker:** use tini to handle kernel signals ([#2622](https://github.com/stoplightio/prism/issues/2622)) ([c55d633](https://github.com/stoplightio/prism/commit/c55d633486e57a1d67f7260a847d1d8f3a281208)) + ## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-13) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a54a1b440..4d3fb672e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-http bumped from 5.12.0 to 5.12.1 + * @stoplight/prism-http-server bumped from ^5.12.0 to ^5.12.1 + ## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13) diff --git a/packages/cli/package.json b/packages/cli/package.json index af13a2df4..02a40b50f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-cli", - "version": "5.12.0", + "version": "5.12.1", "author": "Stoplight ", "bin": { "prism": "./dist/index.js" @@ -10,8 +10,8 @@ "@stoplight/json": "3.21.7", "@stoplight/json-schema-ref-parser": "9.2.7", "@stoplight/prism-core": "^5.8.0", - "@stoplight/prism-http": "5.12.0", - "@stoplight/prism-http-server": "^5.12.0", + "@stoplight/prism-http": "5.12.1", + "@stoplight/prism-http-server": "^5.12.1", "@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 7b44e3559..793ad82d3 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-26) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-http bumped from ^5.12.0 to ^5.12.1 + ## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13) diff --git a/packages/http-server/package.json b/packages/http-server/package.json index f8d4ad716..09d9d60ac 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http-server", - "version": "5.12.0", + "version": "5.12.1", "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.12.0", + "@stoplight/prism-http": "^5.12.1", "@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 15ac553b9..e66033689 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-26) + + +### Bug Fixes + +* **http:** update json-path plus in http ([551a23f](https://github.com/stoplightio/prism/commit/551a23f6ea889803fe7b7b9db497dd94ddca54c9)) + ## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13) diff --git a/packages/http/package.json b/packages/http/package.json index 03d060dc0..d0ef4e667 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http", - "version": "5.12.0", + "version": "5.12.1", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", diff --git a/version.txt b/version.txt index 61ef74965..174742277 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.12.1 +5.12.2