Skip to content

Commit

Permalink
fix: change version for release (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Mar 27, 2024
1 parent eb14fa6 commit b9a75ba
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Documentation for the SDK with examples",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"test:examples:solo": "(yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.1",
"@vechain/sdk-core": "1.0.0-beta.2",
"typescript": "^5.4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-core",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Includes modules for fundamental operations like hashing and cryptography",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@ethereumjs/rlp": "^5.0.2",
"@types/elliptic": "^6.4.18",
"@vechain/sdk-errors": "1.0.0-beta.1",
"@vechain/sdk-errors": "1.0.0-beta.2",
"blakejs": "^1.2.1",
"elliptic": "^6.5.5",
"ethers": "6.11.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-errors",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This module is dedicated to managing and customizing errors within the SDK",
"author": "vechain Foundation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-hardhat-plugin",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This module allows to create smart contracts and interact with them using the vechain SDK and Hardhat",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-provider": "1.0.0-beta.1"
"@vechain/sdk-provider": "1.0.0-beta.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-logging",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This module provides functionality to logging data for vechain-sdk",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -27,6 +27,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-beta.1"
"@vechain/sdk-errors": "1.0.0-beta.2"
}
}
6 changes: 3 additions & 3 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-network",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This module allows to connect you seamlessly to the VechainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@types/ws": "^8.5.10",
"@vechain/sdk-core": "1.0.0-beta.1",
"@vechain/sdk-errors": "1.0.0-beta.1",
"@vechain/sdk-core": "1.0.0-beta.2",
"@vechain/sdk-errors": "1.0.0-beta.2",
"axios": "^1.6.7"
}
}
10 changes: 5 additions & 5 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-provider",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This module is dedicated to managing the compatibility with ethers and EVM world",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -31,9 +31,9 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.1",
"@vechain/sdk-wallet": "1.0.0-beta.1",
"@vechain/sdk-core": "1.0.0-beta.1",
"@vechain/sdk-logging": "1.0.0-beta.1"
"@vechain/sdk-network": "1.0.0-beta.2",
"@vechain/sdk-wallet": "1.0.0-beta.2",
"@vechain/sdk-core": "1.0.0-beta.2",
"@vechain/sdk-logging": "1.0.0-beta.2"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-rpc-proxy",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"start": "yarn build && node dist/index.js"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.1",
"@vechain/sdk-provider": "1.0.0-beta.1",
"@vechain/sdk-wallet": "1.0.0-beta.1",
"@vechain/sdk-logging": "1.0.0-beta.1",
"@vechain/sdk-network": "1.0.0-beta.2",
"@vechain/sdk-provider": "1.0.0-beta.2",
"@vechain/sdk-wallet": "1.0.0-beta.2",
"@vechain/sdk-logging": "1.0.0-beta.2",
"cors": "^2.8.5",
"express": "^4.19.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-wallet",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "This module provides functionality for creating and managing vechain wallets, as well as signing and broadcasting transactions securely on the VechainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.1"
"@vechain/sdk-network": "1.0.0-beta.2"
}
}

1 comment on commit b9a75ba

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (2916/2916) 100% (603/603) 100% (606/606)
Title Tests Skipped Failures Errors Time
core 431 0 💤 0 ❌ 0 🔥 1m 3s ⏱️
network 264 0 💤 0 ❌ 0 🔥 1m 39s ⏱️
errors 48 0 💤 0 ❌ 0 🔥 14.178s ⏱️

Please sign in to comment.