Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.0.3
 - @kyvejs/bitcoin@1.0.0-beta.27
 - @kyvejs/celo@1.0.0-beta.27
 - @kyvejs/cosmos@1.0.0-beta.27
 - @kyvejs/crypto-prices@1.0.0-beta.7
 - @kyvejs/evm@1.0.0-beta.27
 - @kyvejs/tendermint@1.0.0-beta.1
 - @kyvejs/tendermint-bsync@1.0.3
 - @kyvejs/uniswap@1.0.0-beta.27
  • Loading branch information
troykessler committed Jul 28, 2023
1 parent 2bae6a4 commit 3e7329c
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 17 deletions.
6 changes: 6 additions & 0 deletions common/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.2...@kyvejs/protocol@1.0.3) (2023-07-28)

### Bug Fixes

- remove duplicate Content-Type tag ([#50](https://github.com/KYVENetwork/kyvejs/issues/50)) ([7a4b05d](https://github.com/KYVENetwork/kyvejs/commit/7a4b05d34b0a8bb1ba838d67fb5b2c0dfaac85f0))

## [1.0.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.1...@kyvejs/protocol@1.0.2) (2023-07-14)

**Note:** Version bump only for package @kyvejs/protocol
Expand Down
2 changes: 1 addition & 1 deletion common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/protocol",
"version": "1.0.2",
"version": "1.0.3",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/bitcoin/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.0.0-beta.27](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/bitcoin@1.0.0-beta.26...@kyvejs/bitcoin@1.0.0-beta.27) (2023-07-28)

**Note:** Version bump only for package @kyvejs/bitcoin

# [1.0.0-beta.26](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/bitcoin@1.0.0-beta.25...@kyvejs/bitcoin@1.0.0-beta.26) (2023-07-14)

**Note:** Version bump only for package @kyvejs/bitcoin
Expand Down
4 changes: 2 additions & 2 deletions integrations/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/bitcoin",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -24,7 +24,7 @@
"outputPath": "out"
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"axios": "^0.26.1",
"nanoid": "^3.3.3"
},
Expand Down
4 changes: 4 additions & 0 deletions integrations/celo/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.0.0-beta.27](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/celo@1.0.0-beta.26...@kyvejs/celo@1.0.0-beta.27) (2023-07-28)

**Note:** Version bump only for package @kyvejs/celo

# [1.0.0-beta.26](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/celo@1.0.0-beta.25...@kyvejs/celo@1.0.0-beta.26) (2023-07-14)

**Note:** Version bump only for package @kyvejs/celo
Expand Down
4 changes: 2 additions & 2 deletions integrations/celo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/celo",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "^0.3.0",
"@kyvejs/protocol": "1.0.2"
"@kyvejs/protocol": "1.0.3"
},
"devDependencies": {
"ethers": "^5.6.9",
Expand Down
4 changes: 4 additions & 0 deletions integrations/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.

# [1.0.0-beta.27](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/cosmos@1.0.0-beta.26...@kyvejs/cosmos@1.0.0-beta.27) (2023-07-28)

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

# [1.0.0-beta.26](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/cosmos@1.0.0-beta.25...@kyvejs/cosmos@1.0.0-beta.26) (2023-07-14)

**Note:** Version bump only for package @kyvejs/cosmos
Expand Down
4 changes: 2 additions & 2 deletions integrations/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/cosmos",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/crypto-prices/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.0.0-beta.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/crypto-prices@1.0.0-beta.6...@kyvejs/crypto-prices@1.0.0-beta.7) (2023-07-28)

**Note:** Version bump only for package @kyvejs/crypto-prices

# [1.0.0-beta.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/crypto-prices@1.0.0-beta.5...@kyvejs/crypto-prices@1.0.0-beta.6) (2023-07-14)

**Note:** Version bump only for package @kyvejs/crypto-prices
Expand Down
4 changes: 2 additions & 2 deletions integrations/crypto-prices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/crypto-prices",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -24,7 +24,7 @@
"outputPath": "out"
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"axios": "^0.27.2",
"nanoid": "^3.3.3"
},
Expand Down
4 changes: 4 additions & 0 deletions integrations/evm/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.0.0-beta.27](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.26...@kyvejs/evm@1.0.0-beta.27) (2023-07-28)

**Note:** Version bump only for package @kyvejs/evm

# [1.0.0-beta.26](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.25...@kyvejs/evm@1.0.0-beta.26) (2023-07-14)

**Note:** Version bump only for package @kyvejs/evm
Expand Down
4 changes: 2 additions & 2 deletions integrations/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/evm",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -27,7 +27,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/tendermint-bsync/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.0.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.2...@kyvejs/tendermint-bsync@1.0.3) (2023-07-28)

**Note:** Version bump only for package @kyvejs/tendermint-bsync

## [1.0.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.1...@kyvejs/tendermint-bsync@1.0.2) (2023-07-14)

**Note:** Version bump only for package @kyvejs/tendermint-bsync
Expand Down
4 changes: 2 additions & 2 deletions integrations/tendermint-bsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint-bsync",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.1 (2023-07-28)

**Note:** Version bump only for package @kyvejs/tendermint
4 changes: 2 additions & 2 deletions integrations/tendermint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"ajv": "^8.12.0",
"axios": "^0.27.2"
},
Expand Down
4 changes: 4 additions & 0 deletions integrations/uniswap/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.0.0-beta.27](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/uniswap@1.0.0-beta.26...@kyvejs/uniswap@1.0.0-beta.27) (2023-07-28)

**Note:** Version bump only for package @kyvejs/uniswap

# [1.0.0-beta.26](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/uniswap@1.0.0-beta.25...@kyvejs/uniswap@1.0.0-beta.26) (2023-07-14)

**Note:** Version bump only for package @kyvejs/uniswap
Expand Down
4 changes: 2 additions & 2 deletions integrations/uniswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/uniswap",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -27,7 +27,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.2",
"@kyvejs/protocol": "1.0.3",
"axios": "^1.3.4",
"ethers": "^5.6.5"
},
Expand Down

0 comments on commit 3e7329c

Please sign in to comment.