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.9
 - interchainjs@0.0.1-beta.13
 - @interchainjs/cosmos@0.0.1-beta.12
 - @interchainjs/ethereum@0.0.1-beta.9
 - @interchainjs/injective@0.0.1-beta.12
 - @interchainjs/auth@0.0.1-beta.10
 - @interchainjs/types@0.0.1-beta.9
 - @interchainjs/utils@0.0.1-beta.9
  • Loading branch information
Zetazzz committed Sep 10, 2024
1 parent 215c7d5 commit b09d24f
Show file tree
Hide file tree
Showing 16 changed files with 62 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.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos-types@0.0.1-beta.8...@interchainjs/cosmos-types@0.0.1-beta.9) (2024-09-10)

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

## [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
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.8",
"version": "0.0.1-beta.9",
"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.8",
"@interchainjs/utils": "^0.0.1-beta.8"
"@interchainjs/types": "^0.0.1-beta.9",
"@interchainjs/utils": "^0.0.1-beta.9"
},
"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.13](https://github.com/cosmology-tech/interchainjs/compare/interchainjs@0.0.1-beta.12...interchainjs@0.0.1-beta.13) (2024-09-10)

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

## [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
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.12",
"version": "0.0.1-beta.13",
"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.11",
"@interchainjs/cosmos-types": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@interchainjs/cosmos": "^0.0.1-beta.12",
"@interchainjs/cosmos-types": "^0.0.1-beta.9",
"@interchainjs/types": "^0.0.1-beta.9",
"@interchainjs/utils": "^0.0.1-beta.9",
"@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.12](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/cosmos@0.0.1-beta.11...@interchainjs/cosmos@0.0.1-beta.12) (2024-09-10)

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

## [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
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.11",
"version": "0.0.1-beta.12",
"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.9",
"@interchainjs/cosmos-types": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@interchainjs/auth": "^0.0.1-beta.10",
"@interchainjs/cosmos-types": "^0.0.1-beta.9",
"@interchainjs/types": "^0.0.1-beta.9",
"@interchainjs/utils": "^0.0.1-beta.9",
"@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.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/ethereum@0.0.1-beta.8...@interchainjs/ethereum@0.0.1-beta.9) (2024-09-10)

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

## [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
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.8",
"version": "0.0.1-beta.9",
"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.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.9",
"@interchainjs/utils": "^0.0.1-beta.9",
"@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.12](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/injective@0.0.1-beta.2...@interchainjs/injective@0.0.1-beta.12) (2024-09-10)

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

## [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
Expand Down
16 changes: 8 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.11",
"version": "0.0.1-beta.12",
"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.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",
"interchainjs": "^0.0.1-beta.12",
"decimal.js": "^10.4.3"
"@interchainjs/cosmos": "^0.0.1-beta.12",
"@interchainjs/cosmos-types": "^0.0.1-beta.9",
"@interchainjs/ethereum": "^0.0.1-beta.9",
"@interchainjs/types": "^0.0.1-beta.9",
"@interchainjs/utils": "^0.0.1-beta.9",
"decimal.js": "^10.4.3",
"interchainjs": "^0.0.1-beta.13"
},
"keywords": [
"injective"
Expand Down
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.10](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/auth@0.0.1-beta.9...@interchainjs/auth@0.0.1-beta.10) (2024-09-10)

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

## [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
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.9",
"version": "0.0.1-beta.10",
"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.8",
"@interchainjs/utils": "^0.0.1-beta.8",
"@interchainjs/types": "^0.0.1-beta.9",
"@interchainjs/utils": "^0.0.1-beta.9",
"@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.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/types@0.0.1-beta.8...@interchainjs/types@0.0.1-beta.9) (2024-09-10)

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

## [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
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.8",
"version": "0.0.1-beta.9",
"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.9](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/utils@0.0.1-beta.8...@interchainjs/utils@0.0.1-beta.9) (2024-09-10)

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

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

0 comments on commit b09d24f

Please sign in to comment.