Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas.J.Han <[email protected]>
  • Loading branch information
lukasjhan committed Aug 10, 2024
1 parent 7fbbfdb commit 0d7e8e4
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/KRDS-community/krds-react/compare/v0.2.0...v0.3.0) (2024-08-10)


### Bug Fixes

* remove font size css for button ([#73](https://github.com/KRDS-community/krds-react/issues/73)) ([758dae3](https://github.com/KRDS-community/krds-react/commit/758dae349258c5779a41d83a27913f5bff3ae2b8))


### Features

* add badge component ([#76](https://github.com/KRDS-community/krds-react/issues/76)) ([7fbbfdb](https://github.com/KRDS-community/krds-react/commit/7fbbfdbbfa662265c14d011024982da011cb4a31))
* add button component ([#47](https://github.com/KRDS-community/krds-react/issues/47)) ([1cbcda8](https://github.com/KRDS-community/krds-react/commit/1cbcda85a651ecdca2596f089ccad957fe86ea74))
* add cname for krds.js.org ([#33](https://github.com/KRDS-community/krds-react/issues/33)) ([d763b7e](https://github.com/KRDS-community/krds-react/commit/d763b7e26d1ca8650e5a37081daac1db3dea5ad8))
* add link button ([#72](https://github.com/KRDS-community/krds-react/issues/72)) ([8f61c53](https://github.com/KRDS-community/krds-react/commit/8f61c530ac27ca7088712b6c209145c7e3b76b16))
* add mobile typo size ([#42](https://github.com/KRDS-community/krds-react/issues/42)) ([c3851d7](https://github.com/KRDS-community/krds-react/commit/c3851d72e7852845787be0955d6ace65580e782f))
* add spinner ([#74](https://github.com/KRDS-community/krds-react/issues/74)) ([eff39f6](https://github.com/KRDS-community/krds-react/commit/eff39f61f8fe8557189048f09ed2b285efedc2eb))
* add tag component ([#75](https://github.com/KRDS-community/krds-react/issues/75)) ([d2882a9](https://github.com/KRDS-community/krds-react/commit/d2882a9d8a92b4e4c490ea205104c4d1cae6a42c))
* fix color in core and add color to storybook ([#44](https://github.com/KRDS-community/krds-react/issues/44)) ([f1f6b1b](https://github.com/KRDS-community/krds-react/commit/f1f6b1b3308d197b45a118afbd93389b0712ef69))





# [0.2.0](https://github.com/KRDS-community/krds-react/compare/v0.1.0...v0.2.0) (2024-08-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.0",
"version": "0.3.0",
"npmClient": "pnpm",
"exact": true,
"packages": [
Expand Down
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/lukasjhan/krds-react/compare/v0.2.0...v0.3.0) (2024-08-10)


### Bug Fixes

* remove font size css for button ([#73](https://github.com/lukasjhan/krds-react/issues/73)) ([758dae3](https://github.com/lukasjhan/krds-react/commit/758dae349258c5779a41d83a27913f5bff3ae2b8))


### Features

* add badge component ([#76](https://github.com/lukasjhan/krds-react/issues/76)) ([7fbbfdb](https://github.com/lukasjhan/krds-react/commit/7fbbfdbbfa662265c14d011024982da011cb4a31))
* add button component ([#47](https://github.com/lukasjhan/krds-react/issues/47)) ([1cbcda8](https://github.com/lukasjhan/krds-react/commit/1cbcda85a651ecdca2596f089ccad957fe86ea74))
* add link button ([#72](https://github.com/lukasjhan/krds-react/issues/72)) ([8f61c53](https://github.com/lukasjhan/krds-react/commit/8f61c530ac27ca7088712b6c209145c7e3b76b16))
* add mobile typo size ([#42](https://github.com/lukasjhan/krds-react/issues/42)) ([c3851d7](https://github.com/lukasjhan/krds-react/commit/c3851d72e7852845787be0955d6ace65580e782f))
* add spinner ([#74](https://github.com/lukasjhan/krds-react/issues/74)) ([eff39f6](https://github.com/lukasjhan/krds-react/commit/eff39f61f8fe8557189048f09ed2b285efedc2eb))
* add tag component ([#75](https://github.com/lukasjhan/krds-react/issues/75)) ([d2882a9](https://github.com/lukasjhan/krds-react/commit/d2882a9d8a92b4e4c490ea205104c4d1cae6a42c))
* fix color in core and add color to storybook ([#44](https://github.com/lukasjhan/krds-react/issues/44)) ([f1f6b1b](https://github.com/lukasjhan/krds-react/commit/f1f6b1b3308d197b45a118afbd93389b0712ef69))





# [0.2.0](https://github.com/lukasjhan/krds-react/compare/v0.1.0...v0.2.0) (2024-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krds-ui/core",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/tailwindcss-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/lukasjhan/krds-react/compare/v0.2.0...v0.3.0) (2024-08-10)


### Features

* add mobile typo size ([#42](https://github.com/lukasjhan/krds-react/issues/42)) ([c3851d7](https://github.com/lukasjhan/krds-react/commit/c3851d72e7852845787be0955d6ace65580e782f))





# [0.2.0](https://github.com/lukasjhan/krds-react/compare/v0.1.0...v0.2.0) (2024-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krds-ui/tailwindcss-plugin",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./krds-plugin.js",
"devDependencies": {
Expand Down

0 comments on commit 0d7e8e4

Please sign in to comment.