diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c64db..c0de161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,73 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.0] - 2023-06-25 +## [1.0.0] - 2024-03-13 #### Added -- Fields - - Checkbox - - Basic Select with icon - - Switch - - Textarea +- Worldcoin integration -#### Changed -- Bump Eslint & Stylelint versions and fix deprecations -- Notification toasts usage -- Event bus usage -- Store: `Redux` to `Valtio` -- `Lodash-es` to `Lodash` -- Vite config - -## [1.0.0-rc.1] - 2022-09-26 -#### Added -- Eslint -- Stylelint -- prettier -- Vite bundler -- react-router-dom -- store -- axios api -- CI/CD - - gitlab-ci - - werf.yaml -- Dockerfile -- nginx.conf -- static dir as public dir - - branding static files - - styles and files for init-loader - - noscript files -- sanity-check -- ErrorHandler -- Event Bus by mitt -- i18n localization -- MathUtil -- DateUtil -- Styles structure -- commons - - AppButton - - App logo - - App navbar - - Collapse - - ErrorMessage - - Icon - - Loader - - Spinner - - Modal - - NoDataMessage - - Notification -- Fields - - InputField - - CheckboxField - - SelectField -- hooks - - useForm - - useFormValidation -- Unit tests - -## [1.0.0-rc.0] - 2022-06-30 -#### Under the hood changes -- Initiated and setup project - -[Unreleased]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0...main -[1.0.0]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0-rc.1...1.0.0 -[1.0.0-rc.1]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0-rc.0...1.0.0-rc.1 -[1.0.0-rc.0]: https://gitlab.com/distributed_lab/frontend/react-template/tags/1.0.0-rc.0 +[Unreleased]: https://github.com/rarimo/web-client-worldcoin-id/compare/1.0.0...main +[1.0.0]: https://github.com/rarimo/web-client-worldcoin-id/tags/1.0.0 diff --git a/scripts/release-sanity-check.mjs b/scripts/release-sanity-check.mjs index a2920f7..bc5d576 100644 --- a/scripts/release-sanity-check.mjs +++ b/scripts/release-sanity-check.mjs @@ -67,7 +67,7 @@ function validateChangelogHasVersionOnTop () { } function validateChangelogAnchorsLegend () { - const baseRepoUrl = 'https://gitlab.com/distributed_lab/frontend/react-template' + const baseRepoUrl = 'https://github.com/rarimo/web-client-worldcoin-id' const anyReleaseTagRe = /## \[\d+\.\d+\.\d+((-rc|-x)\.\d+)?\] - \d{4}-\d{2}-\d{2}/gi