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 Nov 28, 2023
1 parent 503b71f commit 0ae845f
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 15 deletions.
9 changes: 9 additions & 0 deletions common/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features

- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54))
- made prerelease for types and sdk ([#96](https://github.com/KYVENetwork/kyvejs/issues/96)) ([38508c5](https://github.com/KYVENetwork/kyvejs/commit/38508c50d1d86e98339650626e21a1bc9017d9f5))
- migrate decimals and korellia-2 ([#98](https://github.com/KYVENetwork/kyvejs/issues/98)) ([75f0626](https://github.com/KYVENetwork/kyvejs/commit/75f0626095a11e3a0d0137f5aa30d1d40f1a6674))
- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

### Features
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "1.1.0",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
Expand All @@ -23,8 +23,8 @@
"@bundlr-network/client": "^0.8.9",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@kyvejs/sdk": "1.0.5",
"@kyvejs/types": "1.1.0",
"@kyvejs/sdk": "1.1.0",
"@kyvejs/types": "1.2.0",
"@types/cli-progress": "^3.9.2",
"@types/jsonfile": "^6.0.1",
"arweave": "^1.10.17",
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.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features

- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

**Note:** Version bump only for package @kyvejs/sdk
Expand Down
4 changes: 2 additions & 2 deletions common/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/sdk",
"version": "1.0.5",
"version": "1.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@cosmjs/tendermint-rpc": "^0.31.3",
"@cosmostation/extension-client": "^0.0.6",
"@keplr-wallet/cosmos": "^0.12.44",
"@kyvejs/types": "1.1.0",
"@kyvejs/types": "1.2.0",
"axios": "^0.27.2",
"bech32": "2.0.0",
"bignumber.js": "9.1.2",
Expand Down
6 changes: 6 additions & 0 deletions common/types/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.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features

- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

**Note:** Version bump only for package @kyvejs/types
Expand Down
2 changes: 1 addition & 1 deletion common/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/types",
"version": "1.1.0",
"version": "1.2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions integrations/tendermint-bsync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features

- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54))
- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

### Features
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.14",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.14",
"@kyvejs/protocol": "1.1.0",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions integrations/tendermint-ssync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features

- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54))
- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

### Features
Expand Down
4 changes: 2 additions & 2 deletions integrations/tendermint-ssync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint-ssync",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.14",
"@kyvejs/protocol": "1.1.0",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions integrations/tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features

- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54))
- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-16)

### Features
Expand Down
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.11",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.14",
"@kyvejs/protocol": "1.1.0",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
Expand Down
8 changes: 8 additions & 0 deletions tools/kysor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2023-11-28)

### Features

- made prerelease for types and sdk ([#96](https://github.com/KYVENetwork/kyvejs/issues/96)) ([38508c5](https://github.com/KYVENetwork/kyvejs/commit/38508c50d1d86e98339650626e21a1bc9017d9f5))
- migrate decimals and korellia-2 ([#98](https://github.com/KYVENetwork/kyvejs/issues/98)) ([75f0626](https://github.com/KYVENetwork/kyvejs/commit/75f0626095a11e3a0d0137f5aa30d1d40f1a6674))
- support chain v1.4.0 ([#105](https://github.com/KYVENetwork/kyvejs/issues/105)) ([503b71f](https://github.com/KYVENetwork/kyvejs/commit/503b71f40ed4d32c68d2bff34cfcf88120944c73))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2023-11-16)

### Features
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/KYVENetwork/kysor#readme",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@kyvejs/sdk": "1.0.5",
"@kyvejs/types": "1.1.0",
"@kyvejs/sdk": "1.1.0",
"@kyvejs/types": "1.2.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"commander": "^9.4.0",
Expand Down

0 comments on commit 0ae845f

Please sign in to comment.