Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint/plugin-kit-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Nov 25, 2024
2 parents 4098ef6 + 67371ae commit 4e484fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
5 changes: 2 additions & 3 deletions scripts/prepare-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
};
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e484fb

Please sign in to comment.