Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "5.13.3",
"packages/cli": "5.16.0",
"packages/core": "5.13.0",
"packages/http": "5.16.0",
"packages/http-server": "5.16.0"
".": "5.13.4",
"packages/cli": "5.16.1",
"packages/core": "5.13.1",
"packages/http": "5.16.1",
"packages/http-server": "5.16.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ The format for this file is based on [Keep a Changelog](https://keepachangelog.c

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

## [5.13.4](https://github.com/stainless-api/prism/compare/v5.13.3...v5.13.4) (2025-12-18)


### Bug Fixes

* correctly handle body requests that are falsy ([9ec460e](https://github.com/stainless-api/prism/commit/9ec460ebb041d2922dd23a7b37f5f646e789b392))
* correctly handle cases where null is sent as the body ([d255b00](https://github.com/stainless-api/prism/commit/d255b00121c2d241c9391d9dc043e2f91c6c16c8))

## [5.13.3](https://github.com/stainless-api/prism/compare/v5.13.2...v5.13.3) (2025-06-27)


Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.16.1](https://github.com/stainless-api/prism/compare/v5.16.0...v5.16.1) (2025-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stainless-api/prism-core bumped from 5.13.0 to 5.13.1
* @stainless-api/prism-http bumped from 5.16.0 to 5.16.1
* @stainless-api/prism-http-server bumped from 5.16.0 to 5.16.1

## [5.16.0](https://github.com/stainless-api/prism/compare/v5.15.0...v5.16.0) (2025-07-01)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-api/prism-cli",
"version": "5.16.0",
"version": "5.16.1",
"author": "Stainless <dev@stainlessapi.com>",
"bin": {
"prism": "./dist/index.js"
Expand All @@ -9,9 +9,9 @@
"dependencies": {
"@stoplight/json": "3.21.7",
"@stoplight/json-schema-ref-parser": "9.2.7",
"@stainless-api/prism-core": "5.13.0",
"@stainless-api/prism-http": "5.16.0",
"@stainless-api/prism-http-server": "5.16.0",
"@stainless-api/prism-core": "5.13.1",
"@stainless-api/prism-http": "5.16.1",
"@stainless-api/prism-http-server": "5.16.1",
"@stoplight/types": "14.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.13.1](https://github.com/stainless-api/prism/compare/v5.13.0...v5.13.1) (2025-12-18)


### Bug Fixes

* **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))

## [5.13.0](https://github.com/stainless-api/prism/compare/v5.12.0...v5.13.0) (2025-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-api/prism-core",
"version": "5.13.0",
"version": "5.13.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stainless <dev@stainlessapi.com>",
Expand Down
10 changes: 10 additions & 0 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.16.1](https://github.com/stainless-api/prism/compare/v5.16.0...v5.16.1) (2025-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stainless-api/prism-core bumped from ^5.13.0 to ^5.13.1
* @stainless-api/prism-http bumped from ^5.16.0 to ^5.16.1

## [5.16.0](https://github.com/stainless-api/prism/compare/v5.15.0...v5.16.0) (2025-07-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-api/prism-http-server",
"version": "5.16.0",
"version": "5.16.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stainless <dev@stainlessapi.com>",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@stainless-api/prism-core": "^5.13.0",
"@stainless-api/prism-http": "^5.16.0",
"@stainless-api/prism-core": "^5.13.1",
"@stainless-api/prism-http": "^5.16.1",
"@stoplight/types": "^14.1.0",
"fast-xml-parser": "^4.2.0",
"fp-ts": "^2.11.5",
Expand Down
15 changes: 15 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [5.16.1](https://github.com/stainless-api/prism/compare/v5.16.0...v5.16.1) (2025-12-18)


### Bug Fixes

* correctly handle body requests that are falsy ([9ec460e](https://github.com/stainless-api/prism/commit/9ec460ebb041d2922dd23a7b37f5f646e789b392))
* correctly handle cases where null is sent as the body ([d255b00](https://github.com/stainless-api/prism/commit/d255b00121c2d241c9391d9dc043e2f91c6c16c8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stainless-api/prism-core bumped from ^5.13.0 to ^5.13.1

## [5.16.0](https://github.com/stainless-api/prism/compare/v5.15.0...v5.16.0) (2025-07-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-api/prism-http",
"version": "5.16.0",
"version": "5.16.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stainless <dev@stainlessapi.com>",
Expand All @@ -20,7 +20,7 @@
"@stoplight/json": "3.21.7",
"@stoplight/json-schema-merge-allof": "0.7.8",
"@stoplight/json-schema-sampler": "0.3.0",
"@stainless-api/prism-core": "^5.13.0",
"@stainless-api/prism-core": "^5.13.1",
"@stoplight/http-spec": "^7.0.3",
"@stoplight/json-schema-ref-parser": "9.2.7",
"@stoplight/types": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.13.3
5.13.4