Skip to content

Commit

Permalink
chore: release 1.0.0-rc.2 (#1496)
Browse files Browse the repository at this point in the history
* chore: changes

* chore: pre-release run
  • Loading branch information
freemanzMrojo authored Nov 11, 2024
1 parent 6bee05f commit e12c40c
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 44 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sdk-cloudflare-integration",
"sdk-hardhat-integration",
"sdk-nextjs-integration",
"sdk-node-integration"
"sdk-node-integration",
"sdk-vite-integration"
]
}
1 change: 0 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"mode": "exit",
"tag": "latest",
"initialVersions": {
"docs": "1.0.0",
"@vechain/sdk-aws-kms-adapter": "1.0.0",
"@vechain/sdk-core": "1.0.0",
"@vechain/sdk-errors": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/sdk-cloudflare-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-cloudflare-integration",
"description": "An example app of how to integrate the VeChain SDK with Cloudflare Workers",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"private": true,
"author": "VeChain Foundation",
"license": "MIT",
Expand All @@ -16,6 +16,6 @@
"wrangler": "^3.72.3"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-rc.1"
"@vechain/sdk-core": "1.0.0-rc.2"
}
}
8 changes: 4 additions & 4 deletions apps/sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-hardhat-integration",
"description": "An example app of how to use the @vechain/sdk-hardhat-plugin to interact with the VeChainThor blockchain",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"private": true,
"main": "index.js",
"author": "VeChain Foundation",
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@vechain/sdk-core": "1.0.0-rc.1",
"@vechain/sdk-hardhat-plugin": "1.0.0-rc.1",
"@vechain/sdk-logging": "1.0.0-rc.1"
"@vechain/sdk-core": "1.0.0-rc.2",
"@vechain/sdk-hardhat-plugin": "1.0.0-rc.2",
"@vechain/sdk-logging": "1.0.0-rc.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/sdk-nextjs-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-nextjs-integration",
"description": "An example app of how to integrate the VeChain SDK with Next.js",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"private": true,
"author": "VeChain Foundation",
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-rc.1",
"@vechain/sdk-network": "1.0.0-rc.1",
"@vechain/sdk-core": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2",
"install": "^0.13.0",
"next": "15.0.2",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 deletions apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-node-integration",
"description": "An example app of how to integrate the VeChain SDK with Node.js",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"private": true,
"main": "dist/index.js",
"types": "src/index.ts",
Expand All @@ -13,7 +13,7 @@
"test": "jest"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-rc.1"
"@vechain/sdk-network": "1.0.0-rc.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/sdk-vite-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-vite-integration",
"private": true,
"version": "0.0.0",
"version": "1.0.0-rc.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,8 +11,8 @@
"test": "vitest"
},
"dependencies": {
"@vechain/sdk-core": "^1.0.0-beta.32",
"@vechain/sdk-network": "^1.0.0-beta.32",
"@vechain/sdk-core": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
Expand All @@ -34,4 +34,4 @@
"vitest": "^2.1.4",
"vitest-browser-react": "^0.0.3"
}
}
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"private": true,
"description": "Official documentation for the VeChain TypeScript SDK with examples",
"author": "VeChain Foundation",
Expand All @@ -17,8 +17,8 @@
"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-rc.1",
"@vechain/sdk-network": "1.0.0-rc.1"
"@vechain/sdk-core": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2"
},
"devDependencies": {
"expect": "^29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-kms-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-aws-kms-adapter",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "This module implements the VeChain abstract signer so it is integrated with AWS KMS",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@aws-sdk/client-kms": "^3.682.0",
"@vechain/sdk-errors": "1.0.0-rc.1",
"@vechain/sdk-network": "1.0.0-rc.1",
"@vechain/sdk-errors": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2",
"asn1js": "^3.0.5"
}
}
6 changes: 3 additions & 3 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-rc.1",
"version": "1.0.0-rc.2",
"description": "This module is crafted for dApp development and various blockchain operations that seamlessly unfold offline",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@noble/ciphers": "^1.0.0",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.4.0",
"@vechain/sdk-errors": "1.0.0-rc.1",
"@vechain/sdk-logging": "1.0.0-rc.1",
"@vechain/sdk-errors": "1.0.0-rc.2",
"@vechain/sdk-logging": "1.0.0-rc.2",
"ethers": "6.13.4",
"fast-json-stable-stringify": "^2.1.0",
"viem": "^2.21.19"
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-rc.1",
"version": "1.0.0-rc.2",
"description": "This module is dedicated to managing and customizing errors within the VeChain SDK",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/ethers-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-ethers-adapter",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the VeChainThor blockchain",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-rc.1",
"@vechain/sdk-errors": "1.0.0-rc.1",
"@vechain/sdk-network": "1.0.0-rc.1"
"@vechain/sdk-core": "1.0.0-rc.2",
"@vechain/sdk-errors": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2"
}
}
8 changes: 4 additions & 4 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-rc.1",
"version": "1.0.0-rc.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 @@ -37,9 +37,9 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-rc.1",
"@vechain/sdk-ethers-adapter": "1.0.0-rc.1",
"@vechain/sdk-network": "1.0.0-rc.1"
"@vechain/sdk-errors": "1.0.0-rc.2",
"@vechain/sdk-ethers-adapter": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8"
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-rc.1",
"version": "1.0.0-rc.2",
"description": "This module provides functionality to logging data for vechain-sdk",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +34,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-rc.1"
"@vechain/sdk-errors": "1.0.0-rc.2"
}
}
8 changes: 4 additions & 4 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-rc.1",
"version": "1.0.0-rc.2",
"description": "This module serves as the standard interface connecting decentralized applications (dApps) and users to the VeChainThor blockchain",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:browser:solo": "(yarn start-thor-solo && yarn test:browser && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-rc.1",
"@vechain/sdk-errors": "1.0.0-rc.1",
"@vechain/sdk-logging": "1.0.0-rc.1",
"@vechain/sdk-core": "1.0.0-rc.2",
"@vechain/sdk-errors": "1.0.0-rc.2",
"@vechain/sdk-logging": "1.0.0-rc.2",
"@vechain/vebetterdao-contracts": "^4.0.0",
"abitype": "^1.0.6",
"isomorphic-ws": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 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-rc.1",
"version": "1.0.0-rc.2",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"test:browser": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit --config ./jest.config.browser.js"
},
"dependencies": {
"@vechain/sdk-logging": "1.0.0-rc.1",
"@vechain/sdk-network": "1.0.0-rc.1",
"@vechain/sdk-logging": "1.0.0-rc.2",
"@vechain/sdk-network": "1.0.0-rc.2",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.21.1"
Expand Down

1 comment on commit e12c40c

@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: 99%
98.99% (4336/4380) 97.61% (1390/1424) 98.99% (890/899)
Title Tests Skipped Failures Errors Time
core 809 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 18s ⏱️
network 726 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 53s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.347s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.008s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 57.394s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 23s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 8s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 5s ⏱️

Please sign in to comment.