Skip to content

Commit

Permalink
Version Packages (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent 7510ebc commit 7b9c086
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-points-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-wasps-lick.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/gill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# gill

## 0.0.4

### Patch Changes

- [`6ae676f`](https://github.com/nickfrosty/gill/commit/6ae676f0f06c0ab07af8b2d03fd2e0f3fb051916)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - fix rpc functions

- [#6](https://github.com/nickfrosty/gill/pull/6)
[`1438ba7`](https://github.com/nickfrosty/gill/commit/1438ba7fbf1a572d7c8c7936b70ba85e775d2cf0)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added the `createTransaction` function
2 changes: 1 addition & 1 deletion packages/gill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gill",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"scripts": {
"compile:js": "tsup --config ./tsup.config.package.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# gill-react

## 0.0.2

### Patch Changes

- Updated dependencies
[[`6ae676f`](https://github.com/nickfrosty/gill/commit/6ae676f0f06c0ab07af8b2d03fd2e0f3fb051916),
[`1438ba7`](https://github.com/nickfrosty/gill/commit/1438ba7fbf1a572d7c8c7936b70ba85e775d2cf0)]:
- [email protected]
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gill-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"scripts": {
"compile:js": "tsup --config ./tsup.config.package.ts",
Expand Down

0 comments on commit 7b9c086

Please sign in to comment.