Skip to content

Commit

Permalink
docs: release
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Sep 25, 2024
1 parent b239e2d commit 1168fd5
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/curvy-dingos-enjoy.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/react-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-wallets-solid/react-next",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-wallets-solid/sveltekit",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 0 additions & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana-wallets-solid/react",
"description": "",
"version": "0.0.0",
"version": "0.1.0",
"author": "",
"license": "",
"keywords": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/unified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion packages/unified/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1168fd5

Please sign in to comment.