From 2c3ac4c926af40bd01c4fa1b528251f7f0b4211f Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Tue, 2 Jul 2024 17:12:54 -0700 Subject: [PATCH] v6.1.2 --- lerna.json | 2 +- package-lock.json | 4 ++-- packages/api/package.json | 2 +- packages/api/src/packageInfo.ts | 2 +- packages/httpsnippet-client-api/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 76e6e20b..702e66bd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "6.1.1" + "version": "6.1.2" } diff --git a/package-lock.json b/package-lock.json index 97472f04..7744748c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21108,7 +21108,7 @@ } }, "packages/api": { - "version": "6.1.1", + "version": "6.1.2", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", @@ -21180,7 +21180,7 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "packages/httpsnippet-client-api": { - "version": "6.1.1", + "version": "6.1.2", "license": "MIT", "dependencies": { "content-type": "^1.0.5", diff --git a/packages/api/package.json b/packages/api/package.json index b69b5ba7..2a45ea62 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "6.1.1", + "version": "6.1.2", "description": "Magical SDK generation from an OpenAPI definition 🪄", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index 720c9f3b..35605124 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -1,3 +1,3 @@ // This file is automatically updated by the build script. export const PACKAGE_NAME = 'api'; -export const PACKAGE_VERSION = '6.1.1'; +export const PACKAGE_VERSION = '6.1.2'; diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index 92c613a6..4a5efa0e 100644 --- a/packages/httpsnippet-client-api/package.json +++ b/packages/httpsnippet-client-api/package.json @@ -1,6 +1,6 @@ { "name": "httpsnippet-client-api", - "version": "6.1.1", + "version": "6.1.2", "description": "An HTTPSnippet client for generating snippets for the `api` module.", "main": "./dist/index.js", "types": "./dist/index.d.ts",