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
5 changes: 0 additions & 5 deletions .changeset/edit-intellisenseeventicon.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-skeleton-loading.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-rabbits-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-items-give.md

This file was deleted.

20 changes: 20 additions & 0 deletions apps/website/content/docs/getting-started/releases/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ description: '@vapor-ui/core 패키지의 릴리즈 노트입니다.'

# @vapor-ui/core

## 1.1.0

### Core

- expand utility props and scoping it $css ([#476](https://github.com/goorm-dev/vapor-ui/pull/476)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Etc.

- Change useMutationObserver hook to use only ref ([#332](https://github.com/goorm-dev/vapor-ui/pull/332)) - Thanks [@SimYunSup](https://github.com/SimYunSup)!

### Skeleton

- New Skeleton component ([#481](https://github.com/goorm-dev/vapor-ui/pull/481)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

You can see more details about the Skeleton component in the [Skeleton documentation](https://vapor-ui.goorm.io/docs/components/skeleton).

### Updated Dependencies

- @vapor-ui/icons@1.0.1

## 1.0.0

### Checkbox / Switch / Radio
Expand Down
6 changes: 6 additions & 0 deletions apps/website/content/docs/getting-started/releases/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description: '@vapor-ui/icons 패키지의 릴리즈 노트입니다.'

# @vapor-ui/icons

## 1.0.1

### Skeleton

- Check the center alignment of the IntelliSenseEventIcon ([#481](https://github.com/goorm-dev/vapor-ui/pull/481)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

## 1.0.0

### Etc.
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @vapor-ui/core

## 1.1.0

### Core

- expand utility props and scoping it $css ([#476](https://github.com/goorm-dev/vapor-ui/pull/476)) - Thanks [@noahchoii](https://github.com/noahchoii)!

### Etc.

- Change useMutationObserver hook to use only ref ([#332](https://github.com/goorm-dev/vapor-ui/pull/332)) - Thanks [@SimYunSup](https://github.com/SimYunSup)!

### Skeleton

- New Skeleton component ([#481](https://github.com/goorm-dev/vapor-ui/pull/481)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

You can see more details about the Skeleton component in the [Skeleton documentation](https://vapor-ui.goorm.io/docs/components/skeleton).

### Updated Dependencies

- @vapor-ui/icons@1.0.1

## 1.0.0

### Checkbox / Switch / Radio
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": "@vapor-ui/core",
"version": "1.0.0",
"version": "1.1.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",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vapor-ui/icons

## 1.0.1

### Skeleton

- Check the center alignment of the IntelliSenseEventIcon ([#481](https://github.com/goorm-dev/vapor-ui/pull/481)) - Thanks [@MaxLee-dev](https://github.com/MaxLee-dev)!

## 1.0.0

### Etc.
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vapor-ui/icons",
"version": "1.0.0",
"version": "1.0.1",
"description": "A set of React components for icons in the Vapor Design System.",
"keywords": [
"react",
Expand Down