Skip to content

Commit

Permalink
chore: tag version 1.0.0-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 18, 2023
1 parent 06925aa commit 85baca0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion libs/api/core/data-access/src/version.ts
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion libs/keypair/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kin-kinetic/keypair",
"version": "1.0.0-rc.14",
"version": "1.0.0-rc.15",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion libs/keypair/src/version.ts
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kin-kinetic/sdk",
"version": "1.0.0-rc.14",
"version": "1.0.0-rc.15",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion libs/sdk/src/generated/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/generated/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/generated/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/generated/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion libs/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kin-kinetic/solana",
"version": "1.0.0-rc.14",
"version": "1.0.0-rc.15",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion libs/solana/src/version.ts
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 85baca0

Please sign in to comment.