Skip to content

Commit e12e766

Browse files
chore: release master (#2693)
Co-authored-by: Sergiy Voznyak <sergiy.voznyak@gmail.com>
1 parent 083ac1e commit e12e766

File tree

7 files changed

+34
-6
lines changed

7 files changed

+34
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "5.14.1",
3-
"packages/cli": "5.14.1",
2+
".": "5.14.2",
3+
"packages/cli": "5.14.2",
44
"packages/core": "5.8.0",
55
"packages/http": "5.12.1",
6-
"packages/http-server": "5.12.1"
6+
"packages/http-server": "5.12.2"
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.14.2](https://github.com/stoplightio/prism/compare/v5.14.1...v5.14.2) (2025-04-17)
20+
21+
22+
### Bug Fixes
23+
24+
* downgrade version of prism components to published ([#2692](https://github.com/stoplightio/prism/issues/2692)) ([083ac1e](https://github.com/stoplightio/prism/commit/083ac1ee57a3a445d887157f9dec81b4a18c9991))
25+
1926
## [5.14.1](https://github.com/stoplightio/prism/compare/v5.14.0...v5.14.1) (2025-04-16)
2027

2128

packages/cli/CHANGELOG.md

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

3+
## [5.14.2](https://github.com/stoplightio/prism/compare/v5.14.1...v5.14.2) (2025-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* downgrade version of prism components to published ([#2692](https://github.com/stoplightio/prism/issues/2692)) ([083ac1e](https://github.com/stoplightio/prism/commit/083ac1ee57a3a445d887157f9dec81b4a18c9991))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @stoplight/prism-http-server bumped from ^5.12.0 to ^5.12.2
16+
317
## [5.14.1](https://github.com/stoplightio/prism/compare/v5.14.0...v5.14.1) (2025-04-16)
418

519

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-cli",
3-
"version": "5.14.1",
3+
"version": "5.14.2",
44
"author": "Stoplight <support@stoplight.io>",
55
"bin": {
66
"prism": "./dist/index.js"

packages/http-server/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.12.2](https://github.com/stoplightio/prism/compare/v5.12.1...v5.12.2) (2025-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* downgrade version of prism components to published ([#2692](https://github.com/stoplightio/prism/issues/2692)) ([083ac1e](https://github.com/stoplightio/prism/commit/083ac1ee57a3a445d887157f9dec81b4a18c9991))
9+
310
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2025-04-15)
411

512

packages/http-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http-server",
3-
"version": "5.12.1",
3+
"version": "5.12.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <support@stoplight.io>",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.14.1
1+
5.14.2

0 commit comments

Comments
 (0)