Skip to content

Commit 47d202e

Browse files
committed
chore: version bump to 0.2.0-alpha.5
1 parent 9e6be53 commit 47d202e

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@datum-cloud/datum-ui": minor
3+
---
4+
5+
Overhaul CSS architecture: consumers now own their Tailwind setup. Remove DatumProvider in favor of direct ThemeProvider usage. Theme tokens moved from .theme-alpha scoping to :root/.dark. Remove tw-animate-css and tailwind-scrollbar-hide from package deps. Add ./styles export with "style" condition for PostCSS compatibility.

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"@repo/shadcn": "0.0.0"
1010
},
1111
"changesets": [
12+
"css-architecture-refactor",
1213
"peer-deps-docs",
1314
"per-component-subpath-exports",
1415
"rare-dancers-itch",

packages/datum-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @datum-cloud/datum-ui
22

3+
## 0.2.0-alpha.5
4+
5+
### Minor Changes
6+
7+
- Overhaul CSS architecture: consumers now own their Tailwind setup. Remove DatumProvider in favor of direct ThemeProvider usage. Theme tokens moved from .theme-alpha scoping to :root/.dark. Remove tw-animate-css and tailwind-scrollbar-hide from package deps. Add ./styles export with "style" condition for PostCSS compatibility.
8+
39
## 0.2.0-alpha.4
410

511
### Minor Changes

packages/datum-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@datum-cloud/datum-ui",
33
"type": "module",
4-
"version": "0.2.0-alpha.4",
4+
"version": "0.2.0-alpha.5",
55
"license": "MIT",
66
"repository": {
77
"url": "https://github.com/datum-cloud/datum-ui"

0 commit comments

Comments
 (0)