Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Jul 25, 2019
1 parent dead7aa commit e8a9550
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "3.0.2",
"version": "3.0.3",
"independent": false
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stoplight/prism-cli",
"version": "3.0.2",
"version": "3.0.3",
"author": "Stoplight <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stoplightio/prism/issues",
"dependencies": {
"@stoplight/prism-core": "^3.0.2",
"@stoplight/prism-http-server": "^3.0.2",
"@stoplight/prism-core": "^3.0.3",
"@stoplight/prism-http-server": "^3.0.3",
"signale": "^1.4.0",
"split2": "^3.1.1",
"tslib": "^1.10.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.0.2",
"version": "3.0.3",
"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.0.2",
"version": "3.0.3",
"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.0.2",
"@stoplight/prism-http": "^3.0.2",
"@stoplight/prism-core": "^3.0.3",
"@stoplight/prism-http": "^3.0.3",
"fastify": "^2.6.0",
"fastify-accepts-serializer": "^2.0.1",
"fastify-formbody": "^3.1.0",
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.0.2",
"version": "3.0.3",
"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.0.2",
"@stoplight/prism-core": "^3.0.3",
"accepts": "^1.3.7",
"ajv": "^6.10.1",
"ajv-oai": "^1.0.0",
Expand Down

0 comments on commit e8a9550

Please sign in to comment.