Skip to content

Commit 19d948c

Browse files
authored
Merge pull request #74 from macalinao/changeset-release/master
chore: release packages
2 parents 09f9c51 + b2b0f44 commit 19d948c

File tree

8 files changed

+25
-12
lines changed

8 files changed

+25
-12
lines changed

.changeset/hot-olives-shave.md

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

apps/example-dapp/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- d57f739: Update dependencies, including Gill
8+
39
## 0.0.26
410

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

bun.lock

Lines changed: 3 additions & 3 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.0.26",
20+
"version": "0.1.0",
2121
"dependencies": {
2222
"@gillsdk/react": "catalog:",
2323
"@hookform/resolvers": "^5.2.2",
@@ -145,7 +145,7 @@
145145
},
146146
"packages/quarry": {
147147
"name": "@macalinao/quarry",
148-
"version": "0.0.4",
148+
"version": "0.1.0",
149149
"dependencies": {
150150
"@macalinao/clients-quarry": "^0.4.2",
151151
"@macalinao/token-utils": "workspace:*",
@@ -165,7 +165,7 @@
165165
},
166166
"packages/react-quarry": {
167167
"name": "@macalinao/react-quarry",
168-
"version": "0.0.10",
168+
"version": "0.0.11",
169169
"dependencies": {
170170
"@macalinao/grill": "workspace:*",
171171
"@macalinao/quarry": "workspace:*",

packages/quarry/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- d57f739: Update dependencies, including Gill
8+
39
## 0.0.4
410

511
### Patch 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.0.4",
3+
"version": "0.1.0",
44
"description": "Quarry utility functions for Solana development",
55
"license": "Apache-2.0",
66
"author": "Ian Macalinao <[email protected]>",

packages/react-quarry/CHANGELOG.md

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d57f739]
8+
- @macalinao/quarry@0.1.0
9+
310
## 0.0.10
411

512
### 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.10",
3+
"version": "0.0.11",
44
"description": "React hooks for Quarry",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://grill.ianm.com",

0 commit comments

Comments
 (0)