Skip to content

Commit

Permalink
bump prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Cunniffe committed Aug 26, 2024
1 parent 699981d commit 7c799b7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 16 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openapi-workspaces",
"license": "MIT",
"private": true,
"version": "1.0.0",
"version": "1.0.1-0",
"workspaces": [
"projects/json-pointer-helpers",
"projects/openapi-io",
Expand Down Expand Up @@ -31,5 +31,6 @@
"**/*.+(js|jsx|ts|tsx|json|css)": [
"yarn prettier --write"
]
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/fastify-capture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/fastify-capture",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,5 +41,6 @@
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/json-pointer-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/json-pointer-helpers",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,5 +36,6 @@
"dependencies": {
"jsonpointer": "^5.0.1",
"minimatch": "9.0.3"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/openapi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/openapi-io",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -61,5 +61,6 @@
"upath": "^2.0.1",
"yaml": "^2.3.2",
"yaml-ast-parser": "^0.0.43"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/openapi-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/openapi-utilities",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -57,5 +57,6 @@
"ts-invariant": "^0.9.3",
"url-join": "^4.0.1",
"yaml-ast-parser": "^0.0.43"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/optic",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -144,5 +144,6 @@
"node18-win-x64"
],
"outputPath": "../../dist"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/rulesets-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/rulesets-base",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -44,5 +44,6 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions projects/standard-rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/standard-rulesets",
"license": "MIT",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1-0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -49,5 +49,6 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
}
},
"stableVersion": "1.0.0"
}

0 comments on commit 7c799b7

Please sign in to comment.