Skip to content

Commit 7078031

Browse files
chore: release master (#15)
1 parent 93704a6 commit 7078031

File tree

11 files changed

+75
-16
lines changed

11 files changed

+75
-16
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "5.13.0",
3-
"packages/cli": "5.13.2",
4-
"packages/core": "5.11.0",
5-
"packages/http": "5.13.2",
6-
"packages/http-server": "5.13.2"
2+
".": "5.13.1",
3+
"packages/cli": "5.13.3",
4+
"packages/core": "5.11.1",
5+
"packages/http": "5.13.3",
6+
"packages/http-server": "5.13.3"
77
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.13.1](https://github.com/stainless-api/prism/compare/v5.13.0...v5.13.1) (2025-06-26)
20+
21+
22+
### Bug Fixes
23+
24+
* **packaging:** update @stoplight/prism-* to @stainless-api/prism-* ([#14](https://github.com/stainless-api/prism/issues/14)) ([93704a6](https://github.com/stainless-api/prism/commit/93704a6dcd7aac8c808548af7fe8acecfeb35c69))
25+
1926
## [5.13.0](https://github.com/stainless-api/prism/compare/v5.12.1...v5.13.0) (2025-06-04)
2027

2128

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.13.3](https://github.com/stainless-api/prism/compare/v5.13.2...v5.13.3) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **packaging:** update @stoplight/prism-* to @stainless-api/prism-* ([#14](https://github.com/stainless-api/prism/issues/14)) ([93704a6](https://github.com/stainless-api/prism/commit/93704a6dcd7aac8c808548af7fe8acecfeb35c69))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @stainless-api/prism-core bumped from 5.11.0 to 5.11.1
16+
* @stainless-api/prism-http bumped from 5.13.2 to 5.13.3
17+
* @stainless-api/prism-http-server bumped from 5.13.2 to 5.13.3
18+
319
## [5.13.2](https://github.com/stainless-api/prism/compare/v5.13.1...v5.13.2) (2025-06-05)
420

521

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-api/prism-cli",
3-
"version": "5.13.2",
3+
"version": "5.13.3",
44
"author": "Stainless <dev@stainlessapi.com>",
55
"bin": {
66
"prism": "./dist/index.js"
@@ -9,9 +9,9 @@
99
"dependencies": {
1010
"@stoplight/json": "3.21.7",
1111
"@stoplight/json-schema-ref-parser": "9.2.7",
12-
"@stainless-api/prism-core": "5.11.0",
13-
"@stainless-api/prism-http": "5.13.2",
14-
"@stainless-api/prism-http-server": "5.13.2",
12+
"@stainless-api/prism-core": "5.11.1",
13+
"@stainless-api/prism-http": "5.13.3",
14+
"@stainless-api/prism-http-server": "5.13.3",
1515
"@stoplight/types": "14.1.0",
1616
"chalk": "^4.1.2",
1717
"chokidar": "^3.5.2",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.11.1](https://github.com/stainless-api/prism/compare/v5.11.0...v5.11.1) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **packaging:** update @stoplight/prism-* to @stainless-api/prism-* ([#14](https://github.com/stainless-api/prism/issues/14)) ([93704a6](https://github.com/stainless-api/prism/commit/93704a6dcd7aac8c808548af7fe8acecfeb35c69))
9+
310
## [5.11.0](https://github.com/stainless-api/prism/compare/v5.10.0...v5.11.0) (2025-06-05)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-api/prism-core",
3-
"version": "5.11.0",
3+
"version": "5.11.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stainless <dev@stainlessapi.com>",

packages/http-server/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [5.13.3](https://github.com/stainless-api/prism/compare/v5.13.2...v5.13.3) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **packaging:** update @stoplight/prism-* to @stainless-api/prism-* ([#14](https://github.com/stainless-api/prism/issues/14)) ([93704a6](https://github.com/stainless-api/prism/commit/93704a6dcd7aac8c808548af7fe8acecfeb35c69))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @stainless-api/prism-core bumped from ^5.11.0 to ^5.11.1
16+
* @stainless-api/prism-http bumped from ^5.13.2 to ^5.13.3
17+
318
## [5.13.2](https://github.com/stainless-api/prism/compare/v5.13.1...v5.13.2) (2025-06-05)
419

520

packages/http-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-api/prism-http-server",
3-
"version": "5.13.2",
3+
"version": "5.13.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stainless <dev@stainlessapi.com>",
@@ -19,8 +19,8 @@
1919
"access": "public"
2020
},
2121
"dependencies": {
22-
"@stainless-api/prism-core": "^5.11.0",
23-
"@stainless-api/prism-http": "^5.13.2",
22+
"@stainless-api/prism-core": "^5.11.1",
23+
"@stainless-api/prism-http": "^5.13.3",
2424
"@stoplight/types": "^14.1.0",
2525
"fast-xml-parser": "^4.2.0",
2626
"fp-ts": "^2.11.5",

packages/http/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## [5.13.3](https://github.com/stainless-api/prism/compare/v5.13.2...v5.13.3) (2025-06-26)
5+
6+
7+
### Bug Fixes
8+
9+
* **packaging:** update @stoplight/prism-* to @stainless-api/prism-* ([#14](https://github.com/stainless-api/prism/issues/14)) ([93704a6](https://github.com/stainless-api/prism/commit/93704a6dcd7aac8c808548af7fe8acecfeb35c69))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @stainless-api/prism-core bumped from ^5.11.0 to ^5.11.1
17+
418
## [5.13.2](https://github.com/stainless-api/prism/compare/v5.13.1...v5.13.2) (2025-06-05)
519

620

packages/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-api/prism-http",
3-
"version": "5.13.2",
3+
"version": "5.13.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stainless <dev@stainlessapi.com>",
@@ -20,7 +20,7 @@
2020
"@stoplight/json": "3.21.6",
2121
"@stoplight/json-schema-merge-allof": "0.7.8",
2222
"@stoplight/json-schema-sampler": "0.3.0",
23-
"@stainless-api/prism-core": "^5.11.0",
23+
"@stainless-api/prism-core": "^5.11.1",
2424
"@stoplight/http-spec": "^7.0.3",
2525
"@stoplight/json-schema-ref-parser": "9.2.7",
2626
"@stoplight/types": "^14.1.0",

0 commit comments

Comments
 (0)