Skip to content

Commit 2fa33ae

Browse files
authored
Merge pull request #36 from macalinao/changeset-release/master
chore: release packages
2 parents cf90866 + 2dac1a5 commit 2fa33ae

File tree

13 files changed

+58
-27
lines changed

13 files changed

+58
-27
lines changed

.changeset/plain-keys-join.md

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

.changeset/thick-pants-study.md

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

apps/example-dapp/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
- b3c1751: Dependency bumps
9+
- Updated dependencies [9bc5c90]
10+
- Updated dependencies [b3c1751]
11+
- @macalinao/grill@0.5.0
12+
- @macalinao/wallet-adapter-compat@2.0.0
13+
314
## 0.0.11
415

516
### 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.11",
4+
"version": "0.0.12",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

bun.lock

Lines changed: 5 additions & 5 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.11",
22+
"version": "0.0.12",
2323
"dependencies": {
2424
"@hookform/resolvers": "^5.2.1",
2525
"@macalinao/grill": "workspace:*",
@@ -88,7 +88,7 @@
8888
},
8989
"packages/grill": {
9090
"name": "@macalinao/grill",
91-
"version": "0.4.3",
91+
"version": "0.5.0",
9292
"dependencies": {
9393
"@macalinao/clients-token-metadata": "^0.2.1",
9494
"@macalinao/dataloader-es": "workspace:*",
@@ -139,7 +139,7 @@
139139
},
140140
"packages/token-utils": {
141141
"name": "@macalinao/token-utils",
142-
"version": "0.1.3",
142+
"version": "0.1.4",
143143
"dependencies": {
144144
"dnum": "^2.15.0",
145145
},
@@ -156,7 +156,7 @@
156156
},
157157
"packages/wallet-adapter-compat": {
158158
"name": "@macalinao/wallet-adapter-compat",
159-
"version": "1.0.3",
159+
"version": "2.0.0",
160160
"dependencies": {
161161
"@solana/webcrypto-ed25519-polyfill": "*",
162162
"tslib": "catalog:",
@@ -184,7 +184,7 @@
184184
},
185185
"packages/zod-solana": {
186186
"name": "@macalinao/zod-solana",
187-
"version": "0.1.0",
187+
"version": "0.1.1",
188188
"devDependencies": {
189189
"@macalinao/eslint-config": "catalog:",
190190
"@macalinao/tsconfig": "catalog:",

packages/grill/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
9+
### Patch Changes
10+
11+
- b3c1751: Dependency bumps
12+
- Updated dependencies [9bc5c90]
13+
- Updated dependencies [b3c1751]
14+
- @macalinao/token-utils@0.1.4
15+
- @macalinao/zod-solana@0.1.1
16+
317
## 0.4.3
418

519
### 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.4.3",
3+
"version": "0.5.0",
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/token-utils/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
- b3c1751: Dependency bumps
9+
310
## 0.1.3
411

512
### Patch Changes

packages/token-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/token-utils",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Token utility functions for Solana development",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

packages/wallet-adapter-compat/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @macalinao/wallet-adapter-compat
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- 9bc5c90: Breaking: Simplify useAccounts return type
8+
- b3c1751: Dependency bumps
9+
- Updated dependencies [9bc5c90]
10+
- Updated dependencies [b3c1751]
11+
- @macalinao/grill@0.5.0
12+
313
## 1.0.3
414

515
### Patch Changes

0 commit comments

Comments
 (0)