Skip to content

Commit 54540fa

Browse files
authored
[RELEASE] tangle-dapp v0.1.3 tangle-cloud v0.0.2 (#3037)
1 parent 3d4f028 commit 54540fa

File tree

8 files changed

+253
-4
lines changed

8 files changed

+253
-4
lines changed

apps/leaderboard/CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## 0.0.2 (2025-07-24)
2+
3+
### 🚀 Features
4+
5+
- **tangle-cloud:** Service Management Flow ([#3034](https://github.com/tangle-network/dapp/pull/3034))
6+
- integrate cloud credits ([#3021](https://github.com/tangle-network/dapp/pull/3021))
7+
- **tangle-cloud:** List operators in the Operators page ([#3005](https://github.com/tangle-network/dapp/pull/3005))
8+
- **tangle-cloud:** List all blueprints ([#2987](https://github.com/tangle-network/dapp/pull/2987))
9+
- **tangle-dapp:** Create restaking & services setup scripts ([#2986](https://github.com/tangle-network/dapp/pull/2986))
10+
- **tangle-dapp:** Add blueprint selection ([#2941](https://github.com/tangle-network/dapp/pull/2941))
11+
- **tangle-dapp:** Add Protocol Stats Component ([#2966](https://github.com/tangle-network/dapp/pull/2966))
12+
- **tangle-dapp:** Add Phantom wallet to dApp wallet provider ([#2885](https://github.com/tangle-network/dapp/pull/2885))
13+
14+
### 🩹 Fixes
15+
16+
- **tangle-dapp:** update result type and reduce refetch interval in useCredits ([#3026](https://github.com/tangle-network/dapp/pull/3026))
17+
- **tangle-dapp:** Asset modal, restake action tabs & wallet dropdown fixes ([#3002](https://github.com/tangle-network/dapp/pull/3002))
18+
- **tangle-dapp:** Fix Theme Flickering, Disable Link ([#2953](https://github.com/tangle-network/dapp/pull/2953))
19+
20+
### 🏡 Chore
21+
22+
- bump react-hook-form from 7.55.0 to 7.60.0 ([#3035](https://github.com/tangle-network/dapp/pull/3035))
23+
- bump @storybook/channels from 8.6.12 to 8.6.14 ([#3025](https://github.com/tangle-network/dapp/pull/3025))
24+
- bump @radix-ui/react-tabs from 1.1.4 to 1.1.9 ([#3006](https://github.com/tangle-network/dapp/pull/3006))
25+
- bump @vitest/ui from 3.1.1 to 3.1.2 ([#3007](https://github.com/tangle-network/dapp/pull/3007))
26+
- **tangle-dapp:** Add Multiple RPC Endpoints Support for Polkadot APIs ([#2990](https://github.com/tangle-network/dapp/pull/2990))
27+
- Add initial Cursor rules ([#2998](https://github.com/tangle-network/dapp/pull/2998))
28+
- bump framer-motion from 12.7.2 to 12.7.4 ([#2993](https://github.com/tangle-network/dapp/pull/2993))
29+
- bump @hookform/resolvers from 3.10.0 to 5.0.1 ([#2972](https://github.com/tangle-network/dapp/pull/2972))
30+
- bump eslint-config-prettier from 9.1.0 to 10.1.2 ([#2971](https://github.com/tangle-network/dapp/pull/2971))
31+
- bump actions/setup-node from 4.3.0 to 4.4.0 ([#2970](https://github.com/tangle-network/dapp/pull/2970))
32+
- bump vite-plugin-dts from 4.3.0 to 4.5.3 ([#2968](https://github.com/tangle-network/dapp/pull/2968))
33+
- bump typescript-eslint from 8.29.1 to 8.30.0 ([#2967](https://github.com/tangle-network/dapp/pull/2967))
34+
- **tangle-dapp:** Update asset selection modal ([#2965](https://github.com/tangle-network/dapp/pull/2965))
35+
- bump actions/create-github-app-token from 1 to 2 ([#2961](https://github.com/tangle-network/dapp/pull/2961))
36+
- bump @polkadot/keyring from 13.3.1 to 13.4.3 ([#2962](https://github.com/tangle-network/dapp/pull/2962))
37+
- **tangle-dapp:** Improve Vault Table ([#2956](https://github.com/tangle-network/dapp/pull/2956))
38+
39+
### 🎨 Styles
40+
41+
- **ui-components:** Improve modal scrollable behavior ([#2952](https://github.com/tangle-network/dapp/pull/2952))
42+
43+
### 🤖 CI
44+
45+
- **repo:** Bump Deps & Add Git Hook ([#2975](https://github.com/tangle-network/dapp/pull/2975))
46+
47+
### ❤️ Thank You
48+
49+
- drewstone @drewstone
50+
- Pavan Soratur @devpavan04
51+
- Trung-Tin Pham @AtelyPham
52+
- yuri @yuri-xyz
53+
- yuri-xyz @yuri-xyz
54+
155
## 0.0.1 (2025-04-03)
256

357
### 🚀 Features

apps/leaderboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tangle-network/leaderboard",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "Apache-2.0",
55
"type": "module"
66
}

apps/tangle-cloud/CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
## 0.0.2 (2025-07-24)
2+
3+
### 🚀 Features
4+
5+
- **tangle-cloud:** Service Management Flow ([#3034](https://github.com/tangle-network/dapp/pull/3034))
6+
- **tangle-cloud:** List operators in the Operators page ([#3005](https://github.com/tangle-network/dapp/pull/3005))
7+
- **tangle-cloud:** List all blueprints ([#2987](https://github.com/tangle-network/dapp/pull/2987))
8+
- **tangle-dapp:** Add blueprint selection ([#2941](https://github.com/tangle-network/dapp/pull/2941))
9+
- **tangle-cloud:** blueprint deployment request args configuration & finalization ([#2957](https://github.com/tangle-network/dapp/pull/2957))
10+
- **tangle-dapp:** Add Protocol Stats Component ([#2966](https://github.com/tangle-network/dapp/pull/2966))
11+
- **tangle-cloud:** deploy blueprint assets configuration step ([#2955](https://github.com/tangle-network/dapp/pull/2955))
12+
- **tangle-cloud:** deploy blueprint > select operator step ([#2942](https://github.com/tangle-network/dapp/pull/2942))
13+
- **tangle-cloud:** Implement blueprint instance deployment page ([#2918](https://github.com/tangle-network/dapp/pull/2918))
14+
- **tangle-cloud:** implement logic update pending service request ([#2917](https://github.com/tangle-network/dapp/pull/2917))
15+
- **ui-components:** Setup Release Automation [skip ci] ([#2888](https://github.com/tangle-network/dapp/pull/2888))
16+
- **tangle-cloud:** implement logic of pending service request table ([#2910](https://github.com/tangle-network/dapp/pull/2910))
17+
- **tangle-cloud:** implement logic for registered blueprints and running blueprints ([#2902](https://github.com/tangle-network/dapp/pull/2902))
18+
- **tangle-dapp:** Integrate native restaking ([#2857](https://github.com/tangle-network/dapp/pull/2857))
19+
- **tangle-cloud:** building UI deployer home page ([#2874](https://github.com/tangle-network/dapp/pull/2874))
20+
- **tangle-cloud:** implement mock logic for Tangle Cloud Operator Home Page Instance section ([#2866](https://github.com/tangle-network/dapp/pull/2866))
21+
- **tangle-cloud:** implement operator home page ([#2858](https://github.com/tangle-network/dapp/pull/2858))
22+
- **tangle-cloud:** Implement home page stats cards ([#2848](https://github.com/tangle-network/dapp/pull/2848))
23+
- **repo:** Add Typecheck for dApps ([#2838](https://github.com/tangle-network/dapp/pull/2838))
24+
- migrate cloud to vite ([#2819](https://github.com/tangle-network/dapp/pull/2819))
25+
- **tangle-dapp:** Add Rewards Claiming Functionality ([#2754](https://github.com/tangle-network/dapp/pull/2754))
26+
- **tangle-cloud:** Add Operator Registration Flow ([#2730](https://github.com/tangle-network/dapp/pull/2730))
27+
- **tangle-dapp:** Implement LS pools update roles modal ([#2675](https://github.com/tangle-network/dapp/pull/2675))
28+
- **tangle-dapp:** Setup Tests, Fix Infinite Render on Restaking ([#2674](https://github.com/tangle-network/dapp/pull/2674))
29+
- **tangle-cloud:** Configure Layout, Network, and Wallet ([#2651](https://github.com/tangle-network/dapp/pull/2651))
30+
- **tangle-cloud:** Setup Tangle Cloud ([#2628](https://github.com/tangle-network/dapp/pull/2628))
31+
32+
### 🩹 Fixes
33+
34+
- **tangle-cloud:** UI/UX Fixes & Improvements ([#3036](https://github.com/tangle-network/dapp/pull/3036))
35+
- **tangle-dapp:** Fixes empty operators list in restake page ([#3004](https://github.com/tangle-network/dapp/pull/3004))
36+
- **tangle-cloud:** sidebar, tab colors & instruction component fixes ([#3003](https://github.com/tangle-network/dapp/pull/3003))
37+
- **tangle-shared-ui:** Update Tx Eligible Check ([#2969](https://github.com/tangle-network/dapp/pull/2969))
38+
- **tangle-cloud:** update services hook to use common hook ([#2922](https://github.com/tangle-network/dapp/pull/2922))
39+
- **libs/tangle-shared-ui:** update the TVL calculation in use blueprint hook ([#2903](https://github.com/tangle-network/dapp/pull/2903))
40+
- **tangle-cloud:** update router path ([#2844](https://github.com/tangle-network/dapp/pull/2844))
41+
- **tangle-dapp:** Fix explorer links ([#2792](https://github.com/tangle-network/dapp/pull/2792))
42+
- **tangle-dapp:** Fix assets not showing in restaking after new Tangle update ([#2720](https://github.com/tangle-network/dapp/pull/2720))
43+
44+
### 💅 Refactors
45+
46+
- **tangle-cloud:** Polish Tangle Cloud home page UI ([#2976](https://github.com/tangle-network/dapp/pull/2976))
47+
- **tangle-dapp:** Relocate Claim Rewards in Top Navigation ([#2948](https://github.com/tangle-network/dapp/pull/2948))
48+
- **tangle-cloud:** update operator blueprint registration page ([#2937](https://github.com/tangle-network/dapp/pull/2937))
49+
- **repo:** move graphql to common ([#2899](https://github.com/tangle-network/dapp/pull/2899))
50+
- **tangle-dapp:** Replace usePolkadotApi with useApiRx ([#2834](https://github.com/tangle-network/dapp/pull/2834))
51+
- **ui-component/dropdown-button:** change props name & add custom arrow prop ([#2845](https://github.com/tangle-network/dapp/pull/2845))
52+
- **repo:** Update All @webb-tools to @tangle-network ([#2820](https://github.com/tangle-network/dapp/pull/2820))
53+
- Cleanup unused deps & remove legacy dApps ([#2632](https://github.com/tangle-network/dapp/pull/2632))
54+
55+
### 🏡 Chore
56+
57+
- **tangle-dapp:** Registered blueprint chip & fix tangle-dapp blueprints page ([#3022](https://github.com/tangle-network/dapp/pull/3022))
58+
- **tangle-dapp:** Add Multiple RPC Endpoints Support for Polkadot APIs ([#2990](https://github.com/tangle-network/dapp/pull/2990))
59+
- bump @hookform/resolvers from 3.10.0 to 5.0.1 ([#2972](https://github.com/tangle-network/dapp/pull/2972))
60+
- **tangle-dapp:** Improve Vault Table ([#2956](https://github.com/tangle-network/dapp/pull/2956))
61+
62+
### 🤖 CI
63+
64+
- **repo:** Bump Deps & Add Git Hook ([#2975](https://github.com/tangle-network/dapp/pull/2975))
65+
- **tools:** Add Netlify Build Ignore to Improve Release Process ([#2912](https://github.com/tangle-network/dapp/pull/2912))
66+
- **tangle-dapp:** Migrate to Vite ([#2691](https://github.com/tangle-network/dapp/pull/2691))
67+
68+
### ❤️ Thank You
69+
70+
- Daniel Bui @danielbui12
71+
- drewstone @drewstone
72+
- Pavan Soratur @devpavan04
73+
- Trung-Tin Pham @AtelyPham
74+
- yuri @yuri-xyz
75+
- yuri-xyz @yuri-xyz
76+
- yurixander @yurixander
77+
- Yurixander @yurixander

apps/tangle-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tangle-network/tangle-cloud",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "Apache-2.0",
55
"type": "module"
66
}

apps/tangle-dapp/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## 0.1.3 (2025-07-24)
2+
3+
### 🚀 Features
4+
5+
- **tangle-cloud:** Service Management Flow ([#3034](https://github.com/tangle-network/dapp/pull/3034))
6+
- integrate cloud credits ([#3021](https://github.com/tangle-network/dapp/pull/3021))
7+
- **tangle-cloud:** List operators in the Operators page ([#3005](https://github.com/tangle-network/dapp/pull/3005))
8+
- **tangle-cloud:** List all blueprints ([#2987](https://github.com/tangle-network/dapp/pull/2987))
9+
- **tangle-dapp:** Create restaking & services setup scripts ([#2986](https://github.com/tangle-network/dapp/pull/2986))
10+
- **tangle-dapp:** Add blueprint selection ([#2941](https://github.com/tangle-network/dapp/pull/2941))
11+
12+
### 🩹 Fixes
13+
14+
- **tangle-dapp:** update result type and reduce refetch interval in useCredits ([#3026](https://github.com/tangle-network/dapp/pull/3026))
15+
- **tangle-dapp:** Fixes empty operators list in restake page ([#3004](https://github.com/tangle-network/dapp/pull/3004))
16+
- **tangle-dapp:** Asset modal, restake action tabs & wallet dropdown fixes ([#3002](https://github.com/tangle-network/dapp/pull/3002))
17+
- **tangle-dapp:** Fix Sorting Issue & Add Faucet Link ([#2999](https://github.com/tangle-network/dapp/pull/2999))
18+
19+
### 🏡 Chore
20+
21+
- bump react-hook-form from 7.55.0 to 7.60.0 ([#3035](https://github.com/tangle-network/dapp/pull/3035))
22+
- bump @storybook/channels from 8.6.12 to 8.6.14 ([#3025](https://github.com/tangle-network/dapp/pull/3025))
23+
- **tangle-dapp:** Registered blueprint chip & fix tangle-dapp blueprints page ([#3022](https://github.com/tangle-network/dapp/pull/3022))
24+
- bump @radix-ui/react-tabs from 1.1.4 to 1.1.9 ([#3006](https://github.com/tangle-network/dapp/pull/3006))
25+
- bump @vitest/ui from 3.1.1 to 3.1.2 ([#3007](https://github.com/tangle-network/dapp/pull/3007))
26+
- **tangle-dapp:** Add Multiple RPC Endpoints Support for Polkadot APIs ([#2990](https://github.com/tangle-network/dapp/pull/2990))
27+
- Add initial Cursor rules ([#2998](https://github.com/tangle-network/dapp/pull/2998))
28+
- bump framer-motion from 12.7.2 to 12.7.4 ([#2993](https://github.com/tangle-network/dapp/pull/2993))
29+
30+
### 🤖 CI
31+
32+
- **repo:** Bump Deps & Add Git Hook ([#2975](https://github.com/tangle-network/dapp/pull/2975))
33+
34+
### ❤️ Thank You
35+
36+
- drewstone @drewstone
37+
- Pavan Soratur @devpavan04
38+
- Trung-Tin Pham @AtelyPham
39+
- yuri @yuri-xyz
40+
- yuri-xyz @yuri-xyz
41+
142
## 0.1.2 (2025-04-16)
243

344
### 🚀 Features

apps/tangle-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tangle-network/tangle-dapp",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"type": "module"
66
}

libs/ui-components/CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
## 0.0.2 (2025-07-24)
2+
3+
### 🚀 Features
4+
5+
- **tangle-cloud:** Service Management Flow ([#3034](https://github.com/tangle-network/dapp/pull/3034))
6+
- integrate cloud credits ([#3021](https://github.com/tangle-network/dapp/pull/3021))
7+
- **tangle-cloud:** List operators in the Operators page ([#3005](https://github.com/tangle-network/dapp/pull/3005))
8+
- **tangle-cloud:** List all blueprints ([#2987](https://github.com/tangle-network/dapp/pull/2987))
9+
- **tangle-dapp:** Create restaking & services setup scripts ([#2986](https://github.com/tangle-network/dapp/pull/2986))
10+
- **tangle-dapp:** Add blueprint selection ([#2941](https://github.com/tangle-network/dapp/pull/2941))
11+
- **tangle-dapp:** Add Protocol Stats Component ([#2966](https://github.com/tangle-network/dapp/pull/2966))
12+
- **tangle-dapp:** Add Phantom wallet to dApp wallet provider ([#2885](https://github.com/tangle-network/dapp/pull/2885))
13+
- **tangle-cloud:** deploy blueprint > select operator step ([#2942](https://github.com/tangle-network/dapp/pull/2942))
14+
- **leaderboard:** Show Validator Identity, Use Timestamp ([#2947](https://github.com/tangle-network/dapp/pull/2947))
15+
- **tangle-dapp:** Add XP & Points Banner to Sidebar ([#2949](https://github.com/tangle-network/dapp/pull/2949))
16+
- **tangle-cloud:** Implement blueprint instance deployment page ([#2918](https://github.com/tangle-network/dapp/pull/2918))
17+
- **leaderboard:** Integrate Leaderboard with GraphQL Server ([#2938](https://github.com/tangle-network/dapp/pull/2938))
18+
- **leaderboard:** Add Leaderboard dApp ([#2913](https://github.com/tangle-network/dapp/pull/2913))
19+
- **ui-components:** Setup Release Automation [skip ci] ([#2888](https://github.com/tangle-network/dapp/pull/2888))
20+
21+
### 🩹 Fixes
22+
23+
- **tangle-dapp:** update result type and reduce refetch interval in useCredits ([#3026](https://github.com/tangle-network/dapp/pull/3026))
24+
- **tangle-cloud:** sidebar, tab colors & instruction component fixes ([#3003](https://github.com/tangle-network/dapp/pull/3003))
25+
- **tangle-dapp:** Asset modal, restake action tabs & wallet dropdown fixes ([#3002](https://github.com/tangle-network/dapp/pull/3002))
26+
- **tangle-dapp:** Fix Sorting Issue & Add Faucet Link ([#2999](https://github.com/tangle-network/dapp/pull/2999))
27+
- **tangle-dapp:** Fix Theme Flickering, Disable Link ([#2953](https://github.com/tangle-network/dapp/pull/2953))
28+
- **tangle-cloud:** update services hook to use common hook ([#2922](https://github.com/tangle-network/dapp/pull/2922))
29+
- **ui-components:** Resolve Tailwind Radix Plugin Loading Issue ([#2916](https://github.com/tangle-network/dapp/pull/2916))
30+
31+
### 💅 Refactors
32+
33+
- **tangle-cloud:** Polish Tangle Cloud home page UI ([#2976](https://github.com/tangle-network/dapp/pull/2976))
34+
- **tangle-dapp:** Relocate Claim Rewards in Top Navigation ([#2948](https://github.com/tangle-network/dapp/pull/2948))
35+
- **tangle-cloud:** update operator blueprint registration page ([#2937](https://github.com/tangle-network/dapp/pull/2937))
36+
37+
### 🏡 Chore
38+
39+
- bump react-hook-form from 7.55.0 to 7.60.0 ([#3035](https://github.com/tangle-network/dapp/pull/3035))
40+
- bump @storybook/channels from 8.6.12 to 8.6.14 ([#3025](https://github.com/tangle-network/dapp/pull/3025))
41+
- bump @radix-ui/react-tabs from 1.1.4 to 1.1.9 ([#3006](https://github.com/tangle-network/dapp/pull/3006))
42+
- bump @vitest/ui from 3.1.1 to 3.1.2 ([#3007](https://github.com/tangle-network/dapp/pull/3007))
43+
- **tangle-dapp:** Add Multiple RPC Endpoints Support for Polkadot APIs ([#2990](https://github.com/tangle-network/dapp/pull/2990))
44+
- Add initial Cursor rules ([#2998](https://github.com/tangle-network/dapp/pull/2998))
45+
- bump framer-motion from 12.7.2 to 12.7.4 ([#2993](https://github.com/tangle-network/dapp/pull/2993))
46+
- bump @hookform/resolvers from 3.10.0 to 5.0.1 ([#2972](https://github.com/tangle-network/dapp/pull/2972))
47+
- bump eslint-config-prettier from 9.1.0 to 10.1.2 ([#2971](https://github.com/tangle-network/dapp/pull/2971))
48+
- bump actions/setup-node from 4.3.0 to 4.4.0 ([#2970](https://github.com/tangle-network/dapp/pull/2970))
49+
- bump vite-plugin-dts from 4.3.0 to 4.5.3 ([#2968](https://github.com/tangle-network/dapp/pull/2968))
50+
- bump typescript-eslint from 8.29.1 to 8.30.0 ([#2967](https://github.com/tangle-network/dapp/pull/2967))
51+
- **tangle-dapp:** Update asset selection modal ([#2965](https://github.com/tangle-network/dapp/pull/2965))
52+
- bump actions/create-github-app-token from 1 to 2 ([#2961](https://github.com/tangle-network/dapp/pull/2961))
53+
- bump @polkadot/keyring from 13.3.1 to 13.4.3 ([#2962](https://github.com/tangle-network/dapp/pull/2962))
54+
- **tangle-dapp:** Improve Vault Table ([#2956](https://github.com/tangle-network/dapp/pull/2956))
55+
- **tangle-dapp:** Update Account Card Components ([#2951](https://github.com/tangle-network/dapp/pull/2951))
56+
- bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 ([#2943](https://github.com/tangle-network/dapp/pull/2943))
57+
- bump @commitlint/config-conventional from 19.7.1 to 19.8.0 ([#2929](https://github.com/tangle-network/dapp/pull/2929))
58+
- bump @testing-library/react from 16.1.0 to 16.2.0 ([#2928](https://github.com/tangle-network/dapp/pull/2928))
59+
- bump actions/setup-node from 4.2.0 to 4.3.0 ([#2930](https://github.com/tangle-network/dapp/pull/2930))
60+
61+
### 🎨 Styles
62+
63+
- **ui-components:** Improve modal scrollable behavior ([#2952](https://github.com/tangle-network/dapp/pull/2952))
64+
65+
### 🤖 CI
66+
67+
- **repo:** Bump Deps & Add Git Hook ([#2975](https://github.com/tangle-network/dapp/pull/2975))
68+
69+
### ❤️ Thank You
70+
71+
- Daniel Bui @danielbui12
72+
- drewstone @drewstone
73+
- Pavan Soratur @devpavan04
74+
- Trung-Tin Pham @AtelyPham
75+
- yuri @yuri-xyz
76+
- yuri-xyz @yuri-xyz
77+
178
## 0.0.1 (2025-03-19)
279

380
### 🚀 Features

libs/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tangle-network/ui-components",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"description": "Tangle UI Component Library",
66
"sideEffects": false,

0 commit comments

Comments
 (0)