Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 17, 2023
1 parent b5cb90a commit 244093f
Show file tree
Hide file tree
Showing 6 changed files with 1,448 additions and 6 deletions.
1,442 changes: 1,442 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "6.0.1"
"version": "6.1.0"
}
4 changes: 2 additions & 2 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/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "6.0.0",
"version": "6.1.0",
"description": "Magical SDK generation from an OpenAPI definition 🪄",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is automatically updated by the build script.
export const PACKAGE_NAME = 'api';
export const PACKAGE_VERSION = '6.0.0';
export const PACKAGE_VERSION = '6.1.0';
2 changes: 1 addition & 1 deletion packages/httpsnippet-client-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpsnippet-client-api",
"version": "6.0.1",
"version": "6.1.0",
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 244093f

Please sign in to comment.