diff --git a/.eslintignore b/.eslintignore index 98545eb42a..19affe06b4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,3 +5,4 @@ /**/next.config.js /**/.eslintrc.js /**/jest.config.ts +/**/.netlify diff --git a/.lycheeignore b/.lycheeignore index d3fbae30b7..acbffecd57 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -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 diff --git a/.prettierignore b/.prettierignore index 3ac11e8510..c082d2fcb5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,5 +9,6 @@ /node_modules /.vscode /**/.next +/**/.netlify apps/stats-dapp/graphql.schema.json /**/generated diff --git a/apps/stats-dapp/CHANGELOG.md b/apps/stats-dapp/CHANGELOG.md index 2af3d5f5ce..dc33d4fa50 100644 --- a/apps/stats-dapp/CHANGELOG.md +++ b/apps/stats-dapp/CHANGELOG.md @@ -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)) diff --git a/apps/stats-dapp/package.json b/apps/stats-dapp/package.json index 27f4d5025c..24d71f0071 100644 --- a/apps/stats-dapp/package.json +++ b/apps/stats-dapp/package.json @@ -1,5 +1,5 @@ { "name": "@webb-tools/stats-dapp", - "version": "0.0.12", + "version": "0.0.13", "main": "./src/index.js" }