Skip to content

Commit

Permalink
[RELEASE] tangle-dapp v0.0.15 (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander authored Oct 28, 2024
1 parent d8e058e commit e2092a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 9 additions & 1 deletion apps/tangle-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.15 (2024-10-28)

### 🚀 Features

- **tangle-dapp:** Added bridge page

- **tangle-dapp:** Added liquid staking pools functionality

## 0.0.14 (2024-09-19)

### 🚀 Features
Expand Down Expand Up @@ -60,7 +68,7 @@

### 🩹 Fixes

- **tangle-dapp:** Disable reskate pages generation
- **tangle-dapp:** Disable restake pages generation

### ❤️ Thank You

Expand Down
2 changes: 0 additions & 2 deletions apps/tangle-dapp/components/Sidebar/sidebarProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const SIDEBAR_STATIC_ITEMS: SideBarItemProps[] = [
isNext: true,
Icon: ShuffleLine,
subItems: [],
environments: ['development', 'staging', 'test'],
},
{
name: 'Blueprints',
Expand Down Expand Up @@ -76,7 +75,6 @@ const SIDEBAR_STATIC_ITEMS: SideBarItemProps[] = [
{
name: 'Liquid Stake',
href: PagePath.LIQUID_STAKING,
environments: ['development', 'staging', 'test'],
isInternal: true,
isNext: true,
Icon: WaterDropletIcon,
Expand Down
2 changes: 1 addition & 1 deletion apps/tangle-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webb-tools/tangle-dapp",
"version": "0.0.14",
"version": "0.0.15",
"license": "Apache-2.0",
"type": "commonjs"
}

0 comments on commit e2092a5

Please sign in to comment.