Skip to content

Commit

Permalink
[RELEASE] tangle-dapp v0.0.13 released to fix CI issues (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham authored Jul 29, 2024
1 parent 0bf1cfb commit cb035e9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions apps/tangle-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.13 (2024-07-29)


### 🩹 Fixes

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


### ❤️ Thank You

- Trung-Tin Pham

## 0.0.12 (2024-07-25)


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { redirect } from 'next/navigation';

import { PagePath } from '../..//types';
import { PagePath } from '../../types';

export default function RestakePage() {
// Default redirect to deposit page
Expand Down
File renamed without changes.
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.12",
"version": "0.0.13",
"license": "Apache-2.0",
"type": "commonjs"
}

0 comments on commit cb035e9

Please sign in to comment.