Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Jan 13, 2025
1 parent 7119dfd commit 25d1cf0
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
4 changes: 4 additions & 0 deletions libs/interchain-react/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.

## [1.7.1](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@1.7.1) (2025-01-13)

**Note:** Version bump only for package interchain-react

# [1.7.0](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@1.7.0) (2025-01-13)

**Note:** Version bump only for package interchain-react
Expand Down
2 changes: 1 addition & 1 deletion libs/interchain-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interchain-react",
"version": "1.7.0",
"version": "1.7.1",
"description": "interchain-react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.",
"main": "index.js",
"module": "esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions libs/interchain-vue/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.

## [1.7.1](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@1.7.1) (2025-01-13)

**Note:** Version bump only for package interchain-vue

# [1.7.0](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@1.7.0) (2025-01-13)

**Note:** Version bump only for package interchain-vue
Expand Down
2 changes: 1 addition & 1 deletion libs/interchain-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interchain-vue",
"version": "1.7.0",
"version": "1.7.1",
"description": "interchain-vue is a JavaScript library providing vue hooks for interacting with Cosmos SDK based blockchains.",
"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.

## [1.7.1](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@1.7.1) (2025-01-13)

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

# [1.7.0](https://github.com/cosmology-tech/interchainjs/compare/[email protected]@1.7.0) (2025-01-13)

**Note:** Version bump only for package interchainjs
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interchainjs",
"version": "1.7.0",
"version": "1.7.1",
"description": "InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.",
"main": "index.js",
"module": "esm/index.js",
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.

## [1.7.1](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-01-13)

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

# [1.7.0](https://github.com/cosmology-tech/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-01-13)

**Note:** Version bump only for package @interchainjs/injective
Expand Down
4 changes: 2 additions & 2 deletions networks/injective/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchainjs/injective",
"version": "1.7.0",
"version": "1.7.1",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@interchainjs/types": "1.6.3",
"@interchainjs/utils": "1.6.3",
"decimal.js": "^10.4.3",
"interchainjs": "^1.7.0"
"interchainjs": "^1.7.1"
},
"keywords": [
"injective"
Expand Down

0 comments on commit 25d1cf0

Please sign in to comment.