Skip to content

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Dec 5, 2023
1 parent 8960cf3 commit 0b66786
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dapp-kit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit-react",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"license": "MIT",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit-ui",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "Vanilla js wallet kit",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"type": "module",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion scripts/prepare-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const preparePackages = async () => {
updatePackageVersions(version);
await exec(`yarn format`);
console.log(' - ✅ Updated!');
//log run `yarn changeset publish` to publish the packages

console.log('\n______________________________________________________\n\n');
console.log(' Publish:');
Expand Down

0 comments on commit 0b66786

Please sign in to comment.