Skip to content

Commit

Permalink
[RELEASE] DKG Stats dApp - September 2, 2021 (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham authored Sep 1, 2023
1 parent 55e7581 commit cd41773
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/**/next.config.js
/**/.eslintrc.js
/**/jest.config.ts
/**/.netlify
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.9
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.10
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.11
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.12
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.13
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
/node_modules
/.vscode
/**/.next
/**/.netlify
apps/stats-dapp/graphql.schema.json
/**/generated
11 changes: 11 additions & 0 deletions apps/stats-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed, Changed and Added

- Remove proposal page and addresses bugs in keys and authorities page ([#1501](https://github.com/webb-tools/webb-dapp/pull/1501)).

## [0.0.13] - 2023-09-02

### Fixed, Changed and Added

- Adds proposal hooks in stats-dapp to fetch batched proposals ([#1511](https://github.com/webb-tools/webb-dapp/pull/1511))
- Adds proposal table, proposal status container, fixes theme toggle and dropdown issue ([#1525](https://github.com/webb-tools/webb-dapp/pull/1525))
- Adds Proposal Details Page to stats-dapp ([#1549](https://github.com/webb-tools/webb-dapp/pull/1549))
- Stats dApp Fixes: footer, compressed key flex & proposal detail page color ([#1554](https://github.com/webb-tools/webb-dapp/pull/1554))
- Use PolkadotAPI to show live chain data and Bug fixes in stats-dapp ([#1566](https://github.com/webb-tools/webb-dapp/pull/1566))
- Stats dApp fixes and adds rotated key status to key timeline ([#1576](https://github.com/webb-tools/webb-dapp/pull/1576))
2 changes: 1 addition & 1 deletion apps/stats-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@webb-tools/stats-dapp",
"version": "0.0.12",
"version": "0.0.13",
"main": "./src/index.js"
}

0 comments on commit cd41773

Please sign in to comment.