Skip to content
Merged
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.

18 changes: 18 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,24 @@ description: '@vapor-ui/core 패키지의 릴리즈 노트입니다.'

# @vapor-ui/core

## 1.1.0

### General changes

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

### Skeleton

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

### Etc.

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

### Updated Dependencies

- @vapor-ui/icons@1.0.1

## 1.0.0

### Checkbox / Switch / Radio
Expand Down
8 changes: 8 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,14 @@ description: '@vapor-ui/icons 패키지의 릴리즈 노트입니다.'

# @vapor-ui/icons

## 1.0.1

### Etc.

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

**Updated Symbol Icons:** `IntelliSenseEventIcon`, `IntelliSenseEventOutlineIcon`

## 1.0.0

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

## 1.1.0

### General changes

- 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

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

### 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
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vapor-ui/icons

## 1.0.1

### Etc.

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

**Updated Symbol Icons:** `IntelliSenseEventIcon`, `IntelliSenseEventOutlineIcon`

## 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
Loading