|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## [0.1.0-beta.1][0.1.0-beta.1] · 2023-09-23 |
| 3 | +## [0.1.0-beta.2][0.1.0-beta.2] · 2023-10-04 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- Refactor: Prefix `SITE_ROOT` with `NEXT_PUBLIC_` to streamline environment variable configuration. |
| 10 | + - Reference: https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables#bundling-environment-variables-for-the-browser |
| 11 | +- Perf: Optimize CLS for Nextra Card images. |
| 12 | + - Reference: https://web.dev/optimize-cls/ |
| 13 | +- Docs: Streamline and reword for README. |
| 14 | +- Build: Update deps to latest versions. |
| 15 | + - `next`: 13.5.4 |
| 16 | + - `nextra`: 2.13.1 |
| 17 | + - `nextra-theme-docs`: 2.13.1 |
| 18 | +- Build: Update devDeps to latest versions. |
| 19 | + - `@types/node`: 20.8.2 |
| 20 | + - `@types/react`: 18.2.24 |
| 21 | + - `eslint-config-next`: 13.5.4 |
| 22 | + - `postcss`: 8.4.31 |
| 23 | + - `prettier-plugin-tailwindcss`: 0.5.5 |
| 24 | + |
| 25 | +### Fixed |
| 26 | + |
| 27 | +- Fix: Change preparation of DORA token amount from `20` into `5` in Vota Operator Manual. |
| 28 | +- Fix: Fix `--gas-prices` and `--gas-adjustment` values for commands in Vota Dev Guide. |
| 29 | + |
| 30 | +## [0.1.0-beta.1][0.1.0-beta.1] · 2023-09-24 |
4 | 31 |
|
5 | 32 | ### Added |
6 | 33 |
|
|
19 | 46 |
|
20 | 47 | ### Fixed |
21 | 48 |
|
22 | | -- Fix: Change Node.js version from `18+` into `18.x`. |
| 49 | +- Fix: Change Node.js version from `18+` into `18.x` in Vota Operator Manual. |
23 | 50 | - Fix: Attach `alt` attribution onto the image in Deploy MACI button for better a11y. |
24 | 51 |
|
25 | 52 | ## [0.1.0-beta][0.1.0-beta] · 2023-09-21 |
|
61 | 88 | - Feat: Adaptive favicon and Apple touch icon. |
62 | 89 | - Feat: Dynamic page title, description, and Open Graph metadata. |
63 | 90 | - Feat: Auto-generated OG images for each page, based on `@vercel/og` with Vercel Edge Functions. |
64 | | -- Doc: [Read Me](README.md). |
65 | | -- Doc: [Changelog](CHANGELOG.md). |
66 | | -- Doc: [MIT License](LICENSE). |
67 | | -- Doc: [Code of Conduct](CODE_OF_CONDUCT.md), based on [Contributor Covenant](https://www.contributor-covenant.org) v2.1. |
| 91 | +- Docs: [Read Me](README.md). |
| 92 | +- Docs: [Changelog](CHANGELOG.md). |
| 93 | +- Docs: [MIT License](LICENSE). |
| 94 | +- Docs: [Code of Conduct](CODE_OF_CONDUCT.md), based on [Contributor Covenant](https://www.contributor-covenant.org) v2.1. |
68 | 95 | - Chore: Configure GitHub [Dependabot](.github/dependabot.yml). |
69 | 96 |
|
| 97 | +[0.1.0-beta.2]: https://github.com/DoraFactory/df-docs/compare/0.1.0-beta.1...0.1.0-beta.2 |
70 | 98 | [0.1.0-beta.1]: https://github.com/DoraFactory/df-docs/compare/0.1.0-beta...0.1.0-beta.1 |
71 | 99 | [0.1.0-beta]: https://github.com/DoraFactory/df-docs/compare/0.1.0-alpha...0.1.0-beta |
72 | 100 | [0.1.0-alpha]: https://github.com/DoraFactory/df-docs/compare/eacf593...0.1.0-alpha |
0 commit comments