Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Nov 21, 2019
1 parent 4ca5f58 commit fd827b5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.1",
"version": "3.2.0",
"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.1.1",
"version": "3.2.0",
"author": "Stoplight <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stoplightio/prism/issues",
"dependencies": {
"@stoplight/prism-core": "^3.1.1",
"@stoplight/prism-http-server": "^3.1.1",
"@stoplight/prism-core": "^3.2.0",
"@stoplight/prism-http-server": "^3.2.0",
"chokidar": "^3.2.1",
"fp-ts": "^2.1.1",
"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.1",
"version": "3.2.0",
"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.1",
"version": "3.2.0",
"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.1",
"@stoplight/prism-http": "^3.1.1",
"@stoplight/prism-core": "^3.2.0",
"@stoplight/prism-http": "^3.2.0",
"fast-xml-parser": "^3.12.20",
"fastify": "^2.7.1",
"fastify-cors": "^2.1.3",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "3.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -18,9 +18,9 @@
"dependencies": {
"@stoplight/http-spec": "^2.2.3",
"@stoplight/json": "^3.1.2",
"@stoplight/json-ref-resolver": "^3.0.1",
"@stoplight/prism-core": "^3.1.1",
"@stoplight/json-ref-readers": "^1.1.1",
"@stoplight/json-ref-resolver": "^3.0.1",
"@stoplight/prism-core": "^3.2.0",
"@stoplight/yaml": "^3.0.2",
"abstract-logging": "^1.0.0",
"accepts": "^1.3.7",
Expand Down

0 comments on commit fd827b5

Please sign in to comment.