Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/goofy-lands-train.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ninety-baboons-write.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @dldc/ui-docs

## 1.7.0

### Minor Changes

- ade0946: Dialog pattern and widget

### Patch Changes

- b37b004: Upgrade deps
- Updated dependencies [ade0946]
- Updated dependencies [b37b004]
- @dldc/ui-components@1.7.0
- @dldc/ui-patterns@1.6.0
- @dldc/ui-styles@1.6.0

## 1.6.0

### Minor Changes
Expand Down Expand Up @@ -75,6 +90,7 @@
### Patch Changes

- dc6d51a: Add typography primitives across core, styles, and components.

- Introduce `Typography` in `@dldc/ui-components` with content-size, font-size, and font-weight support.
- Add shared typography types in `@dldc/ui-core` and export typography style helpers in `@dldc/ui-styles`.
- Update icon styles/components to support inline icon rendering.
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/ui-docs",
"version": "1.6.0",
"version": "1.7.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions libs/react-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dldc/utils

## 1.3.1

### Patch Changes

- b37b004: Upgrade deps

## 1.3.0

### Minor Changes
Expand Down Expand Up @@ -35,6 +41,7 @@
### Patch Changes

- dc6d51a: Add typography primitives across core, styles, and components.

- Introduce `Typography` in `@dldc/ui-components` with content-size, font-size, and font-weight support.
- Add shared typography types in `@dldc/ui-core` and export typography style helpers in `@dldc/ui-styles`.
- Update icon styles/components to support inline icon rendering.
Expand Down
2 changes: 1 addition & 1 deletion libs/react-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/react-utils",
"version": "1.3.0",
"version": "1.3.1",
"private": false,
"repository": {
"url": "https://github.com/dldc-packages/ui"
Expand Down
13 changes: 13 additions & 0 deletions libs/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @dldc/ui-components

## 1.7.0

### Minor Changes

- ade0946: Dialog pattern and widget

### Patch Changes

- Updated dependencies [ade0946]
- Updated dependencies [b37b004]
- @dldc/ui-styles@1.6.0
- @dldc/react-utils@1.3.1

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/ui-components",
"version": "1.6.0",
"version": "1.7.0",
"private": false,
"repository": {
"url": "https://github.com/dldc-packages/ui"
Expand Down
7 changes: 7 additions & 0 deletions libs/ui-core-tailwind-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dldc/ui-core-tailwind-plugin

## 1.4.1

### Patch Changes

- b37b004: Upgrade deps

## 1.4.0

### Minor Changes
Expand Down Expand Up @@ -34,6 +40,7 @@
### Patch Changes

- dc6d51a: Add typography primitives across core, styles, and components.

- Introduce `Typography` in `@dldc/ui-components` with content-size, font-size, and font-weight support.
- Add shared typography types in `@dldc/ui-core` and export typography style helpers in `@dldc/ui-styles`.
- Update icon styles/components to support inline icon rendering.
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-core-tailwind-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/ui-core-tailwind-plugin",
"version": "1.4.0",
"version": "1.4.1",
"private": false,
"repository": {
"url": "https://github.com/dldc-packages/ui"
Expand Down
14 changes: 14 additions & 0 deletions libs/ui-patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @dldc/ui-patterns

## 1.6.0

### Minor Changes

- ade0946: Dialog pattern and widget

### Patch Changes

- Updated dependencies [ade0946]
- Updated dependencies [b37b004]
- @dldc/ui-components@1.7.0
- @dldc/ui-styles@1.6.0
- @dldc/react-utils@1.3.1

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/ui-patterns",
"version": "1.5.0",
"version": "1.6.0",
"private": false,
"repository": {
"url": "https://github.com/dldc-packages/ui"
Expand Down
10 changes: 10 additions & 0 deletions libs/ui-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dldc/ui-styles

## 1.6.0

### Minor Changes

- ade0946: Dialog pattern and widget

### Patch Changes

- b37b004: Upgrade deps

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/ui-styles",
"version": "1.5.0",
"version": "1.6.0",
"private": false,
"repository": {
"url": "https://github.com/dldc-packages/ui"
Expand Down