Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 9, 2024
1 parent e86e5cc commit ef5e257
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 0.2.0 (2024-07-09)


### Bug Fixes

* display no activity days ([083e187](https://github.com/EddieHubCommunity/HealthCheck/commit/083e1874fa881031b619fbcdcada0eae70318ced))
* font colour for tagline ([6d95076](https://github.com/EddieHubCommunity/HealthCheck/commit/6d950760a014cb7e866608beff1dada9d741952f))
* page meta title ([168b910](https://github.com/EddieHubCommunity/HealthCheck/commit/168b910fcf45c780af9faa486595bdd668b44df1))
* removed generated code ([5f019a2](https://github.com/EddieHubCommunity/HealthCheck/commit/5f019a2dfba0291e7aeba88c5fa4c28ef7e0bdeb))


### Features

* banner for project sponsor ([56e454b](https://github.com/EddieHubCommunity/HealthCheck/commit/56e454bd8dac4f2977a92f7cc349754e0097e00e))
* basic user workflow ([00ea181](https://github.com/EddieHubCommunity/HealthCheck/commit/00ea1817053d6c887e0e28964e908d3084d56149))
* classnames function ([c0d6895](https://github.com/EddieHubCommunity/HealthCheck/commit/c0d6895eb1254ee5a041eea8e171db8ff4d470ab))
* display version number ([4139416](https://github.com/EddieHubCommunity/HealthCheck/commit/4139416857fc6facb53723c25d94af5ef2e8f406))
* flagsmith integration ([b949ac3](https://github.com/EddieHubCommunity/HealthCheck/commit/b949ac34de70c6ee6861f71c486eef6cf7e5b613))
* flagsmith welcome message ([b92c94f](https://github.com/EddieHubCommunity/HealthCheck/commit/b92c94f71c1990208712724c3e1e7b89964698db))
* form field components ([cf76a16](https://github.com/EddieHubCommunity/HealthCheck/commit/cf76a16449c90f25da693c7d0131a65918d392e1))
* header with navigation ([207d5d0](https://github.com/EddieHubCommunity/HealthCheck/commit/207d5d0d452e6d72ad847dee865251d25ffbc054))
* heading component ([30317ca](https://github.com/EddieHubCommunity/HealthCheck/commit/30317ca09d9ed95258abf370181334db4d5b3939))
* health check repo functions ([f03f97d](https://github.com/EddieHubCommunity/HealthCheck/commit/f03f97df9cce302e9523fd17bcf9388d75238518))
* list component ([d95415b](https://github.com/EddieHubCommunity/HealthCheck/commit/d95415b869500af15f643f98b5bec16ee2ab478f))
* release action ([e86e5cc](https://github.com/EddieHubCommunity/HealthCheck/commit/e86e5ccc08d91c2b472f22efc1f2a2c4cd9277be))
* repo activity check ([f20496d](https://github.com/EddieHubCommunity/HealthCheck/commit/f20496d043eeb60823cbec9549a7dd4bf8397181))
* repo model for validation with zod ([1fd1649](https://github.com/EddieHubCommunity/HealthCheck/commit/1fd16492dfbdb212f7d21055fa8ec6989f3b4a40))
* zod, tailwind form, icons deps ([a581588](https://github.com/EddieHubCommunity/HealthCheck/commit/a581588a7d171cdb385bd8030f45029bf6d39f0e))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "healthcheck",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.0"
"version": "0.2.0"
}

0 comments on commit ef5e257

Please sign in to comment.