Skip to content

Commit

Permalink
Merge pull request #1834 from stoplightio/4.2.4
Browse files Browse the repository at this point in the history
4.2.4
  • Loading branch information
ksoviero-stoplight committed May 24, 2021
2 parents 0636256 + e1d5055 commit 36a88c0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

# Unreleased

# 4.2.4 (2021-05-24)

## Changed

- Improved the build pipeline [#1834](https://github.com/stoplightio/prism/pull/1834)

# 4.2.3 (2021-05-17)

## Fixed
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.2.3",
"version": "4.2.4",
"independent": false
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@stoplight/prism-cli",
"version": "4.2.3",
"version": "4.2.4",
"author": "Stoplight <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stoplightio/prism/issues",
"dependencies": {
"@stoplight/http-spec": "^4.1.0",
"@stoplight/prism-core": "^4.2.3",
"@stoplight/prism-http": "^4.2.3",
"@stoplight/prism-http-server": "^4.2.3",
"@stoplight/prism-core": "^4.2.4",
"@stoplight/prism-http": "^4.2.4",
"@stoplight/prism-http-server": "^4.2.4",
"@stoplight/types": "^12.2.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
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": "4.2.3",
"version": "4.2.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
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": "4.2.3",
"version": "4.2.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@stoplight/prism-core": "^4.2.3",
"@stoplight/prism-http": "^4.2.3",
"@stoplight/prism-core": "^4.2.4",
"@stoplight/prism-http": "^4.2.4",
"@stoplight/types": "^12.2.0",
"fast-xml-parser": "^3.19.0",
"fp-ts": "^2.10.4",
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": "4.2.3",
"version": "4.2.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@stoplight/json": "^3.12.0",
"@stoplight/json-schema-sampler": "0.2.0",
"@stoplight/prism-core": "^4.2.3",
"@stoplight/prism-core": "^4.2.4",
"@stoplight/types": "^12.2.0",
"@stoplight/yaml": "^4.2.2",
"abstract-logging": "^2.0.1",
Expand Down

0 comments on commit 36a88c0

Please sign in to comment.