From 197eb6f9cc4067da6806c14a2919419624609e9a Mon Sep 17 00:00:00 2001 From: Stoplighticus Roboticus <43760305+stoplight-bot@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:37:29 -0600 Subject: [PATCH] chore: release master (#2629) --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 7 +++++++ packages/cli/CHANGELOG.md | 21 +++++++++++++++++++++ packages/cli/package.json | 6 +++--- packages/http-server/CHANGELOG.md | 19 +++++++++++++++++++ packages/http-server/package.json | 4 ++-- packages/http/CHANGELOG.md | 14 ++++++++++++++ packages/http/package.json | 2 +- version.txt | 2 +- 9 files changed, 72 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1d5c429b..0c10b805b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "5.12.0", - "packages/cli": "5.11.0", + ".": "5.12.1", + "packages/cli": "5.12.0", "packages/core": "5.8.0", - "packages/http": "5.11.0", - "packages/http-server": "5.11.0" + "packages/http": "5.12.0", + "packages/http-server": "5.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8035759..3b2c98d22 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.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-13) + + +### 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.2...v5.12.0) (2024-11-13) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d9eeae251..a54a1b440 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13) + + +### Features + +* add --seed CLI flag for deterministic generation of dynamic examples ([#2594](https://github.com/stoplightio/prism/issues/2594)) ([8edc1cc](https://github.com/stoplightio/prism/commit/8edc1cccd29e07e6f4a20642247189b4a1375cb2)) + + +### Bug Fixes + +* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48)) +* 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.11.0 to 5.12.0 + * @stoplight/prism-http-server bumped from ^5.11.0 to ^5.12.0 + ## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13) diff --git a/packages/cli/package.json b/packages/cli/package.json index 21a68b1b4..af13a2df4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-cli", - "version": "5.11.0", + "version": "5.12.0", "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.11.0", - "@stoplight/prism-http-server": "^5.11.0", + "@stoplight/prism-http": "5.12.0", + "@stoplight/prism-http-server": "^5.12.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 f77cb204a..7b44e3559 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13) + + +### Features + +* add --seed CLI flag for deterministic generation of dynamic examples ([#2594](https://github.com/stoplightio/prism/issues/2594)) ([8edc1cc](https://github.com/stoplightio/prism/commit/8edc1cccd29e07e6f4a20642247189b4a1375cb2)) + + +### 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.11.0 to ^5.12.0 + ## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13) diff --git a/packages/http-server/package.json b/packages/http-server/package.json index f68cdd48f..f8d4ad716 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http-server", - "version": "5.11.0", + "version": "5.12.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.11.0", + "@stoplight/prism-http": "^5.12.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 b6f600907..15ac553b9 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13) + + +### Features + +* add --seed CLI flag for deterministic generation of dynamic examples ([#2594](https://github.com/stoplightio/prism/issues/2594)) ([8edc1cc](https://github.com/stoplightio/prism/commit/8edc1cccd29e07e6f4a20642247189b4a1375cb2)) + + +### Bug Fixes + +* **http:** update json-path plus in http ([551a23f](https://github.com/stoplightio/prism/commit/551a23f6ea889803fe7b7b9db497dd94ddca54c9)) +* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48)) +* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c)) + ## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13) diff --git a/packages/http/package.json b/packages/http/package.json index c63355869..03d060dc0 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http", - "version": "5.11.0", + "version": "5.12.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", diff --git a/version.txt b/version.txt index dd0ad7ae6..61ef74965 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.12.0 +5.12.1