Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Sep 23, 2019
1 parent 881a13d commit 3027941
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
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": "3.1.0",
"version": "3.1.1",
"independent": false
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/prism-cli",
"version": "3.1.0",
"version": "3.1.1",
"author": "Stoplight <[email protected]>",
"bin": {
"prism": "./dist/index.js"
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@stoplight/http-spec": "^2.2.2",
"@stoplight/json-ref-resolver": "^2.2.0",
"@stoplight/prism-core": "^3.1.0",
"@stoplight/prism-http-server": "^3.1.0",
"@stoplight/prism-core": "^3.1.1",
"@stoplight/prism-http-server": "^3.1.1",
"@stoplight/yaml": "^3.0.2",
"axios": "^0.18.0",
"signale": "^1.4.0",
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": "3.1.0",
"version": "3.1.1",
"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": "3.1.0",
"version": "3.1.1",
"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": "^3.1.0",
"@stoplight/prism-http": "^3.1.0",
"@stoplight/prism-core": "^3.1.1",
"@stoplight/prism-http": "^3.1.1",
"fast-xml-parser": "^3.12.20",
"fastify": "^2.7.1",
"fastify-cors": "^2.1.3",
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": "3.1.0",
"version": "3.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -16,7 +16,7 @@
"node": ">=8"
},
"dependencies": {
"@stoplight/prism-core": "^3.1.0",
"@stoplight/prism-core": "^3.1.1",
"accepts": "^1.3.7",
"ajv": "^6.10.2",
"ajv-oai": "^1.0.0",
Expand Down

0 comments on commit 3027941

Please sign in to comment.