diff --git a/.changeset/curvy-dingos-enjoy.md b/.changeset/curvy-dingos-enjoy.md deleted file mode 100644 index 012d06e..0000000 --- a/.changeset/curvy-dingos-enjoy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@solana-wallets-solid/core": minor -"@solana-wallets-solid/react": minor -"@solana-wallets-solid/solid": minor -"@solana-wallets-solid/unified": minor ---- - -initialise working sign message + send tx release (web3/solana.js v2 compat) diff --git a/examples/react-next/CHANGELOG.md b/examples/react-next/CHANGELOG.md new file mode 100644 index 0000000..1f09421 --- /dev/null +++ b/examples/react-next/CHANGELOG.md @@ -0,0 +1,9 @@ +# @solana-wallets-solid/react-next + +## 0.1.1 + +### Patch Changes + +- Updated dependencies [b239e2d] + - @solana-wallets-solid/react@0.1.0 + - @solana-wallets-solid/unified@0.1.0 diff --git a/examples/react-next/package.json b/examples/react-next/package.json index 69247fb..95cad87 100644 --- a/examples/react-next/package.json +++ b/examples/react-next/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets-solid/react-next", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/sveltekit/CHANGELOG.md b/examples/sveltekit/CHANGELOG.md new file mode 100644 index 0000000..4e40ca7 --- /dev/null +++ b/examples/sveltekit/CHANGELOG.md @@ -0,0 +1,9 @@ +# @solana-wallets-solid/sveltekit + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [b239e2d] + - @solana-wallets-solid/core@0.4.0 + - @solana-wallets-solid/unified@0.1.0 diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 29a0940..6da892b 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets-solid/sveltekit", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "vite dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6900632..6dd2810 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @your-repository-name/hello +## 0.4.0 + +### Minor Changes + +- b239e2d: initialise working sign message + send tx release (web3/solana.js v2 compat) + ## 0.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index c521bb2..708af1f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets-solid/core", - "version": "0.3.0", + "version": "0.4.0", "description": "Example hello world package in the solana-wallets-solid repository.", "license": "MIT", "author": "aidanaden", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md new file mode 100644 index 0000000..bffe4b4 --- /dev/null +++ b/packages/react/CHANGELOG.md @@ -0,0 +1,7 @@ +# @solana-wallets-solid/react + +## 0.1.0 + +### Minor Changes + +- b239e2d: initialise working sign message + send tx release (web3/solana.js v2 compat) diff --git a/packages/react/README.md b/packages/react/README.md index c5606f4..9c5fc9e 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -22,7 +22,6 @@ pnpm install && pnpm dev - ๐Ÿ“– [Storybook](https://storybook.js.org/) - Build UI components and pages in isolation. It streamlines UI development, testing, and documentation. - ๐Ÿงช [Vitest](https://vitest.dev/) - A testing framework for JavaScript. Preconfigured to work with TypeScript and JSX. - โœ… [Biome](https://biomejs.dev/) - Format, lint, and more in a fraction of a second. -- ๐Ÿช [Lefthook](https://github.com/evilmartians/lefthook) โ€” Run pre-commit hooks, lints staged files, executes tests, and more. - ๐Ÿ”ผ [Release-it](https://github.com/release-it/release-it/) - release-it is a command line tool to automatically generate a new GitHub Release and populates it with the changes (commits) made since the last release. - ๐Ÿ™ [Test & Publish via Github Actions](https://docs.github.com/en/actions) - CI/CD workflows for your package. Run tests on every commit plus integrate with Github Releases to automate publishing package to NPM and Storybook to Github Pages. - ๐Ÿค– [Dependabot](https://docs.github.com/en/code-security/dependabot) - Github powered dependency update tool that fits into your workflows. Configured to periodically check your dependencies for updates and send automated pull requests. diff --git a/packages/react/package.json b/packages/react/package.json index 996b4a0..bae20b6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@solana-wallets-solid/react", "description": "", - "version": "0.0.0", + "version": "0.1.0", "author": "", "license": "", "keywords": [], diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index 6900632..6dd2810 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @your-repository-name/hello +## 0.4.0 + +### Minor Changes + +- b239e2d: initialise working sign message + send tx release (web3/solana.js v2 compat) + ## 0.3.0 ### Minor Changes diff --git a/packages/solid/package.json b/packages/solid/package.json index ea96c12..e01e34b 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets-solid/solid", - "version": "0.3.0", + "version": "0.4.0", "description": "Example hello world package in the solana-wallets-solid repository.", "license": "MIT", "author": "aidanaden", diff --git a/packages/unified/CHANGELOG.md b/packages/unified/CHANGELOG.md index 6b6fe66..8b25f89 100644 --- a/packages/unified/CHANGELOG.md +++ b/packages/unified/CHANGELOG.md @@ -1 +1,7 @@ # @your-repository-name/hello + +## 0.1.0 + +### Minor Changes + +- b239e2d: initialise working sign message + send tx release (web3/solana.js v2 compat) diff --git a/packages/unified/package.json b/packages/unified/package.json index 38d34d6..0c586dd 100644 --- a/packages/unified/package.json +++ b/packages/unified/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets-solid/unified", - "version": "0.0.1", + "version": "0.1.0", "description": "Example hello world package in the solana-wallets-solid repository.", "license": "MIT", "author": "aidanaden",