From 85baca0caf94602b3d34d3ff14b707e82bc8628d Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Wed, 18 Jan 2023 02:02:20 +0000 Subject: [PATCH] chore: tag version 1.0.0-rc.15 --- api-swagger.json | 2 +- libs/api/core/data-access/src/version.ts | 2 +- libs/keypair/package.json | 2 +- libs/keypair/src/version.ts | 2 +- libs/sdk/package.json | 2 +- libs/sdk/src/generated/api.ts | 2 +- libs/sdk/src/generated/base.ts | 2 +- libs/sdk/src/generated/common.ts | 2 +- libs/sdk/src/generated/configuration.ts | 2 +- libs/sdk/src/generated/index.ts | 2 +- libs/sdk/src/version.ts | 2 +- libs/solana/package.json | 2 +- libs/solana/src/version.ts | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/api-swagger.json b/api-swagger.json index 85754a97a..7ad5d54d5 100644 --- a/api-swagger.json +++ b/api-swagger.json @@ -640,7 +640,7 @@ "info": { "title": "@kin-kinetic/api", "description": "The OpenAPI definition of the Kinetic API", - "version": "1.0.0-rc.14", + "version": "1.0.0-rc.15", "contact": {} }, "tags": [ diff --git a/libs/api/core/data-access/src/version.ts b/libs/api/core/data-access/src/version.ts index 833ce1b0f..f4e3ce519 100644 --- a/libs/api/core/data-access/src/version.ts +++ b/libs/api/core/data-access/src/version.ts @@ -1,2 +1,2 @@ export const NAME = '@kin-kinetic/api' -export const VERSION = '1.0.0-rc.14' +export const VERSION = '1.0.0-rc.15' diff --git a/libs/keypair/package.json b/libs/keypair/package.json index 87984db5d..e94d144c7 100644 --- a/libs/keypair/package.json +++ b/libs/keypair/package.json @@ -1,5 +1,5 @@ { "name": "@kin-kinetic/keypair", - "version": "1.0.0-rc.14", + "version": "1.0.0-rc.15", "license": "MIT" } diff --git a/libs/keypair/src/version.ts b/libs/keypair/src/version.ts index 72dd28ee6..d00a4f671 100644 --- a/libs/keypair/src/version.ts +++ b/libs/keypair/src/version.ts @@ -1,2 +1,2 @@ export const NAME = '@kin-kinetic/keypair' -export const VERSION = '1.0.0-rc.14' +export const VERSION = '1.0.0-rc.15' diff --git a/libs/sdk/package.json b/libs/sdk/package.json index 8c3a49252..54b00ee05 100644 --- a/libs/sdk/package.json +++ b/libs/sdk/package.json @@ -1,5 +1,5 @@ { "name": "@kin-kinetic/sdk", - "version": "1.0.0-rc.14", + "version": "1.0.0-rc.15", "license": "MIT" } diff --git a/libs/sdk/src/generated/api.ts b/libs/sdk/src/generated/api.ts index ff5bb7435..9e1533ed2 100644 --- a/libs/sdk/src/generated/api.ts +++ b/libs/sdk/src/generated/api.ts @@ -4,7 +4,7 @@ * @kin-kinetic/api * The OpenAPI definition of the Kinetic API * - * The version of the OpenAPI document: 1.0.0-rc.14 + * The version of the OpenAPI document: 1.0.0-rc.15 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/libs/sdk/src/generated/base.ts b/libs/sdk/src/generated/base.ts index 7fc32bc22..b3219e72c 100644 --- a/libs/sdk/src/generated/base.ts +++ b/libs/sdk/src/generated/base.ts @@ -4,7 +4,7 @@ * @kin-kinetic/api * The OpenAPI definition of the Kinetic API * - * The version of the OpenAPI document: 1.0.0-rc.14 + * The version of the OpenAPI document: 1.0.0-rc.15 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/libs/sdk/src/generated/common.ts b/libs/sdk/src/generated/common.ts index 36b068e74..d648192a2 100644 --- a/libs/sdk/src/generated/common.ts +++ b/libs/sdk/src/generated/common.ts @@ -4,7 +4,7 @@ * @kin-kinetic/api * The OpenAPI definition of the Kinetic API * - * The version of the OpenAPI document: 1.0.0-rc.14 + * The version of the OpenAPI document: 1.0.0-rc.15 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/libs/sdk/src/generated/configuration.ts b/libs/sdk/src/generated/configuration.ts index 9c1c7cce7..614234be4 100644 --- a/libs/sdk/src/generated/configuration.ts +++ b/libs/sdk/src/generated/configuration.ts @@ -4,7 +4,7 @@ * @kin-kinetic/api * The OpenAPI definition of the Kinetic API * - * The version of the OpenAPI document: 1.0.0-rc.14 + * The version of the OpenAPI document: 1.0.0-rc.15 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/libs/sdk/src/generated/index.ts b/libs/sdk/src/generated/index.ts index aeeff0c5f..6fe9a2256 100644 --- a/libs/sdk/src/generated/index.ts +++ b/libs/sdk/src/generated/index.ts @@ -4,7 +4,7 @@ * @kin-kinetic/api * The OpenAPI definition of the Kinetic API * - * The version of the OpenAPI document: 1.0.0-rc.14 + * The version of the OpenAPI document: 1.0.0-rc.15 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/libs/sdk/src/version.ts b/libs/sdk/src/version.ts index 0e9b994b2..695e88f2b 100644 --- a/libs/sdk/src/version.ts +++ b/libs/sdk/src/version.ts @@ -1,2 +1,2 @@ export const NAME = '@kin-kinetic/sdk' -export const VERSION = '1.0.0-rc.14' +export const VERSION = '1.0.0-rc.15' diff --git a/libs/solana/package.json b/libs/solana/package.json index d68555cd4..2b6be333a 100644 --- a/libs/solana/package.json +++ b/libs/solana/package.json @@ -1,5 +1,5 @@ { "name": "@kin-kinetic/solana", - "version": "1.0.0-rc.14", + "version": "1.0.0-rc.15", "license": "MIT" } diff --git a/libs/solana/src/version.ts b/libs/solana/src/version.ts index 463127c00..65d3acd56 100644 --- a/libs/solana/src/version.ts +++ b/libs/solana/src/version.ts @@ -1,2 +1,2 @@ export const NAME = '@kin-kinetic/solana' -export const VERSION = '1.0.0-rc.14' +export const VERSION = '1.0.0-rc.15'