diff --git a/.changeset/clever-lights-join.md b/.changeset/clever-lights-join.md deleted file mode 100644 index e4ffdfaa5..000000000 --- a/.changeset/clever-lights-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/composites': minor ---- - -add new `Dialog` component diff --git a/.changeset/eager-lamps-occur.md b/.changeset/eager-lamps-occur.md deleted file mode 100644 index 4f589a0ff..000000000 --- a/.changeset/eager-lamps-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/core': minor ---- - -add data-slots for all components diff --git a/.changeset/evil-things-grin.md b/.changeset/evil-things-grin.md deleted file mode 100644 index 225ab77e2..000000000 --- a/.changeset/evil-things-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/core': minor ---- - -add new `AlertDialog` components diff --git a/.changeset/little-plums-thank.md b/.changeset/little-plums-thank.md deleted file mode 100644 index c9ae27ddf..000000000 --- a/.changeset/little-plums-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/core': minor ---- - -add AlertDialog.Header diff --git a/.changeset/olive-jars-shake.md b/.changeset/olive-jars-shake.md deleted file mode 100644 index 0be25c054..000000000 --- a/.changeset/olive-jars-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/core': minor ---- - -align component backgrounds with the canvas token hierarchy and expose `bg-canvas-inverse` in sprinkles diff --git a/.changeset/open-poems-return.md b/.changeset/open-poems-return.md deleted file mode 100644 index a8701fd92..000000000 --- a/.changeset/open-poems-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/composites': minor ---- - -add composite `AlertDialog` component diff --git a/.changeset/regenerate-icons-svgr.md b/.changeset/regenerate-icons-svgr.md deleted file mode 100644 index 2c6d2274e..000000000 --- a/.changeset/regenerate-icons-svgr.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/icons': patch ---- - -regenerate icon components with the SVGR + svgo pipeline diff --git a/.changeset/spinner-a11y.md b/.changeset/spinner-a11y.md deleted file mode 100644 index c1858affc..000000000 --- a/.changeset/spinner-a11y.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/core': patch ---- - -respect `prefers-reduced-motion` and hide decorative svg from assistive technology diff --git a/.changeset/sync-icons-20260827080600.md b/.changeset/sync-icons-20260827080600.md deleted file mode 100644 index 69b4ac251..000000000 --- a/.changeset/sync-icons-20260827080600.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@vapor-ui/icons': patch ---- - -Update icons from Figma - -**Updated Basic Icons:** `TriangleOutlineIcon` - -**Removed:** - -- Basic Icons: `ProgrammingIcon`, `ProgrammingOutlineIcon` diff --git a/.changeset/tender-regions-end.md b/.changeset/tender-regions-end.md deleted file mode 100644 index ccb433e05..000000000 --- a/.changeset/tender-regions-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vapor-ui/core': minor ---- - -apply `canvas-inverse` tokens to the tooltip/toast component. diff --git a/apps/website/content/docs/releases/core.md b/apps/website/content/docs/releases/core.md index 2daab097a..08cc03758 100644 --- a/apps/website/content/docs/releases/core.md +++ b/apps/website/content/docs/releases/core.md @@ -5,6 +5,32 @@ description: '@vapor-ui/core 패키지의 릴리즈 노트입니다.' # @vapor-ui/core +## 1.6.0 + +### Alertdialog + +- add AlertDialog.Header ([#725](https://github.com/goorm-dev/vapor-ui/pull/725)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +### Core + +- align component backgrounds with the canvas token hierarchy and expose `bg-canvas-inverse` in sprinkles ([#698](https://github.com/goorm-dev/vapor-ui/pull/698)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)! + +### Spinner + +- respect `prefers-reduced-motion` and hide decorative svg from assistive technology ([#689](https://github.com/goorm-dev/vapor-ui/pull/689)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)! + +### Etc. + +- add data-slots for all components ([#703](https://github.com/goorm-dev/vapor-ui/pull/703)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +- add new `AlertDialog` components ([#704](https://github.com/goorm-dev/vapor-ui/pull/704)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +- apply `canvas-inverse` tokens to the tooltip/toast component. ([#696](https://github.com/goorm-dev/vapor-ui/pull/696)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +### Updated Dependencies + +- @vapor-ui/icons@1.3.1 + ## 1.5.1 ### Css diff --git a/apps/website/content/docs/releases/icons.md b/apps/website/content/docs/releases/icons.md index a7aaa2d8e..d2653b9bc 100644 --- a/apps/website/content/docs/releases/icons.md +++ b/apps/website/content/docs/releases/icons.md @@ -5,6 +5,22 @@ description: '@vapor-ui/icons 패키지의 릴리즈 노트입니다.' # @vapor-ui/icons +## 1.3.1 + +### Icons + +- regenerate icon components with the SVGR + svgo pipeline ([#722](https://github.com/goorm-dev/vapor-ui/pull/722)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)! + +### Etc. + +- Update icons from Figma ([#706](https://github.com/goorm-dev/vapor-ui/pull/706)) - Thanks [@github-actions](https://github.com/apps/github-actions)! + + **Updated Basic Icons:** `TriangleOutlineIcon` + + **Removed:** + + - Basic Icons: `ProgrammingIcon`, `ProgrammingOutlineIcon` + ## 1.3.0 ### Icons diff --git a/packages/composites/CHANGELOG.md b/packages/composites/CHANGELOG.md new file mode 100644 index 000000000..4023ecf21 --- /dev/null +++ b/packages/composites/CHANGELOG.md @@ -0,0 +1,16 @@ +# @vapor-ui/composites + +## 1.0.0 + +### Alertdialog + +- add composite `AlertDialog` component ([#725](https://github.com/goorm-dev/vapor-ui/pull/725)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +### Dialog + +- add new `Dialog` component ([#686](https://github.com/goorm-dev/vapor-ui/pull/686)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +### Updated Dependencies + +- @vapor-ui/core@1.6.0 +- @vapor-ui/icons@1.3.1 diff --git a/packages/composites/package.json b/packages/composites/package.json index 6822771a8..d3a1ab726 100644 --- a/packages/composites/package.json +++ b/packages/composites/package.json @@ -1,6 +1,6 @@ { "name": "@vapor-ui/composites", - "version": "0.0.0", + "version": "1.0.0", "description": "", "keywords": [ "react", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a573d6f8b..95e6a82b0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,31 @@ # @vapor-ui/core +## 1.6.0 + +### Alertdialog + +- add AlertDialog.Header ([#725](https://github.com/goorm-dev/vapor-ui/pull/725)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +### Core + +- align component backgrounds with the canvas token hierarchy and expose `bg-canvas-inverse` in sprinkles ([#698](https://github.com/goorm-dev/vapor-ui/pull/698)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)! + +### Spinner + +- respect `prefers-reduced-motion` and hide decorative svg from assistive technology ([#689](https://github.com/goorm-dev/vapor-ui/pull/689)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)! + +### Etc. + +- add data-slots for all components ([#703](https://github.com/goorm-dev/vapor-ui/pull/703)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +- add new `AlertDialog` components ([#704](https://github.com/goorm-dev/vapor-ui/pull/704)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +- apply `canvas-inverse` tokens to the tooltip/toast component. ([#696](https://github.com/goorm-dev/vapor-ui/pull/696)) - Thanks [@noahchoii](https://github.com/noahchoii)! + +### Updated Dependencies + +- @vapor-ui/icons@1.3.1 + ## 1.5.1 ### Css diff --git a/packages/core/package.json b/packages/core/package.json index e059e736f..f8e39d5ff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vapor-ui/core", - "version": "1.5.1", + "version": "1.6.0", "description": "An open-source component library for building high-quality, accessible web applications. Features easy customization and AI-friendly components. Maintained by @goorm-dev.", "keywords": [ "react", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index c95e0a049..5b0e1c450 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,21 @@ # @vapor-ui/icons +## 1.3.1 + +### Icons + +- regenerate icon components with the SVGR + svgo pipeline ([#722](https://github.com/goorm-dev/vapor-ui/pull/722)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)! + +### Etc. + +- Update icons from Figma ([#706](https://github.com/goorm-dev/vapor-ui/pull/706)) - Thanks [@github-actions](https://github.com/apps/github-actions)! + + **Updated Basic Icons:** `TriangleOutlineIcon` + + **Removed:** + + - Basic Icons: `ProgrammingIcon`, `ProgrammingOutlineIcon` + ## 1.3.0 ### Icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 461b8418b..b550ac6d0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@vapor-ui/icons", - "version": "1.3.0", + "version": "1.3.1", "description": "A set of React components for icons in the Vapor Design System.", "keywords": [ "react",