Skip to content

Commit df9d783

Browse files
v0.2.0-beta.4
1 parent 728884e commit df9d783

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.4](https://github.com/acid-info/lsd/compare/v0.2.0-beta.3...v0.2.0-beta.4) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **card:** adjust cardBody styles for size variations ([488b469](https://github.com/acid-info/lsd/commit/488b46984b1ca00bb4f2ec8846a5e32d5c942a31))
11+
- **card:** reorganize cardBody styles for better structure ([b6c7c63](https://github.com/acid-info/lsd/commit/b6c7c63431792440ae817ff8cab9a7db7cf2d055))
12+
- **datePicker:** fix date field width ([8c9bf38](https://github.com/acid-info/lsd/commit/8c9bf38415e8d8706dab89e8e4f275be4da9dda5))
13+
- **datePicker:** remove direct child selector ([1c9f506](https://github.com/acid-info/lsd/commit/1c9f506c2621b09ee94cd9bc1ed88089392eb3a0))
14+
- **designTokens:** isolate table style ([df2b05c](https://github.com/acid-info/lsd/commit/df2b05c0cc23c9f2b4bf12bf858af2ee0ba56ba1))
15+
- **withTheme:** remove font name from theme name when looking for proper background value ([40856fd](https://github.com/acid-info/lsd/commit/40856fd53433686561c7856aaa3ce6c4abf704f3))
16+
617
# [0.2.0-beta.3](https://github.com/acid-info/lsd/compare/v0.2.0-beta.2...v0.2.0-beta.3) (2025-07-23)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "0.2.0-beta.3",
5+
"version": "0.2.0-beta.4",
66
"packages": ["packages/*", "apps/*"]
77
}

packages/lsd-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.4](https://github.com/acid-info/lsd/compare/v0.2.0-beta.3...v0.2.0-beta.4) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **card:** adjust cardBody styles for size variations ([488b469](https://github.com/acid-info/lsd/commit/488b46984b1ca00bb4f2ec8846a5e32d5c942a31))
11+
- **card:** reorganize cardBody styles for better structure ([b6c7c63](https://github.com/acid-info/lsd/commit/b6c7c63431792440ae817ff8cab9a7db7cf2d055))
12+
- **datePicker:** fix date field width ([8c9bf38](https://github.com/acid-info/lsd/commit/8c9bf38415e8d8706dab89e8e4f275be4da9dda5))
13+
- **datePicker:** remove direct child selector ([1c9f506](https://github.com/acid-info/lsd/commit/1c9f506c2621b09ee94cd9bc1ed88089392eb3a0))
14+
- **designTokens:** isolate table style ([df2b05c](https://github.com/acid-info/lsd/commit/df2b05c0cc23c9f2b4bf12bf858af2ee0ba56ba1))
15+
- **withTheme:** remove font name from theme name when looking for proper background value ([40856fd](https://github.com/acid-info/lsd/commit/40856fd53433686561c7856aaa3ce6c4abf704f3))
16+
617
# [0.2.0-beta.3](https://github.com/acid-info/lsd/compare/v0.2.0-beta.2...v0.2.0-beta.3) (2025-07-23)
718

819
### Bug Fixes

packages/lsd-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acid-info/lsd-react",
3-
"version": "0.2.0-beta.3",
3+
"version": "0.2.0-beta.4",
44
"type": "module",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)