Skip to content

Commit ad1421c

Browse files
authored
Merge pull request #51 from macalinao/changeset-release/master
chore: release packages
2 parents 2902b08 + 399fe29 commit ad1421c

File tree

20 files changed

+91
-31
lines changed

20 files changed

+91
-31
lines changed

.changeset/short-friends-slide.md

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

apps/example-dapp/CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- 85dece6: Alter Biome config
8+
- Updated dependencies [85dece6]
9+
- @macalinao/wallet-adapter-compat@2.0.5
10+
- @macalinao/grill@0.5.5
11+
312
## 0.0.16
413

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

bun.lock

Lines changed: 9 additions & 9 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.16",
22+
"version": "0.0.17",
2323
"dependencies": {
2424
"@hookform/resolvers": "^5.2.1",
2525
"@macalinao/grill": "workspace:*",
@@ -77,7 +77,7 @@
7777
},
7878
"packages/dataloader-es": {
7979
"name": "@macalinao/dataloader-es",
80-
"version": "0.2.4",
80+
"version": "0.2.5",
8181
"devDependencies": {
8282
"@macalinao/eslint-config": "catalog:",
8383
"@macalinao/tsconfig": "catalog:",
@@ -88,7 +88,7 @@
8888
},
8989
"packages/grill": {
9090
"name": "@macalinao/grill",
91-
"version": "0.5.4",
91+
"version": "0.5.5",
9292
"dependencies": {
9393
"@macalinao/clients-token-metadata": "^0.2.4",
9494
"@macalinao/dataloader-es": "workspace:*",
@@ -119,7 +119,7 @@
119119
},
120120
"packages/quarry": {
121121
"name": "@macalinao/quarry",
122-
"version": "0.0.0",
122+
"version": "0.0.1",
123123
"dependencies": {
124124
"@macalinao/clients-quarry": "^0.2.1",
125125
"@macalinao/token-utils": "workspace:*",
@@ -139,7 +139,7 @@
139139
},
140140
"packages/react-quarry": {
141141
"name": "@macalinao/react-quarry",
142-
"version": "0.0.0",
142+
"version": "0.0.1",
143143
"dependencies": {
144144
"@macalinao/grill": "workspace:*",
145145
"@macalinao/quarry": "workspace:*",
@@ -158,7 +158,7 @@
158158
},
159159
"packages/solana-batch-accounts-loader": {
160160
"name": "@macalinao/solana-batch-accounts-loader",
161-
"version": "0.2.4",
161+
"version": "0.2.5",
162162
"dependencies": {
163163
"@macalinao/dataloader-es": "workspace:*",
164164
"lodash-es": "^4.17.21",
@@ -178,7 +178,7 @@
178178
},
179179
"packages/token-utils": {
180180
"name": "@macalinao/token-utils",
181-
"version": "0.1.7",
181+
"version": "0.1.8",
182182
"dependencies": {
183183
"dnum": "^2.15.0",
184184
},
@@ -195,7 +195,7 @@
195195
},
196196
"packages/wallet-adapter-compat": {
197197
"name": "@macalinao/wallet-adapter-compat",
198-
"version": "2.0.4",
198+
"version": "2.0.5",
199199
"dependencies": {
200200
"@solana/webcrypto-ed25519-polyfill": "*",
201201
"tslib": "catalog:",
@@ -223,7 +223,7 @@
223223
},
224224
"packages/zod-solana": {
225225
"name": "@macalinao/zod-solana",
226-
"version": "0.1.3",
226+
"version": "0.1.4",
227227
"devDependencies": {
228228
"@macalinao/eslint-config": "catalog:",
229229
"@macalinao/tsconfig": "catalog:",

packages/dataloader-es/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- 85dece6: Alter Biome config
8+
39
## 0.2.4
410

511
### Patch Changes

packages/dataloader-es/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/dataloader-es",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Modern ESM-native TypeScript implementation of Facebook's DataLoader pattern for efficient batching and caching",
55
"type": "module",
66
"sideEffects": false,

packages/grill/CHANGELOG.md

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

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 85dece6: Alter Biome config
8+
- Updated dependencies [85dece6]
9+
- @macalinao/solana-batch-accounts-loader@0.2.5
10+
- @macalinao/dataloader-es@0.2.5
11+
- @macalinao/token-utils@0.1.8
12+
- @macalinao/zod-solana@0.1.4
13+
314
## 0.5.4
415

516
### 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.4",
3+
"version": "0.5.5",
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/quarry/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @macalinao/quarry
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 85dece6: Alter Biome config
8+
- Updated dependencies [85dece6]
9+
- @macalinao/token-utils@0.1.8

packages/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/quarry",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Quarry utility functions for Solana development",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

0 commit comments

Comments
 (0)