* ci(#215): Fix auto-release not triggered
The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed".
* ci(#215): Fix tabs in yml config for semantic release
The `.releaserc.yml` file was containing tabs and Semantic Release was unhappy about it.
* fix(#178): Changed inset shadow to radial gradient on base_circle
* fix(#178): Changed inset shadow to radial gradient for bullet decorators
* fix(#178): Reset base_circle of Help and Info icons to component state
* fix(#178): Reset base circle of Delete and Exclamation to component state
* fix(#178): Add more border to the base_circle for Controls icons
* fix(#178): Put key square variant in a full icon
* ci(#202): 👷 Start working on CI
Add Semantic Release for automating Releasing versions
* ci(#202): 👷 Add Conventional Commit Validation
* ci(#202): Change dependency from 1 to v1
* ci(#202): Change dependency wording
* ci(#202): Change dependency version to 1.4.1
* ci: Change naming
* ci(#202): Update CI to use FG-PAT
Set the semantic-release to ignore for CC "^ci" message,
Set a fine-grained personal access token for my account to let the bot work on my behalf on my repository,
Add permissions to the bot to write on pull-requests, issues, and commit content on main.
* feat: Init Contribution and fill Readme
* docs: Add illustrations to readme, write contribution
Add more details on the various sections of the ReadMe and illustrations. Complete the Contribution file with descriptions and more guidelines. Contains changes for milestones 2.
* docs: Merge CONTRIBUTING and README
To start small, I don't think I need a CONTRIBUTING, CODE_OF_CONDUCT and CHANGELOG files. All should fit in the README for now.
* refactor: Update Readme with link to CC docs.
Also remove the `thumb up` and `thumb down` icons, as they are not completed yet.
* fix: Remove references to the Figma UI Kit.
The Figma Kit will be linked back here when it will be published on the Community.
* refactor: Update readme
* refactor: Update ReadMe
Change some illustration from PNG to SVG.
* fix: backlinks not working on github
* fix: backlink not respecting file Capitalization
* style(identity): decorate headers with icons
Replace emojis with icons (because why not)
* fix(identity): remove inline css in imgs
Github eat custom inline CSS in the style attributes to put its own. It's better to have icons on the right for now.
* fix(identity): fix a header issue in ReadMe
* fix(identity): Reduce icons size to match github headers hights
* Revert "fix(identity): Reduce icons size to match github headers hights"
This reverts commit 2ae463bdbbe5d59ea1de746372e3978f272cafc5.