Skip to content

Commit a9d3732

Browse files
authored
Merge pull request #7 from macalinao/changeset-release/master
chore: release packages
2 parents f450ea4 + 4cc2f5f commit a9d3732

File tree

12 files changed

+49
-18
lines changed

12 files changed

+49
-18
lines changed

.changeset/forty-snails-crash.md

Lines changed: 0 additions & 8 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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f450ea4]
8+
- @macalinao/grill@0.2.1
9+
- @macalinao/wallet-adapter-compat@0.2.1
10+
311
## 0.0.1
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.1",
4+
"version": "0.0.2",
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
@@ -16,7 +16,7 @@
1616
},
1717
"apps/example-dapp": {
1818
"name": "example-dapp",
19-
"version": "0.0.1",
19+
"version": "0.0.2",
2020
"dependencies": {
2121
"@macalinao/grill": "workspace:*",
2222
"@macalinao/wallet-adapter-compat": "workspace:*",
@@ -71,7 +71,7 @@
7171
},
7272
"packages/dataloader-es": {
7373
"name": "@macalinao/dataloader-es",
74-
"version": "0.2.0",
74+
"version": "0.2.1",
7575
"devDependencies": {
7676
"@macalinao/eslint-config": "catalog:",
7777
"@macalinao/tsconfig": "catalog:",
@@ -83,7 +83,7 @@
8383
},
8484
"packages/grill": {
8585
"name": "@macalinao/grill",
86-
"version": "0.2.0",
86+
"version": "0.2.1",
8787
"dependencies": {
8888
"@macalinao/dataloader-es": "workspace:*",
8989
"@macalinao/solana-batch-accounts-loader": "workspace:*",
@@ -110,7 +110,7 @@
110110
},
111111
"packages/solana-batch-accounts-loader": {
112112
"name": "@macalinao/solana-batch-accounts-loader",
113-
"version": "0.2.0",
113+
"version": "0.2.1",
114114
"dependencies": {
115115
"@macalinao/dataloader-es": "workspace:*",
116116
"lodash-es": "^4.17.21",
@@ -131,7 +131,7 @@
131131
},
132132
"packages/wallet-adapter-compat": {
133133
"name": "@macalinao/wallet-adapter-compat",
134-
"version": "0.2.0",
134+
"version": "0.2.1",
135135
"dependencies": {
136136
"@macalinao/grill": "workspace:*",
137137
"@solana/webcrypto-ed25519-polyfill": "*",

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.1
4+
5+
### Patch Changes
6+
7+
- f450ea4: Re-release for fixed chagneset config
8+
39
## 0.2.0
410

511
### Minor 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.0",
3+
"version": "0.2.1",
44
"description": "Modern ESM-native TypeScript implementation of Facebook's DataLoader pattern for efficient batching and caching",
55
"type": "module",
66
"author": "Ian Macalinao <[email protected]>",

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.2.1
4+
5+
### Patch Changes
6+
7+
- f450ea4: Re-release for fixed chagneset config
8+
- Updated dependencies [f450ea4]
9+
- @macalinao/dataloader-es@0.2.1
10+
- @macalinao/solana-batch-accounts-loader@0.2.1
11+
312
## 0.2.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.2.0",
3+
"version": "0.2.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/solana-batch-accounts-loader/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- f450ea4: Re-release for fixed chagneset config
8+
- Updated dependencies [f450ea4]
9+
- @macalinao/dataloader-es@0.2.1
10+
311
## 0.2.0
412

513
### Minor Changes

packages/solana-batch-accounts-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macalinao/solana-batch-accounts-loader",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Efficient batch account loading for Solana using DataLoader and @solana/kit",
55
"type": "module",
66
"author": "Ian Macalinao <[email protected]>",

0 commit comments

Comments
 (0)