-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 docs: the documentation was updated and some thing were added on st…
…orybook (#33)
- Loading branch information
Showing
29 changed files
with
184 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Update Changelog | ||
|
||
on: | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
generate-changelog: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 3.0 | ||
|
||
- name: Install github-changelog-generator | ||
run: | | ||
gem install github_changelog_generator | ||
- name: Generate Changelog | ||
env: | ||
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
github_changelog_generator --user konstructio --project konstruct-ui | ||
- name: Commit and Push Changes | ||
run: | | ||
git config --local user.name "github-actions[bot]" | ||
git config --local user.email "github-actions[bot]@users.noreply.github.com" | ||
git add CHANGELOG.md | ||
git commit -m "🚀 chore: update changelog [skip ci]" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Changelog | ||
|
||
## [0.0.3](https://github.com/konstructio/konstruct-ui/tree/0.0.3) (2024-12-17) | ||
|
||
[Full Changelog](https://github.com/konstructio/konstruct-ui/compare/0.0.2...0.0.3) | ||
|
||
**Merged pull requests:** | ||
|
||
- đź’„ chore: new colors palette was added in the konstruct plugin [\#30](https://github.com/konstructio/konstruct-ui/pull/30) ([futjesus](https://github.com/futjesus)) | ||
- âś… chore: tests have been added [\#29](https://github.com/konstructio/konstruct-ui/pull/29) ([futjesus](https://github.com/futjesus)) | ||
- âś… chore: tests have been added [\#28](https://github.com/konstructio/konstruct-ui/pull/28) ([futjesus](https://github.com/futjesus)) | ||
|
||
## [0.0.2](https://github.com/konstructio/konstruct-ui/tree/0.0.2) (2024-11-15) | ||
|
||
[Full Changelog](https://github.com/konstructio/konstruct-ui/compare/0.0.1...0.0.2) | ||
|
||
## [0.0.1](https://github.com/konstructio/konstruct-ui/tree/0.0.1) (2024-11-15) | ||
|
||
[Full Changelog](https://github.com/konstructio/konstruct-ui/compare/609bb156d393ea4b46d7e98d15a84ccd93227ebd...0.0.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- 🎨 chore: the modal has been improved [\#27](https://github.com/konstructio/konstruct-ui/pull/27) ([futjesus](https://github.com/futjesus)) | ||
- âś… feat: add testing [\#26](https://github.com/konstructio/konstruct-ui/pull/26) ([futjesus](https://github.com/futjesus)) | ||
- ♿️ chore: add new accesibility component [\#25](https://github.com/konstructio/konstruct-ui/pull/25) ([futjesus](https://github.com/futjesus)) | ||
- ⬆️ chore: some dependencies have been updated [\#24](https://github.com/konstructio/konstruct-ui/pull/24) ([futjesus](https://github.com/futjesus)) | ||
- 🎨 chore: change twMerge by util function [\#23](https://github.com/konstructio/konstruct-ui/pull/23) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: toast component was added [\#22](https://github.com/konstructio/konstruct-ui/pull/22) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: breadcrumb component was added [\#21](https://github.com/konstructio/konstruct-ui/pull/21) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: switch component was added [\#20](https://github.com/konstructio/konstruct-ui/pull/20) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: tooltip component was added [\#19](https://github.com/konstructio/konstruct-ui/pull/19) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: progressbar component was added [\#17](https://github.com/konstructio/konstruct-ui/pull/17) ([futjesus](https://github.com/futjesus)) | ||
- ⬆️ chore: some dependencies were updated [\#16](https://github.com/konstructio/konstruct-ui/pull/16) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: slider component was added [\#15](https://github.com/konstructio/konstruct-ui/pull/15) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: text area component [\#10](https://github.com/konstructio/konstruct-ui/pull/10) ([futjesus](https://github.com/futjesus)) | ||
- ⬆️ chore: some dependencies were updated [\#9](https://github.com/konstructio/konstruct-ui/pull/9) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: Tag and SelectTag components were added [\#8](https://github.com/konstructio/konstruct-ui/pull/8) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: radio button component was added [\#7](https://github.com/konstructio/konstruct-ui/pull/7) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: number input component was added [\#6](https://github.com/konstructio/konstruct-ui/pull/6) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: checkbox component was added [\#5](https://github.com/konstructio/konstruct-ui/pull/5) ([futjesus](https://github.com/futjesus)) | ||
- đź‘· chore: dockerfile was added [\#4](https://github.com/konstructio/konstruct-ui/pull/4) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: more features were added to autocomplete component [\#3](https://github.com/konstructio/konstruct-ui/pull/3) ([futjesus](https://github.com/futjesus)) | ||
- ✨ feat: autocomplete component was added [\#2](https://github.com/konstructio/konstruct-ui/pull/2) ([futjesus](https://github.com/futjesus)) | ||
|
||
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { Meta, Markdown } from '@storybook/blocks'; | ||
|
||
import Readme from '../CHANGELOG.md?raw'; | ||
|
||
<Meta title="Documentation/Changelog" /> | ||
|
||
<Markdown>{Readme}</Markdown> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { Meta, Markdown } from '@storybook/blocks'; | ||
|
||
import Readme from '../README.md?raw'; | ||
|
||
<Meta title="Documentation/Introduction" /> | ||
|
||
<Markdown>{Readme}</Markdown> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters