Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - [email protected]
 - @interchainjs/[email protected]
 - @interchainjs/[email protected]
 - @interchainjs/[email protected]
  • Loading branch information
Zetazzz committed Aug 14, 2024
1 parent aaf9e3d commit a1cde6d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
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.5](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@0.0.1-beta.5) (2024-08-14)

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

## [0.0.1-beta.4](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@0.0.1-beta.4) (2024-08-13)

**Note:** Version bump only for package interchainjs
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.0.1-beta.5",
"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,7 +32,7 @@
"prepare": "npm run build"
},
"dependencies": {
"@interchainjs/cosmos": "^0.0.1-beta.4",
"@interchainjs/cosmos": "^0.0.1-beta.5",
"@interchainjs/cosmos-types": "^0.0.1-beta.4",
"@interchainjs/types": "^0.0.1-beta.4",
"@interchainjs/utils": "^0.0.1-beta.4",
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.5](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-14)

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

## [0.0.1-beta.4](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)

**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.4",
"version": "0.0.1-beta.5",
"description": "Transaction codec and client to communicate with any cosmos blockchain",
"main": "index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@chain-registry/v2": "^1.65.6",
"@chain-registry/v2-types": "^0.49.6",
"@interchainjs/auth": "^0.0.1-beta.4",
"@interchainjs/auth": "^0.0.1-beta.5",
"@interchainjs/cosmos-types": "^0.0.1-beta.4",
"@interchainjs/types": "^0.0.1-beta.4",
"@interchainjs/utils": "^0.0.1-beta.4",
Expand Down
4 changes: 4 additions & 0 deletions networks/ethermint/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.5](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-14)

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

## [0.0.1-beta.4](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)

**Note:** Version bump only for package @interchainjs/ethermint
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.0.1-beta.5",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"ethermint:test": "jest --config ./jest.testnet.config.js --verbose"
},
"dependencies": {
"@interchainjs/cosmos": "^0.0.1-beta.4",
"@interchainjs/cosmos": "^0.0.1-beta.5",
"@interchainjs/cosmos-types": "^0.0.1-beta.4",
"@interchainjs/ethereum": "^0.0.1-beta.4",
"@interchainjs/types": "^0.0.1-beta.4",
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.5](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-14)

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

## [0.0.1-beta.4](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2024-08-13)

**Note:** Version bump only for package @interchainjs/auth
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.0.1-beta.5",
"description": "Authentication for web3 accounts",
"main": "index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit a1cde6d

Please sign in to comment.