diff --git a/packages/dapp-kit/package.json b/packages/dapp-kit/package.json index a8925529..df5a9f8b 100644 --- a/packages/dapp-kit/package.json +++ b/packages/dapp-kit/package.json @@ -40,7 +40,7 @@ "@vitest/coverage-v8": "^0.34.6", "@walletconnect/types": "2.11.3", "eslint": "^9.12.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.10.2", "lokijs": "^1.5.12", "tsup": "*", "typescript": "*", diff --git a/scripts/prepare-packages.ts b/scripts/prepare-packages.ts index 61bec4db..77bfa0b5 100644 --- a/scripts/prepare-packages.ts +++ b/scripts/prepare-packages.ts @@ -74,9 +74,8 @@ const preparePackages = async () => { console.log( ` - 🚀🚀🚀 Release branch is ready to be merged 🚀🚀🚀\n\n`, ` - 📝 Create the PR for the release branch v${version}\n`, - ` - 🔖 When the PR is merged, create the release on github called ${version}\n`, - ` - 📝 Then pull the tag and checkout the release branch\n`, - ` - 📝 Then run 'yarn changeset publish' to publish the packages\n`, + ` - 🔖 When the PR is merged, create the release on github called ${version}, it will automatically tag the commit with the version ${version}.\n`, + ` - 🚀 Then run 'yarn publish:release ${version}' to checkout in the tag and publish packages\n`, ); console.log('\n______________________________________________________\n\n'); }; diff --git a/yarn.lock b/yarn.lock index 9598ac9b..640772b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11128,10 +11128,10 @@ handle-thing@^2.0.0: resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -happy-dom@^14.12.3: - version "14.12.3" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-14.12.3.tgz#1b5892c670461fd1db041bee690981c22d3d521f" - integrity sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g== +happy-dom@^15.10.2: + version "15.10.2" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.10.2.tgz#14ae6652d1a80d2611e3f5832cb61ab5e2d1b539" + integrity sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw== dependencies: entities "^4.5.0" webidl-conversions "^7.0.0"