Skip to content

Commit ba8bf33

Browse files
committed
update versions
1 parent f454e17 commit ba8bf33

17 files changed

Lines changed: 48 additions & 57 deletions

File tree

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"web3": "^4.16.0"
3333
},
3434
"dependencies": {
35-
"@happy.tech/core": "workspace:0.3.0",
36-
"@happy.tech/react": "workspace:0.3.0",
35+
"@happy.tech/core": "workspace:0.4.0",
36+
"@happy.tech/react": "workspace:0.4.0",
3737
"@scalar/api-reference-react": "^0.6.30",
3838
"posthog-js": "^1.255.1"
3939
}

apps/iframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@ark-ui/react": "^4.1.1",
11-
"@happy.tech/boop-sdk": "workspace:0.2.0",
11+
"@happy.tech/boop-sdk": "workspace:0.3.0",
1212
"@happy.tech/common": "workspace:*",
1313
"@happy.tech/contracts": "workspace:0.2.0",
1414
"@happy.tech/wallet-common": "workspace:*",

apps/monitor-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eventemitter3": "^5.0.1",
1515
"@happy.tech/common": "workspace:*",
1616
"@happy.tech/txm": "workspace:0.1.0",
17-
"@happy.tech/boop-sdk": "workspace:0.2.0"
17+
"@happy.tech/boop-sdk": "workspace:0.3.0"
1818
},
1919
"devDependencies": {
2020
"@happy.tech/happybuild": "workspace:*",

bun.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/js/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# demo-js
22

3-
## 0.3.0
3+
## 0.4.0
44

5-
- Skip 0.2.0 to align with @happy.tech/core versioning
5+
- Align with @happy.tech/core versioning
66
- Updated dependencies
77

88
## 0.1.3

demos/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "demo-js",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"dependencies": {
7-
"@happy.tech/core": "workspace:0.3.0",
7+
"@happy.tech/core": "workspace:0.4.0",
88
"ethers": "^6.13.7"
99
},
1010
"devDependencies": {

demos/react/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# demo-react
22

3-
## 0.3.0
3+
## 0.4.0
44

55
### Minor Changes
66

7+
- Align with @happy.tech/core versioning
78
- 80b5e99: Rename useHappyChain hook to useHappyWallet.
89

910
### Patch Changes

demos/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "demo-react",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"dependencies": {
7-
"@happy.tech/core": "workspace:0.3.0",
8-
"@happy.tech/react": "workspace:0.3.0",
7+
"@happy.tech/core": "workspace:0.4.0",
8+
"@happy.tech/react": "workspace:0.4.0",
99
"@phosphor-icons/react": "^2.1.10",
1010
"react": "^19.1.0",
1111
"react-dom": "^19.1.0",

demos/vue/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# demo-vue
22

3-
## 0.3.0
3+
## 0.4.0
44

55
### Minor Changes
66

7-
- Skip 0.2.0 to align with @happy.tech/core versioning
7+
- Align with @happy.tech/core versioning
88
- 80b5e99: Rename useHappyChain hook to useHappyWallet.
99

1010
### Patch Changes

demos/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "demo-vue",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"dependencies": {
7-
"@happy.tech/core": "workspace:0.3.0",
8-
"@happy.tech/vue": "workspace:0.3.0",
7+
"@happy.tech/core": "workspace:0.4.0",
8+
"@happy.tech/vue": "workspace:0.4.0",
99
"@tanstack/vue-query": "^5.62.0",
1010
"@wagmi/vue": "^0.1.20",
1111
"viem": "^2.30.1",

0 commit comments

Comments
 (0)