Skip to content

Commit b29b631

Browse files
authored
[RELEASE] tangle-dapp v0.1.4 (#3043)
1 parent 63ee809 commit b29b631

File tree

8 files changed

+68
-4
lines changed

8 files changed

+68
-4
lines changed

apps/leaderboard/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.3 (2025-08-06)
2+
3+
### 🏡 Chore
4+
5+
- **tangle-dapp:** Restake Improvements & Fixes ([#3040](https://github.com/tangle-network/dapp/pull/3040))
6+
7+
### 🤖 CI
8+
9+
- **workflows:** Add Claude workflows for PR reviews and issue comments ([#3039](https://github.com/tangle-network/dapp/pull/3039))
10+
11+
### ❤️ Thank You
12+
13+
- Pavan Soratur @devpavan04
14+
115
## 0.0.2 (2025-07-24)
216

317
### 🚀 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.2",
3+
"version": "0.0.3",
44
"license": "Apache-2.0",
55
"type": "module"
66
}

apps/tangle-cloud/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.0.3 (2025-08-06)
2+
3+
### 🩹 Fixes
4+
5+
- **tangle-cloud:** Fixes & Improvements ([#3038](https://github.com/tangle-network/dapp/pull/3038))
6+
7+
### 🏡 Chore
8+
9+
- **tangle-dapp:** Restake Improvements & Fixes ([#3040](https://github.com/tangle-network/dapp/pull/3040))
10+
11+
### 🤖 CI
12+
13+
- **workflows:** Add Claude workflows for PR reviews and issue comments ([#3039](https://github.com/tangle-network/dapp/pull/3039))
14+
15+
### ❤️ Thank You
16+
17+
- Pavan Soratur @devpavan04
18+
119
## 0.0.2 (2025-07-24)
220

321
### 🚀 Features

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.2",
3+
"version": "0.0.3",
44
"license": "Apache-2.0",
55
"type": "module"
66
}

apps/tangle-dapp/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.1.4 (2025-08-06)
2+
3+
### 🩹 Fixes
4+
5+
- **tangle-cloud:** Fixes & Improvements ([#3038](https://github.com/tangle-network/dapp/pull/3038))
6+
7+
### 🏡 Chore
8+
9+
- **tangle-dapp:** Restake Improvements & Fixes ([#3040](https://github.com/tangle-network/dapp/pull/3040))
10+
11+
### 🤖 CI
12+
13+
- **workflows:** Add Claude workflows for PR reviews and issue comments ([#3039](https://github.com/tangle-network/dapp/pull/3039))
14+
15+
### ❤️ Thank You
16+
17+
- Pavan Soratur @devpavan04
18+
119
## 0.1.3 (2025-07-24)
220

321
### 🚀 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.3",
3+
"version": "0.1.4",
44
"license": "Apache-2.0",
55
"type": "module"
66
}

libs/ui-components/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.3 (2025-08-06)
2+
3+
### 🏡 Chore
4+
5+
- **tangle-dapp:** Restake Improvements & Fixes ([#3040](https://github.com/tangle-network/dapp/pull/3040))
6+
7+
### 🤖 CI
8+
9+
- **workflows:** Add Claude workflows for PR reviews and issue comments ([#3039](https://github.com/tangle-network/dapp/pull/3039))
10+
11+
### ❤️ Thank You
12+
13+
- Pavan Soratur @devpavan04
14+
115
## 0.0.2 (2025-07-24)
216

317
### 🚀 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.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"description": "Tangle UI Component Library",
66
"sideEffects": false,

0 commit comments

Comments
 (0)