Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 16, 2024
1 parent 527b720 commit 44c25f6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
21 changes: 13 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/oas-normalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oas-normalize",
"version": "11.1.0",
"version": "11.1.1",
"description": "Tooling for converting, validating, and parsing OpenAPI, Swagger, and Postman API definitions",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-to-har/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/oas-to-har",
"description": "Utility to transform an OAS operation into a HAR representation",
"version": "23.2.14",
"version": "23.2.15",
"author": "Jon Ursenbach <[email protected]>",
"license": "ISC",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-to-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/oas-to-snippet",
"description": "Transform an OpenAPI operation into a code snippet",
"version": "25.2.7",
"version": "25.2.8",
"author": "Jon Ursenbach <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/oas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oas",
"version": "24.4.0",
"version": "24.4.1",
"description": "Comprehensive tooling for working with OpenAPI definitions",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/postman-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postman-types",
"description": "Types for Postman colletions",
"version": "0.0.0",
"version": "1.0.0",
"author": "Jon Ursenbach <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 44c25f6

Please sign in to comment.