Skip to content

Commit bdc8a33

Browse files
authored
Merge pull request #80 from macalinao/changeset-release/master
chore: release packages
2 parents 6a4119d + ad1625b commit bdc8a33

File tree

16 files changed

+71
-25
lines changed

16 files changed

+71
-25
lines changed

.changeset/empty-icons-hide.md

Lines changed: 0 additions & 11 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.1.2
4+
5+
### Patch Changes
6+
7+
- 481456c: Change resolution to be ^ rather than \* for workspace packages
8+
- Updated dependencies [481456c]
9+
- @macalinao/wallet-adapter-compat@3.0.1
10+
- @macalinao/grill@0.6.1
11+
312
## 0.1.1
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.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"description": "Example Solana dApp demonstrating Grill features",
77
"author": "Ian Macalinao <[email protected]>",

bun.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"apps/example-dapp": {
1919
"name": "example-dapp",
20-
"version": "0.1.1",
20+
"version": "0.1.2",
2121
"dependencies": {
2222
"@gillsdk/react": "catalog:",
2323
"@hookform/resolvers": "^5.2.2",
@@ -89,7 +89,7 @@
8989
},
9090
"packages/gill-extra": {
9191
"name": "@macalinao/gill-extra",
92-
"version": "0.0.7",
92+
"version": "0.0.8",
9393
"dependencies": {
9494
"@macalinao/clients-token-metadata": "^0.4.0",
9595
"@macalinao/dataloader-es": "workspace:^",
@@ -114,7 +114,7 @@
114114
},
115115
"packages/grill": {
116116
"name": "@macalinao/grill",
117-
"version": "0.6.0",
117+
"version": "0.6.1",
118118
"dependencies": {
119119
"@gillsdk/react": "catalog:",
120120
"@macalinao/clients-token-metadata": "^0.4.0",
@@ -148,7 +148,7 @@
148148
},
149149
"packages/quarry": {
150150
"name": "@macalinao/quarry",
151-
"version": "0.2.0",
151+
"version": "0.2.1",
152152
"dependencies": {
153153
"@macalinao/clients-quarry": "^0.4.2",
154154
"@macalinao/gill-extra": "workspace:^",
@@ -169,7 +169,7 @@
169169
},
170170
"packages/react-quarry": {
171171
"name": "@macalinao/react-quarry",
172-
"version": "1.0.0",
172+
"version": "1.0.1",
173173
"dependencies": {
174174
"@macalinao/quarry": "workspace:^",
175175
},
@@ -190,7 +190,7 @@
190190
},
191191
"packages/solana-batch-accounts-loader": {
192192
"name": "@macalinao/solana-batch-accounts-loader",
193-
"version": "0.2.5",
193+
"version": "0.2.6",
194194
"dependencies": {
195195
"@macalinao/dataloader-es": "workspace:^",
196196
"lodash-es": "^4.17.21",
@@ -227,7 +227,7 @@
227227
},
228228
"packages/wallet-adapter-compat": {
229229
"name": "@macalinao/wallet-adapter-compat",
230-
"version": "3.0.0",
230+
"version": "3.0.1",
231231
"dependencies": {
232232
"@solana/webcrypto-ed25519-polyfill": "*",
233233
"tslib": "catalog:",

packages/gill-extra/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 481456c: Change resolution to be ^ rather than \* for workspace packages
8+
- Updated dependencies [481456c]
9+
- @macalinao/solana-batch-accounts-loader@0.2.6
10+
311
## 0.0.7
412

513
### 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.7",
3+
"version": "0.0.8",
44
"description": "Additional utilities for Gill - Solana development without React dependencies",
55
"type": "module",
66
"sideEffects": false,

packages/grill/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 481456c: Change resolution to be ^ rather than \* for workspace packages
8+
- Updated dependencies [481456c]
9+
- @macalinao/solana-batch-accounts-loader@0.2.6
10+
- @macalinao/gill-extra@0.0.8
11+
312
## 0.6.0
413

514
### Minor 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.6.0",
3+
"version": "0.6.1",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @macalinao/quarry
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 481456c: Change resolution to be ^ rather than \* for workspace packages
8+
- Updated dependencies [481456c]
9+
- @macalinao/gill-extra@0.0.8
10+
311
## 0.2.0
412

513
### Minor Changes

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.2.0",
3+
"version": "0.2.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)