Skip to content

Commit 51683b8

Browse files
Version Packages
1 parent d170339 commit 51683b8

File tree

14 files changed

+109
-56
lines changed

14 files changed

+109
-56
lines changed

.changeset/deep-regions-call.md

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

.changeset/swift-geckos-notice.md

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

.changeset/true-tools-find.md

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

.changeset/upset-ads-find.md

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

apps/minifront-v2/CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# minifront-v2
22

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- d170339: Implement comprehensive staking page for minifront-v2
8+
9+
- Add complete delegation management with validator selection and amount input
10+
- Implement responsive staking assets overview with account-reactive balance display
11+
- Add delegation tokens section with proper validator info parsing and ValueView integration
12+
- Minimalistic transaction UX via Button content & auto-closing dialog (Toast component integration tbd)
13+
- Enhanced unbonding token formatting for Assetcard on Portfolio Page
14+
15+
- a6b95be: feat(minifront-v2): implement shielding page with deposit/withdraw flows
16+
17+
Adds comprehensive shielding functionality to minifront-v2:
18+
19+
- **New Shielding page** with Skip Deposit, Deposit, and Withdraw tabs
20+
- **ICS-20 withdrawals** working for both native (UM) and IBC assets
21+
- **Real-time activity updates** - transactions appear immediately after broadcast
22+
- **Wallet integration** for external chains (Cosmos Hub, Osmosis, etc.)
23+
- **Dynamic backgrounds** that switch between shield/unshield themes
24+
- **Recent activity tracking** with dedicated shielding transaction cards
25+
26+
**UI package improvements:**
27+
28+
- Enhanced AssetSelector
29+
- AssetValueInput UX polish
30+
- AddressView support for external address display
31+
- New IconAdornment component with storybook documentation
32+
33+
**Technical issues/challenges related to this change:**
34+
35+
- Resolved transaction planner 12-byte array parsing issue
36+
- Channel ID derivation for native assets
37+
- Proper MobX reactivity for instant UI updates
38+
- Improved deposit/withdraw form validation and error handling
39+
40+
### Patch Changes
41+
42+
- Updated dependencies [d170339]
43+
- Updated dependencies [a05953a]
44+
- Updated dependencies [a6b95be]
45+
- @penumbra-zone/ui@16.0.4
46+
347
## 7.1.3
448

549
### Patch Changes

apps/minifront-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minifront-v2",
3-
"version": "7.1.3",
3+
"version": "7.2.0",
44
"private": true,
55
"license": "(MIT OR Apache-2.0)",
66
"type": "module",

apps/veil/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# penumbra-veil
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d170339]
8+
- Updated dependencies [a05953a]
9+
- Updated dependencies [a6b95be]
10+
- @penumbra-zone/ui@16.0.4
11+
312
## 0.2.3
413

514
### Patch Changes

apps/veil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "penumbra-veil",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"license": "(MIT OR Apache-2.0)",
66
"type": "module",

packages/services/CHANGELOG.md

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

3+
## 69.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c675735]
8+
- @penumbra-zone/storage@62.0.1
9+
310
## 69.0.0
411

512
### Patch Changes

packages/services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@penumbra-zone/services",
3-
"version": "69.0.0",
3+
"version": "69.0.1",
44
"license": "(MIT OR Apache-2.0)",
55
"type": "module",
66
"engine": {

0 commit comments

Comments
 (0)