Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcasad committed Jun 7, 2022
1 parent 1fc1386 commit 8c40904
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.9.3",
"version": "4.10.0",
"independent": false
}
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": "4.9.3",
"version": "4.10.0",
"author": "Stoplight <support@stoplight.io>",
"bin": {
"prism": "./dist/index.js"
Expand All @@ -10,9 +10,9 @@
"@stoplight/http-spec": "^5.1.1",
"@stoplight/json": "^3.18.1",
"@stoplight/json-schema-ref-parser": "9.2.1",
"@stoplight/prism-core": "^4.9.3",
"@stoplight/prism-http": "^4.9.3",
"@stoplight/prism-http-server": "^4.9.3",
"@stoplight/prism-core": "^4.10.0",
"@stoplight/prism-http": "^4.10.0",
"@stoplight/prism-http-server": "^4.10.0",
"@stoplight/types": "^13.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
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.9.3",
"version": "4.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
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.9.3",
"version": "4.10.0",
"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": "^4.9.3",
"@stoplight/prism-http": "^4.9.3",
"@stoplight/prism-core": "^4.10.0",
"@stoplight/prism-http": "^4.10.0",
"@stoplight/types": "^13.0.0",
"fast-xml-parser": "^3.20.3",
"fp-ts": "^2.11.5",
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.9.3",
"version": "4.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -20,7 +20,7 @@
"@stoplight/json": "^3.18.1",
"@stoplight/json-schema-merge-allof": "0.7.8",
"@stoplight/json-schema-sampler": "0.2.2",
"@stoplight/prism-core": "^4.9.3",
"@stoplight/prism-core": "^4.10.0",
"@stoplight/types": "^13.0.0",
"@stoplight/yaml": "^4.2.3",
"abstract-logging": "^2.0.1",
Expand Down

0 comments on commit 8c40904

Please sign in to comment.