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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
if: "github.event_name == 'push' && startsWith(github.event.head_commit.message, 'chore: release master')"
runs-on: ubuntu-latest
container:
image: golang:1.23
image: golang:1.25
needs:
- publish
steps:
Expand Down
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "5.15.1",
"packages/cli": "5.15.4",
"packages/core": "5.13.0",
"packages/http": "5.15.2",
"packages/http-server": "5.15.3"
"packages/cli": "5.15.5",
"packages/core": "5.14.0",
"packages/http": "5.15.3",
"packages/http-server": "5.15.4"
}
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.15.5](https://github.com/stoplightio/prism/compare/v5.15.4...v5.15.5) (2026-03-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-core bumped from ^5.13.0 to ^5.14.0
* @stoplight/prism-http bumped from 5.15.2 to 5.15.3
* @stoplight/prism-http-server bumped from ^5.15.3 to ^5.15.4

## [5.15.4](https://github.com/stoplightio/prism/compare/v5.15.3...v5.15.4) (2026-03-30)


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": "@stoplight/prism-cli",
"version": "5.15.4",
"version": "5.15.5",
"author": "Stoplight <support@stoplight.io>",
"bin": {
"prism": "./dist/index.js"
Expand All @@ -9,9 +9,9 @@
"dependencies": {
"@stoplight/json": "3.21.7",
"@stoplight/json-schema-ref-parser": "10.0.0",
"@stoplight/prism-core": "^5.13.0",
"@stoplight/prism-http": "5.15.2",
"@stoplight/prism-http-server": "^5.15.3",
"@stoplight/prism-core": "^5.14.0",
"@stoplight/prism-http": "5.15.3",
"@stoplight/prism-http-server": "^5.15.4",
"@stoplight/types": "^14.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.14.0](https://github.com/stoplightio/prism/compare/v5.13.0...v5.14.0) (2026-03-30)


### Features

* **deps:** bump node from 16 to 18.20 ([#2520](https://github.com/stoplightio/prism/issues/2520)) ([4b175a6](https://github.com/stoplightio/prism/commit/4b175a614a7d1f184863d741c8cbec494b37b57f))
* **deps:** bump node from 18.20 to 24.14 ([#2752](https://github.com/stoplightio/prism/issues/2752)) ([3940161](https://github.com/stoplightio/prism/commit/39401611f00b997852dcf54fc52902720377034d))
* **http:** added support to Deprecation header for deprecated operations [#1563](https://github.com/stoplightio/prism/issues/1563) ([1415319](https://github.com/stoplightio/prism/commit/14153193c69bccd960e62bc2b86ec23470d66921))

## [5.13.0](https://github.com/stoplightio/prism/compare/v5.12.0...v5.13.0) (2026-03-30)


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": "@stoplight/prism-core",
"version": "5.13.0",
"version": "5.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
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.15.4](https://github.com/stoplightio/prism/compare/v5.15.3...v5.15.4) (2026-03-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-core bumped from ^5.13.0 to ^5.14.0
* @stoplight/prism-http bumped from ^5.15.2 to ^5.15.3

## [5.15.3](https://github.com/stoplightio/prism/compare/v5.15.2...v5.15.3) (2026-03-30)


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": "@stoplight/prism-http-server",
"version": "5.15.3",
"version": "5.15.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@stoplight/prism-core": "^5.13.0",
"@stoplight/prism-http": "^5.15.2",
"@stoplight/prism-core": "^5.14.0",
"@stoplight/prism-http": "^5.15.3",
"@stoplight/types": "^14.1.0",
"fast-xml-parser": "^5.5.7",
"fp-ts": "^2.11.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## [5.15.3](https://github.com/stoplightio/prism/compare/v5.15.2...v5.15.3) (2026-03-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-core bumped from ^5.13.0 to ^5.14.0

## [5.15.2](https://github.com/stoplightio/prism/compare/v5.15.1...v5.15.2) (2026-03-30)


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": "@stoplight/prism-http",
"version": "5.15.2",
"version": "5.15.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
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",
"@stoplight/prism-core": "^5.13.0",
"@stoplight/prism-core": "^5.14.0",
"@stoplight/http-spec": "^7.1.0",
"@stoplight/json-schema-ref-parser": "10.0.0",
"@stoplight/types": "^14.1.0",
Expand Down
Loading