Skip to content

Commit 197eb6f

Browse files
chore: release master (#2629)
1 parent 551a23f commit 197eb6f

File tree

9 files changed

+72
-11
lines changed

9 files changed

+72
-11
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "5.12.0",
3-
"packages/cli": "5.11.0",
2+
".": "5.12.1",
3+
"packages/cli": "5.12.0",
44
"packages/core": "5.8.0",
5-
"packages/http": "5.11.0",
6-
"packages/http-server": "5.11.0"
5+
"packages/http": "5.12.0",
6+
"packages/http-server": "5.12.0"
77
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ The format for this file is based on [Keep a Changelog](https://keepachangelog.c
1616

1717
<!-- markdown-link-check-disable -->
1818

19+
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-13)
20+
21+
22+
### Bug Fixes
23+
24+
* **http:** update json-path plus in http ([551a23f](https://github.com/stoplightio/prism/commit/551a23f6ea889803fe7b7b9db497dd94ddca54c9))
25+
1926
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.2...v5.12.0) (2024-11-13)
2027

2128

packages/cli/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
14+
* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @stoplight/prism-http bumped from 5.11.0 to 5.12.0
22+
* @stoplight/prism-http-server bumped from ^5.11.0 to ^5.12.0
23+
324
## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13)
425

526

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-cli",
3-
"version": "5.11.0",
3+
"version": "5.12.0",
44
"author": "Stoplight <[email protected]>",
55
"bin": {
66
"prism": "./dist/index.js"
@@ -10,8 +10,8 @@
1010
"@stoplight/json": "3.21.7",
1111
"@stoplight/json-schema-ref-parser": "9.2.7",
1212
"@stoplight/prism-core": "^5.8.0",
13-
"@stoplight/prism-http": "5.11.0",
14-
"@stoplight/prism-http-server": "^5.11.0",
13+
"@stoplight/prism-http": "5.12.0",
14+
"@stoplight/prism-http-server": "^5.12.0",
1515
"@stoplight/types": "^14.1.0",
1616
"chalk": "^4.1.2",
1717
"chokidar": "^3.5.2",

packages/http-server/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @stoplight/prism-http bumped from ^5.11.0 to ^5.12.0
21+
322
## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13)
423

524

packages/http-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http-server",
3-
"version": "5.11.0",
3+
"version": "5.12.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@stoplight/prism-core": "^5.8.0",
23-
"@stoplight/prism-http": "^5.11.0",
23+
"@stoplight/prism-http": "^5.12.0",
2424
"@stoplight/types": "^14.1.0",
2525
"fast-xml-parser": "^4.2.0",
2626
"fp-ts": "^2.11.5",

packages/http/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)
5+
6+
7+
### Features
8+
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **http:** update json-path plus in http ([551a23f](https://github.com/stoplightio/prism/commit/551a23f6ea889803fe7b7b9db497dd94ddca54c9))
15+
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
16+
* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))
17+
418
## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13)
519

620

packages/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http",
3-
"version": "5.11.0",
3+
"version": "5.12.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.12.0
1+
5.12.1

0 commit comments

Comments
 (0)