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.8
 - interchainjs@0.0.1-beta.12
 - @interchainjs/cosmos@0.0.1-beta.11
 - @interchainjs/ethereum@0.0.1-beta.8
 - @interchainjs/ethermint@0.0.1-beta.11
 - @interchainjs/auth@0.0.1-beta.9
 - @interchainjs/types@0.0.1-beta.8
 - @interchainjs/utils@0.0.1-beta.8
  • Loading branch information
Zetazzz committed Aug 30, 2024
1 parent b30ff10 commit 6544e39
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 80 deletions.
6 changes: 3 additions & 3 deletions libs/cosmos-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.6...@interchainjs/cosmos-types@0.0.1-beta.7) (2024-08-21)
## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.7...@interchainjs/cosmos-types@0.0.1-beta.8) (2024-08-30)

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

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



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

## [0.0.1-beta.6](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.5...@interchainjs/cosmos-types@0.0.1-beta.6) (2024-08-19)

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.7",
"version": "0.0.1-beta.8",
"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.7",
"@interchainjs/utils": "^0.0.1-beta.7"
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8"
},
"keywords": [
"cosmos",
Expand Down
18 changes: 3 additions & 15 deletions libs/interchainjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,26 @@
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.11](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.10...interchainjs@0.0.1-beta.11) (2024-08-27)
## [0.0.1-beta.12](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.11...interchainjs@0.0.1-beta.12) (2024-08-30)

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

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



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

## [0.0.1-beta.10](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.9...interchainjs@0.0.1-beta.10) (2024-08-26)

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





## [0.0.1-beta.9](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.8...interchainjs@0.0.1-beta.9) (2024-08-24)

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





## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.7...interchainjs@0.0.1-beta.8) (2024-08-21)

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





## [0.0.1-beta.7](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.6...interchainjs@0.0.1-beta.7) (2024-08-19)

**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.11",
"version": "0.0.1-beta.12",
"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.10",
"@interchainjs/cosmos-types": "^0.0.1-beta.7",
"@interchainjs/types": "^0.0.1-beta.7",
"@interchainjs/utils": "^0.0.1-beta.7",
"@interchainjs/cosmos": "^0.0.1-beta.11",
"@interchainjs/cosmos-types": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@noble/hashes": "^1.3.1",
"decimal.js": "^10.4.3"
},
Expand Down
14 changes: 3 additions & 11 deletions networks/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,22 @@
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.10](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.9...@interchainjs/cosmos@0.0.1-beta.10) (2024-08-27)
## [0.0.1-beta.11](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.10...@interchainjs/cosmos@0.0.1-beta.11) (2024-08-30)

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

## [0.0.1-beta.10](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.9...@interchainjs/cosmos@0.0.1-beta.10) (2024-08-27)



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

## [0.0.1-beta.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.8...@interchainjs/cosmos@0.0.1-beta.9) (2024-08-26)

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





## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.7...@interchainjs/cosmos@0.0.1-beta.8) (2024-08-21)

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





## [0.0.1-beta.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.6...@interchainjs/cosmos@0.0.1-beta.7) (2024-08-19)

**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.10",
"version": "0.0.1-beta.11",
"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.8",
"@interchainjs/cosmos-types": "^0.0.1-beta.7",
"@interchainjs/types": "^0.0.1-beta.7",
"@interchainjs/utils": "^0.0.1-beta.7",
"@interchainjs/auth": "^0.0.1-beta.9",
"@interchainjs/cosmos-types": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"decimal.js": "^10.4.3"
Expand Down
6 changes: 3 additions & 3 deletions networks/ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethereum@0.0.1-beta.6...@interchainjs/ethereum@0.0.1-beta.7) (2024-08-21)
## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethereum@0.0.1-beta.7...@interchainjs/ethereum@0.0.1-beta.8) (2024-08-30)

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

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



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

## [0.0.1-beta.6](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethereum@0.0.1-beta.5...@interchainjs/ethereum@0.0.1-beta.6) (2024-08-19)

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.7",
"version": "0.0.1-beta.8",
"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.7",
"@interchainjs/utils": "^0.0.1-beta.7",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@noble/hashes": "^1.3.1"
},
"keywords": [
Expand Down
14 changes: 3 additions & 11 deletions networks/ethermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,22 @@
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.10](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethermint@0.0.1-beta.9...@interchainjs/ethermint@0.0.1-beta.10) (2024-08-27)
## [0.0.1-beta.11](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethermint@0.0.1-beta.10...@interchainjs/ethermint@0.0.1-beta.11) (2024-08-30)

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

## [0.0.1-beta.10](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethermint@0.0.1-beta.9...@interchainjs/ethermint@0.0.1-beta.10) (2024-08-27)



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

## [0.0.1-beta.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethermint@0.0.1-beta.8...@interchainjs/ethermint@0.0.1-beta.9) (2024-08-26)

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





## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethermint@0.0.1-beta.7...@interchainjs/ethermint@0.0.1-beta.8) (2024-08-21)

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





## [0.0.1-beta.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethermint@0.0.1-beta.6...@interchainjs/ethermint@0.0.1-beta.7) (2024-08-19)

**Note:** Version bump only for package @interchainjs/ethermint
Expand Down
12 changes: 6 additions & 6 deletions networks/ethermint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/ethermint",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,11 +33,11 @@
"ethermint:test": "jest --config ./jest.testnet.config.js --verbose"
},
"dependencies": {
"@interchainjs/cosmos": "^0.0.1-beta.10",
"@interchainjs/cosmos-types": "^0.0.1-beta.7",
"@interchainjs/ethereum": "^0.0.1-beta.7",
"@interchainjs/types": "^0.0.1-beta.7",
"@interchainjs/utils": "^0.0.1-beta.7",
"@interchainjs/cosmos": "^0.0.1-beta.11",
"@interchainjs/cosmos-types": "^0.0.1-beta.8",
"@interchainjs/ethereum": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"decimal.js": "^10.4.3"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/auth@0.0.1-beta.7...@interchainjs/auth@0.0.1-beta.8) (2024-08-21)
## [0.0.1-beta.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/auth@0.0.1-beta.8...@interchainjs/auth@0.0.1-beta.9) (2024-08-30)

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

## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/auth@0.0.1-beta.7...@interchainjs/auth@0.0.1-beta.8) (2024-08-21)



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

## [0.0.1-beta.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/auth@0.0.1-beta.6...@interchainjs/auth@0.0.1-beta.7) (2024-08-19)

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.8",
"version": "0.0.1-beta.9",
"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.7",
"@interchainjs/utils": "^0.0.1-beta.7",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"ethers": "^6.5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/types@0.0.1-beta.6...@interchainjs/types@0.0.1-beta.7) (2024-08-21)
## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/types@0.0.1-beta.7...@interchainjs/types@0.0.1-beta.8) (2024-08-30)

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

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



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

## [0.0.1-beta.6](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/types@0.0.1-beta.5...@interchainjs/types@0.0.1-beta.6) (2024-08-19)

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.7",
"version": "0.0.1-beta.8",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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.7](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/utils@0.0.1-beta.6...@interchainjs/utils@0.0.1-beta.7) (2024-08-21)
## [0.0.1-beta.8](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/utils@0.0.1-beta.7...@interchainjs/utils@0.0.1-beta.8) (2024-08-30)

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

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



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

## [0.0.1-beta.6](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/utils@0.0.1-beta.5...@interchainjs/utils@0.0.1-beta.6) (2024-08-19)

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.7",
"version": "0.0.1-beta.8",
"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.7",
"@interchainjs/types": "^0.0.1-beta.8",
"bech32": "^2.0.0"
}
}

0 comments on commit 6544e39

Please sign in to comment.