Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.0.4
 - @kyvejs/sdk@1.0.3
 - @kyvejs/types@1.0.3
 - @kyvejs/tendermint@1.0.0-beta.2
 - @kyvejs/tendermint-bsync@1.0.4
 - @kyve/kysor@1.0.3
  • Loading branch information
troykessler committed Aug 9, 2023
1 parent a16afab commit 9969801
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 13 deletions.
7 changes: 7 additions & 0 deletions common/protocol/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.0.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.3...@kyvejs/protocol@1.0.4) (2023-08-09)

### Bug Fixes

- runtime tendermint ([#58](https://github.com/KYVENetwork/kyvejs/issues/58)) ([38e0b17](https://github.com/KYVENetwork/kyvejs/commit/38e0b17d0832afc9a0cbc1834c5b380ef4dfb9f5))
- treat prereleases as different versions ([#61](https://github.com/KYVENetwork/kyvejs/issues/61)) ([a16afab](https://github.com/KYVENetwork/kyvejs/commit/a16afab42a0ccd194d1ffecdd3829f70784f2b19))

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

### 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.3",
"version": "1.0.4",
"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.2",
"@kyvejs/types": "1.0.2",
"@kyvejs/sdk": "1.0.3",
"@kyvejs/types": "1.0.3",
"@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.0.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.0.2...@kyvejs/sdk@1.0.3) (2023-08-09)

### Bug Fixes

- trim trailing slash and build url correctly ([#59](https://github.com/KYVENetwork/kyvejs/issues/59)) ([9bdff5a](https://github.com/KYVENetwork/kyvejs/commit/9bdff5a7cb12a8a1fc7711c425f21b0707f816d4))

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

### Features
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.2",
"version": "1.0.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@cosmjs/tendermint-rpc": "^0.30.1",
"@cosmostation/extension-client": "^0.0.6",
"@keplr-wallet/cosmos": "^0.11.38",
"@kyvejs/types": "1.0.2",
"@kyvejs/types": "1.0.3",
"axios": "0.25.0",
"bech32": "2.0.0",
"bignumber.js": "9.0.2",
Expand Down
4 changes: 4 additions & 0 deletions common/types/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/types@1.0.2...@kyvejs/types@1.0.3) (2023-08-09)

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

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

### Features
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.0.2",
"version": "1.0.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.3...@kyvejs/tendermint-bsync@1.0.4) (2023-08-09)

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

## [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
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.3",
"version": "1.0.4",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.3",
"@kyvejs/protocol": "1.0.4",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/tendermint/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/tendermint@1.0.0-beta.1...@kyvejs/tendermint@1.0.0-beta.2) (2023-08-09)

### Bug Fixes

- runtime tendermint ([#58](https://github.com/KYVENetwork/kyvejs/issues/58)) ([38e0b17](https://github.com/KYVENetwork/kyvejs/commit/38e0b17d0832afc9a0cbc1834c5b380ef4dfb9f5))

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

**Note:** Release of the @kyvejs/tendermint-bsync runtime
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.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.3",
"@kyvejs/protocol": "1.0.4",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
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.3](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.2...@kyve/kysor@1.0.3) (2023-08-09)

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

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

**Note:** Version bump only for package @kyve/kysor
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.0.2",
"version": "1.0.3",
"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.2",
"@kyvejs/types": "1.0.2",
"@kyvejs/sdk": "1.0.3",
"@kyvejs/types": "1.0.3",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"commander": "^9.4.0",
Expand Down

0 comments on commit 9969801

Please sign in to comment.