Skip to content

Commit

Permalink
v0.5.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 Dec 24, 2024
1 parent fe42ffa commit 0d73a67
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/KRDS-community/krds-react/compare/v0.4.0...v0.5.0) (2024-12-24)


### Features

* add calendar component ([#87](https://github.com/KRDS-community/krds-react/issues/87)) ([7edfbc8](https://github.com/KRDS-community/krds-react/commit/7edfbc80788872e5b9f7654aa172208b0fe4a005))
* add fileUpload component ([#86](https://github.com/KRDS-community/krds-react/issues/86)) ([e113cff](https://github.com/KRDS-community/krds-react/commit/e113cfff077258e52614cc42f918fa553ae9309e))





# [0.4.0](https://github.com/KRDS-community/krds-react/compare/v0.3.0...v0.4.0) (2024-08-20)


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.4.0",
"version": "0.5.0",
"npmClient": "pnpm",
"exact": true,
"packages": [
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/lukasjhan/krds-react/compare/v0.4.0...v0.5.0) (2024-12-24)


### Features

* add calendar component ([#87](https://github.com/lukasjhan/krds-react/issues/87)) ([7edfbc8](https://github.com/lukasjhan/krds-react/commit/7edfbc80788872e5b9f7654aa172208b0fe4a005))
* add fileUpload component ([#86](https://github.com/lukasjhan/krds-react/issues/86)) ([e113cff](https://github.com/lukasjhan/krds-react/commit/e113cfff077258e52614cc42f918fa553ae9309e))





# [0.4.0](https://github.com/lukasjhan/krds-react/compare/v0.3.0...v0.4.0) (2024-08-20)


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.4.0",
"version": "0.5.0",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailwindcss-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/lukasjhan/krds-react/compare/v0.4.0...v0.5.0) (2024-12-24)

**Note:** Version bump only for package @krds-ui/tailwindcss-plugin





# [0.4.0](https://github.com/lukasjhan/krds-react/compare/v0.3.0...v0.4.0) (2024-08-20)

**Note:** Version bump only for package @krds-ui/tailwindcss-plugin
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.4.0",
"version": "0.5.0",
"type": "module",
"main": "./krds-plugin.js",
"devDependencies": {
Expand Down

0 comments on commit 0d73a67

Please sign in to comment.