Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jan 11, 2023
1 parent 24d503c commit 5c7fb8e
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 15 deletions.
4 changes: 4 additions & 0 deletions common/protocol/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.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

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

# [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2022-12-08)

**Note:** Version bump only for package @kyvejs/protocol
Expand Down
4 changes: 2 additions & 2 deletions common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/protocol",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
Expand All @@ -22,7 +22,7 @@
"@bundlr-network/client": "^0.8.9",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@kyvejs/sdk": "1.0.0-beta.1",
"@kyvejs/sdk": "1.0.0-beta.2",
"@kyvejs/types": "1.0.0-beta.1",
"@types/cli-progress": "^3.9.2",
"@types/jsonfile": "^6.0.1",
Expand Down
6 changes: 6 additions & 0 deletions common/sdk/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.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

### Features

- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd))

# 1.0.0-beta.1 (2022-12-07)

**Note:** Version bump only for package @kyvejs/sdk
2 changes: 1 addition & 1 deletion common/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/sdk",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/bitcoin/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.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

### Features

- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd))

# [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2022-12-08)

**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.2",
"version": "1.0.0-beta.3",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -24,7 +24,7 @@
"outputPath": "out"
},
"dependencies": {
"@kyvejs/protocol": "1.0.0-beta.2",
"@kyvejs/protocol": "1.0.0-beta.3",
"axios": "^0.26.1",
"nanoid": "^3.3.3"
},
Expand Down
6 changes: 6 additions & 0 deletions integrations/celo/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.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

### Features

- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd))

# [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2022-12-08)

**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.2",
"version": "1.0.0-beta.3",
"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.0-beta.2"
"@kyvejs/protocol": "1.0.0-beta.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.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

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

# [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2022-12-10)

### Bug Fixes
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.2",
"version": "1.0.0-beta.3",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.0-beta.2",
"@kyvejs/protocol": "1.0.0-beta.3",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/evm/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.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

### Features

- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd))

# [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2022-12-08)

**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.2",
"version": "1.0.0-beta.3",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -27,7 +27,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.0-beta.2",
"@kyvejs/protocol": "1.0.0-beta.3",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/uniswap/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.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-01-11)

### Features

- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd))

# 1.0.0-beta.2 (2022-12-09)

**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.2",
"version": "1.0.0-beta.3",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -27,7 +27,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.0-beta.2",
"@kyvejs/protocol": "1.0.0-beta.3",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions tools/kysor/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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2023-01-11)

**Note:** Version bump only for package @kyve/kysor

# 1.0.0-beta.1 (2022-12-07)

**Note:** Version bump only for package @kyve/kysor
4 changes: 2 additions & 2 deletions tools/kysor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kyve/kysor",
"description": "The Cosmovisor for KYVE protocol nodes",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/KYVENetwork/kysor#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@kyvejs/sdk": "1.0.0-beta.1",
"@kyvejs/sdk": "1.0.0-beta.2",
"@kyvejs/types": "1.0.0-beta.1",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
Expand Down

0 comments on commit 5c7fb8e

Please sign in to comment.