diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 43d5444d0..6ff277973 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "5.7.0", - "packages/cli": "5.7.0", - "packages/core": "5.6.0", - "packages/http": "5.7.0", - "packages/http-server": "5.7.0" + ".": "5.8.0", + "packages/cli": "5.8.0", + "packages/core": "5.7.0", + "packages/http": "5.8.0", + "packages/http-server": "5.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a1eff7f..5a2b9026f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29) + + +### 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)) + + +### Bug Fixes + +* readOnly objects in arrays are handled correctly ([#2513](https://github.com/stoplightio/prism/issues/2513)) ([7670236](https://github.com/stoplightio/prism/commit/767023681f481d5e9d8c46203613faa635541eab)) + ## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-03-22) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 373ac85dd..117b3f9ac 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29) + + +### 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)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-core bumped from ^5.6.0 to ^5.7.0 + * @stoplight/prism-http bumped from ^5.7.0 to ^5.8.0 + * @stoplight/prism-http-server bumped from ^5.7.0 to ^5.8.0 + ## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-03-22) diff --git a/packages/cli/package.json b/packages/cli/package.json index 998be3677..85d52fd96 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-cli", - "version": "5.7.0", + "version": "5.8.0", "author": "Stoplight ", "bin": { "prism": "./dist/index.js" @@ -9,9 +9,9 @@ "dependencies": { "@stoplight/json": "^3.18.1", "@stoplight/json-schema-ref-parser": "9.2.7", - "@stoplight/prism-core": "^5.6.0", - "@stoplight/prism-http": "^5.7.0", - "@stoplight/prism-http-server": "^5.7.0", + "@stoplight/prism-core": "^5.7.0", + "@stoplight/prism-http": "^5.8.0", + "@stoplight/prism-http-server": "^5.8.0", "@stoplight/types": "^14.1.0", "chalk": "^4.1.2", "chokidar": "^3.5.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 34a6ea39a..56baf429f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-04-29) + + +### 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)) + ## [5.6.0](https://github.com/stoplightio/prism/compare/v5.5.4...v5.6.0) (2024-03-18) diff --git a/packages/core/package.json b/packages/core/package.json index c2193e6f9..fac943866 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-core", - "version": "5.6.0", + "version": "5.7.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", diff --git a/packages/http-server/CHANGELOG.md b/packages/http-server/CHANGELOG.md index b498d6d38..a1332daac 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29) + + +### 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)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-core bumped from ^5.6.0 to ^5.7.0 + * @stoplight/prism-http bumped from ^5.7.0 to ^5.8.0 + ## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-03-22) diff --git a/packages/http-server/package.json b/packages/http-server/package.json index 348c38bda..8c5fd15b2 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http-server", - "version": "5.7.0", + "version": "5.8.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", @@ -19,8 +19,8 @@ "access": "public" }, "dependencies": { - "@stoplight/prism-core": "^5.6.0", - "@stoplight/prism-http": "^5.7.0", + "@stoplight/prism-core": "^5.7.0", + "@stoplight/prism-http": "^5.8.0", "@stoplight/types": "^14.1.0", "fast-xml-parser": "^4.2.0", "fp-ts": "^2.11.5", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 6f87ecdf0..d24c177e8 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29) + + +### 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)) + + +### Bug Fixes + +* readOnly objects in arrays are handled correctly ([#2513](https://github.com/stoplightio/prism/issues/2513)) ([7670236](https://github.com/stoplightio/prism/commit/767023681f481d5e9d8c46203613faa635541eab)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stoplight/prism-core bumped from ^5.6.0 to ^5.7.0 + ## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-03-22) diff --git a/packages/http/package.json b/packages/http/package.json index 4fe0d8e85..a31336b6b 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/prism-http", - "version": "5.7.0", + "version": "5.8.0", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Stoplight ", @@ -20,7 +20,7 @@ "@stoplight/json": "^3.18.1", "@stoplight/json-schema-merge-allof": "0.7.8", "@stoplight/json-schema-sampler": "0.3.0", - "@stoplight/prism-core": "^5.6.0", + "@stoplight/prism-core": "^5.7.0", "@stoplight/http-spec": "^7.0.3", "@stoplight/json-schema-ref-parser": "9.2.7", "@stoplight/types": "^14.1.0", diff --git a/version.txt b/version.txt index 42cdd0b54..11d9efa3d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.7.0 +5.8.0