Skip to content

Commit

Permalink
fix changelog, bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 13, 2024
1 parent 282f525 commit 951dc45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 69 deletions.
72 changes: 4 additions & 68 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/release-sanity-check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 951dc45

Please sign in to comment.