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.13
 - interchainjs@0.0.1-beta.19
 - @interchainjs/cosmos@0.0.1-beta.16
 - @interchainjs/ethereum@0.0.1-beta.12
 - @interchainjs/injective@0.0.1-beta.18
 - @interchainjs/auth@0.0.1-beta.13
 - @interchainjs/types@0.0.1-beta.12
 - @interchainjs/utils@0.0.1-beta.12
  • Loading branch information
Zetazzz committed Oct 21, 2024
1 parent 361d2e1 commit 3b926bc
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 30 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.13](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.12...@interchainjs/cosmos-types@0.0.1-beta.13) (2024-10-21)

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

## [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
Expand Down
6 changes: 3 additions & 3 deletions 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.12",
"version": "0.0.1-beta.13",
"description": "Cosmos message codecs and query implementation generated by telescope for cosmos chains",
"main": "index.js",
"module": "esm/index.js",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11"
"@interchainjs/types": "^0.0.1-beta.12",
"@interchainjs/utils": "^0.0.1-beta.12"
},
"keywords": [
"cosmos",
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.19](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.18...interchainjs@0.0.1-beta.19) (2024-10-21)

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

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

**Note:** Version bump only for package interchainjs
Expand Down
10 changes: 5 additions & 5 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.18",
"version": "0.0.1-beta.19",
"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,10 +32,10 @@
"prepare": "npm run build"
},
"dependencies": {
"@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",
"@interchainjs/cosmos": "^0.0.1-beta.16",
"@interchainjs/cosmos-types": "^0.0.1-beta.13",
"@interchainjs/types": "^0.0.1-beta.12",
"@interchainjs/utils": "^0.0.1-beta.12",
"@noble/hashes": "^1.3.1",
"decimal.js": "^10.4.3"
},
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.16](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.15...@interchainjs/cosmos@0.0.1-beta.16) (2024-10-21)

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

## [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
Expand Down
10 changes: 5 additions & 5 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.15",
"version": "0.0.1-beta.16",
"description": "Transaction codec and client to communicate with any cosmos blockchain",
"main": "index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"@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.12",
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11",
"@interchainjs/auth": "^0.0.1-beta.13",
"@interchainjs/cosmos-types": "^0.0.1-beta.13",
"@interchainjs/types": "^0.0.1-beta.12",
"@interchainjs/utils": "^0.0.1-beta.12",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"decimal.js": "^10.4.3"
Expand Down
4 changes: 4 additions & 0 deletions networks/ethereum/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/ethereum@0.0.1-beta.11...@interchainjs/ethereum@0.0.1-beta.12) (2024-10-21)

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

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

**Note:** Version bump only for package @interchainjs/ethereum
Expand Down
6 changes: 3 additions & 3 deletions networks/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/ethereum",
"version": "0.0.1-beta.11",
"version": "0.0.1-beta.12",
"description": "Transaction codec and client to communicate with ethereum blockchain",
"main": "index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11",
"@interchainjs/types": "^0.0.1-beta.12",
"@interchainjs/utils": "^0.0.1-beta.12",
"@noble/hashes": "^1.3.1"
},
"keywords": [
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.18](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/injective@0.0.1-beta.17...@interchainjs/injective@0.0.1-beta.18) (2024-10-21)

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

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

**Note:** Version bump only for package @interchainjs/injective
Expand Down
17 changes: 9 additions & 8 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.17",
"version": "0.0.1-beta.18",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,19 +33,20 @@
"injective:test": "jest --config ./jest.testnet.config.js --verbose"
},
"dependencies": {
"@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",
"@interchainjs/cosmos": "^0.0.1-beta.16",
"@interchainjs/cosmos-types": "^0.0.1-beta.13",
"@interchainjs/ethereum": "^0.0.1-beta.12",
"@interchainjs/types": "^0.0.1-beta.12",
"@interchainjs/utils": "^0.0.1-beta.12",
"decimal.js": "^10.4.3",
"interchainjs": "^0.0.1-beta.18"
"interchainjs": "^0.0.1-beta.19"
},
"keywords": [
"injective"
],
"devDependencies": {
"bech32": "^2.0.0",
"dotenv": "^16.4.5"
}
},
"gitHead": "361d2e1c7f1fa9eba2c0495543604b0375958bda"
}
4 changes: 4 additions & 0 deletions packages/auth/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.13](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/auth@0.0.1-beta.12...@interchainjs/auth@0.0.1-beta.13) (2024-10-21)

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

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

**Note:** Version bump only for package @interchainjs/auth
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/auth",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"description": "Authentication for web3 accounts",
"main": "index.js",
"module": "esm/index.js",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/utils": "^0.0.1-beta.11",
"@interchainjs/types": "^0.0.1-beta.12",
"@interchainjs/utils": "^0.0.1-beta.12",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"ethers": "^6.5.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/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/types@0.0.1-beta.11...@interchainjs/types@0.0.1-beta.12) (2024-10-21)

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

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

**Note:** Version bump only for package @interchainjs/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/types",
"version": "0.0.1-beta.11",
"version": "0.0.1-beta.12",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/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/utils@0.0.1-beta.11...@interchainjs/utils@0.0.1-beta.12) (2024-10-21)

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

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

**Note:** Version bump only for package @interchainjs/utils
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/utils",
"version": "0.0.1-beta.11",
"version": "0.0.1-beta.12",
"author": "Cosmology <developers@cosmology.zone>",
"main": "index.js",
"module": "esm/index.js",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@interchainjs/types": "^0.0.1-beta.11",
"@interchainjs/types": "^0.0.1-beta.12",
"bech32": "^2.0.0"
}
}

0 comments on commit 3b926bc

Please sign in to comment.