Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @interchainjs/cosmos-types@0.0.1-beta.12
 - interchainjs@0.0.1-beta.17
 - @interchainjs/cosmos@0.0.1-beta.15
 - @interchainjs/injective@0.0.1-beta.16
  • Loading branch information
Zetazzz committed Oct 21, 2024
1 parent 27b7bc4 commit b79c29f
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 11 deletions.
4 changes: 4 additions & 0 deletions libs/cosmos-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-beta.12](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.11...@interchainjs/cosmos-types@0.0.1-beta.12) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos-types

## [0.0.1-beta.11](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.10...@interchainjs/cosmos-types@0.0.1-beta.11) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos-types
Expand Down
2 changes: 1 addition & 1 deletion libs/cosmos-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/cosmos-types",
"version": "0.0.1-beta.11",
"version": "0.0.1-beta.12",
"description": "Cosmos message codecs and query implementation generated by telescope for cosmos chains",
"main": "index.js",
"module": "esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions libs/interchainjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-beta.17](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.16...interchainjs@0.0.1-beta.17) (2024-10-21)

**Note:** Version bump only for package interchainjs

## [0.0.1-beta.16](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.15...interchainjs@0.0.1-beta.16) (2024-10-21)

**Note:** Version bump only for package interchainjs
Expand Down
8 changes: 4 additions & 4 deletions libs/interchainjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interchainjs",
"version": "0.0.1-beta.16",
"version": "0.0.1-beta.17",
"description": "Wrapper of @interchainjs/auth and @interchainjs/cosmos to fit corresponding interfaces in @cosmjs",
"main": "index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -32,12 +32,12 @@
"prepare": "npm run build"
},
"dependencies": {
"@tanstack/react-query": "4.29.1",
"@interchainjs/cosmos": "^0.0.1-beta.14",
"@interchainjs/cosmos-types": "^0.0.1-beta.11",
"@interchainjs/cosmos": "^0.0.1-beta.15",
"@interchainjs/cosmos-types": "^0.0.1-beta.12",
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11",
"@noble/hashes": "^1.3.1",
"@tanstack/react-query": "4.29.1",
"decimal.js": "^10.4.3"
},
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions networks/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-beta.15](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.14...@interchainjs/cosmos@0.0.1-beta.15) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos

## [0.0.1-beta.14](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.13...@interchainjs/cosmos@0.0.1-beta.14) (2024-10-21)

**Note:** Version bump only for package @interchainjs/cosmos
Expand Down
4 changes: 2 additions & 2 deletions networks/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/cosmos",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"description": "Transaction codec and client to communicate with any cosmos blockchain",
"main": "index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@chain-registry/v2": "^1.65.6",
"@chain-registry/v2-types": "^0.49.6",
"@interchainjs/auth": "^0.0.1-beta.12",
"@interchainjs/cosmos-types": "^0.0.1-beta.11",
"@interchainjs/cosmos-types": "^0.0.1-beta.12",
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11",
"@noble/curves": "^1.1.0",
Expand Down
4 changes: 4 additions & 0 deletions networks/injective/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-beta.16](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/injective@0.0.1-beta.15...@interchainjs/injective@0.0.1-beta.16) (2024-10-21)

**Note:** Version bump only for package @interchainjs/injective

## [0.0.1-beta.15](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/injective@0.0.1-beta.14...@interchainjs/injective@0.0.1-beta.15) (2024-10-21)

**Note:** Version bump only for package @interchainjs/injective
Expand Down
8 changes: 4 additions & 4 deletions networks/injective/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/injective",
"version": "0.0.1-beta.15",
"version": "0.0.1-beta.16",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,13 +33,13 @@
"injective:test": "jest --config ./jest.testnet.config.js --verbose"
},
"dependencies": {
"@interchainjs/cosmos": "^0.0.1-beta.14",
"@interchainjs/cosmos-types": "^0.0.1-beta.11",
"@interchainjs/cosmos": "^0.0.1-beta.15",
"@interchainjs/cosmos-types": "^0.0.1-beta.12",
"@interchainjs/ethereum": "^0.0.1-beta.11",
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11",
"decimal.js": "^10.4.3",
"interchainjs": "^0.0.1-beta.16"
"interchainjs": "^0.0.1-beta.17"
},
"keywords": [
"injective"
Expand Down

0 comments on commit b79c29f

Please sign in to comment.