Skip to content

Commit 86aa912

Browse files
author
Daniel A. White
committed
v4.8.0
1 parent bc9680f commit 86aa912

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": ["packages/*"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "4.7.0",
5+
"version": "4.8.0",
66
"independent": false
77
}

Diff for: packages/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-cli",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"author": "Stoplight <[email protected]>",
55
"bin": {
66
"prism": "./dist/index.js"
@@ -10,9 +10,9 @@
1010
"@stoplight/http-spec": "^4.2.0",
1111
"@stoplight/json": "^3.17.0",
1212
"@stoplight/json-schema-ref-parser": "9.2.1",
13-
"@stoplight/prism-core": "^4.7.0",
14-
"@stoplight/prism-http": "^4.7.0",
15-
"@stoplight/prism-http-server": "^4.7.0",
13+
"@stoplight/prism-core": "^4.8.0",
14+
"@stoplight/prism-http": "^4.8.0",
15+
"@stoplight/prism-http-server": "^4.8.0",
1616
"@stoplight/types": "^12.2.0",
1717
"chalk": "^4.1.2",
1818
"chokidar": "^3.5.2",

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-core",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",

Diff for: packages/http-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http-server",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",
@@ -19,8 +19,8 @@
1919
"access": "public"
2020
},
2121
"dependencies": {
22-
"@stoplight/prism-core": "^4.7.0",
23-
"@stoplight/prism-http": "^4.7.0",
22+
"@stoplight/prism-core": "^4.8.0",
23+
"@stoplight/prism-http": "^4.8.0",
2424
"@stoplight/types": "^12.2.0",
2525
"fast-xml-parser": "^3.20.3",
2626
"fp-ts": "^2.11.5",

Diff for: packages/http/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",
@@ -19,7 +19,7 @@
1919
"@stoplight/json": "^3.13.7",
2020
"@stoplight/json-schema-merge-allof": "0.7.8",
2121
"@stoplight/json-schema-sampler": "0.2.2",
22-
"@stoplight/prism-core": "^4.7.0",
22+
"@stoplight/prism-core": "^4.8.0",
2323
"@stoplight/types": "^12.2.0",
2424
"@stoplight/yaml": "^4.2.2",
2525
"abstract-logging": "^2.0.1",

0 commit comments

Comments
 (0)