Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @injectivelabs/sdk-ts@1.0.102
 - @injectivelabs/sdk-ui-ts@1.0.142
  • Loading branch information
bangjelkoski committed Aug 24, 2022
1 parent 2857701 commit 6c38525
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/sdk-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.102](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ts@1.0.101...@injectivelabs/sdk-ts@1.0.102) (2022-08-24)


### Features

* update order object ([2857701](https://github.com/InjectiveLabs/injective-ts/commit/2857701d89c94db9e2377e4efc7f970bdb58fb0c))





## [1.0.101](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ts@1.0.100...@injectivelabs/sdk-ts@1.0.101) (2022-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/sdk-ts",
"description": "SDK in TypeScript for building Injective applications in a Node environment.",
"version": "1.0.101",
"version": "1.0.102",
"license": "MIT",
"author": {
"name": "Bojan Angjelkoski",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-ui-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.142](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ui-ts@1.0.141...@injectivelabs/sdk-ui-ts@1.0.142) (2022-08-24)

**Note:** Version bump only for package @injectivelabs/sdk-ui-ts





## [1.0.141](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/sdk-ui-ts@1.0.140...@injectivelabs/sdk-ui-ts@1.0.141) (2022-08-24)

**Note:** Version bump only for package @injectivelabs/sdk-ui-ts
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-ui-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/sdk-ui-ts",
"description": "SDK in TypeScript for building Injective UI applications in a browser environment.",
"version": "1.0.141",
"version": "1.0.142",
"license": "MIT",
"author": {
"name": "Bojan Angjelkoski",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@injectivelabs/exceptions": "^1.0.8",
"@injectivelabs/networks": "^1.0.13",
"@injectivelabs/sdk-ts": "^1.0.101",
"@injectivelabs/sdk-ts": "^1.0.102",
"@injectivelabs/token-metadata": "^1.0.21",
"@injectivelabs/token-utils": "^1.0.12",
"@injectivelabs/ts-types": "^1.0.7",
Expand Down

0 comments on commit 6c38525

Please sign in to comment.