Skip to content

Commit 32f7057

Browse files
authored
Merge pull request #63 from macalinao/changeset-release/master
chore: release packages
2 parents 9133430 + 6de487c commit 32f7057

File tree

14 files changed

+53
-18
lines changed

14 files changed

+53
-18
lines changed

.changeset/dark-dolls-jam.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/example-dapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-dapp
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- 3d64ada: Update zod import to be tree shakeable
8+
- @macalinao/grill@0.5.10
9+
- @macalinao/wallet-adapter-compat@2.0.10
10+
311
## 0.0.21
412

513
### Patch Changes

apps/example-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-dapp",
33
"private": true,
4-
"version": "0.0.21",
4+
"version": "0.0.22",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

bun.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"apps/example-dapp": {
2121
"name": "example-dapp",
22-
"version": "0.0.21",
22+
"version": "0.0.22",
2323
"dependencies": {
2424
"@gillsdk/react": "catalog:",
2525
"@hookform/resolvers": "^5.2.1",
@@ -88,7 +88,7 @@
8888
},
8989
"packages/gill-extra": {
9090
"name": "@macalinao/gill-extra",
91-
"version": "0.0.3",
91+
"version": "0.0.4",
9292
"dependencies": {
9393
"@macalinao/dataloader-es": "workspace:*",
9494
"@macalinao/solana-batch-accounts-loader": "workspace:*",
@@ -111,7 +111,7 @@
111111
},
112112
"packages/grill": {
113113
"name": "@macalinao/grill",
114-
"version": "0.5.9",
114+
"version": "0.5.10",
115115
"dependencies": {
116116
"@gillsdk/react": "catalog:",
117117
"@macalinao/clients-token-metadata": "^0.3.0",
@@ -165,7 +165,7 @@
165165
},
166166
"packages/react-quarry": {
167167
"name": "@macalinao/react-quarry",
168-
"version": "0.0.5",
168+
"version": "0.0.6",
169169
"dependencies": {
170170
"@macalinao/grill": "workspace:*",
171171
"@macalinao/quarry": "workspace:*",
@@ -222,7 +222,7 @@
222222
},
223223
"packages/wallet-adapter-compat": {
224224
"name": "@macalinao/wallet-adapter-compat",
225-
"version": "2.0.9",
225+
"version": "2.0.10",
226226
"dependencies": {
227227
"@solana/webcrypto-ed25519-polyfill": "*",
228228
"tslib": "catalog:",
@@ -251,7 +251,7 @@
251251
},
252252
"packages/zod-solana": {
253253
"name": "@macalinao/zod-solana",
254-
"version": "0.1.4",
254+
"version": "0.1.5",
255255
"devDependencies": {
256256
"@macalinao/eslint-config": "catalog:",
257257
"@macalinao/tsconfig": "catalog:",

packages/gill-extra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @macalinao/gill-extra
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3d64ada]
8+
- @macalinao/zod-solana@0.1.5
9+
310
## 0.0.3
411

512
### Patch Changes

packages/gill-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/gill-extra",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Additional utilities for Gill - Solana development without React dependencies",
55
"type": "module",
66
"sideEffects": false,

packages/grill/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @macalinao/grill
22

3+
## 0.5.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3d64ada]
8+
- @macalinao/zod-solana@0.1.5
9+
- @macalinao/gill-extra@0.0.4
10+
311
## 0.5.9
412

513
### Patch Changes

packages/grill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/grill",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

packages/react-quarry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @macalinao/react-quarry
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- @macalinao/grill@0.5.10
8+
39
## 0.0.5
410

511
### Patch Changes

packages/react-quarry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/react-quarry",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "React hooks for Quarry",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://grill.ianm.com",

0 commit comments

Comments
 (0)