Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.0.0-beta.2
 - @kyvejs/bitcoin@1.0.0-beta.2
 - @kyvejs/celo@1.0.0-beta.2
 - @kyvejs/cosmos@1.0.0-beta.1
 - @kyvejs/evm@1.0.0-beta.2
  • Loading branch information
troykessler committed Dec 8, 2022
1 parent fdd1ae0 commit d5e7e73
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 9 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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.0-beta.1...@kyvejs/protocol@1.0.0-beta.2) (2022-12-08)

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

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

**Note:** Version bump only for package @kyvejs/protocol
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.0-beta.1",
"version": "1.0.0-beta.2",
"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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/bitcoin@1.0.0-beta.1...@kyvejs/bitcoin@1.0.0-beta.2) (2022-12-08)

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

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

**Note:** Version bump only for package @kyvejs/bitcoin
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.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -24,7 +24,7 @@
"outputPath": "out"
},
"dependencies": {
"@kyvejs/protocol": "1.0.0-beta.1",
"@kyvejs/protocol": "1.0.0-beta.2",
"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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/celo@1.0.0-beta.1...@kyvejs/celo@1.0.0-beta.2) (2022-12-08)

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

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

**Note:** Version bump only for package @kyvejs/celo
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.1",
"version": "1.0.0-beta.2",
"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.1"
"@kyvejs/protocol": "1.0.0-beta.2"
},
"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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/cosmos@1.0.0-beta.0...@kyvejs/cosmos@1.0.0-beta.1) (2022-12-08)

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

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

**Note:** Version bump only for package @kyvejs/cosmos
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.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.0-beta.1",
"@kyvejs/protocol": "1.0.0-beta.2",
"axios": "^0.27.2"
},
"devDependencies": {
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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.1...@kyvejs/evm@1.0.0-beta.2) (2022-12-08)

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

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

**Note:** Version bump only for package @kyvejs/evm
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.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -27,7 +27,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.0-beta.1",
"@kyvejs/protocol": "1.0.0-beta.2",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down

0 comments on commit d5e7e73

Please sign in to comment.