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/fine-lands-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-papayas-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ready-parrots-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-apples-lay.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/web-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @inkcre/web-design

## 1.2.0

### Minor Changes

- 31b01fd: Add internationalization support with vue-i18n. Library now supports en and zh-CN locales, with consumers able to provide their own i18n instance.

### Patch Changes

- 6506b64: Update InkDropdown: load lazy options if modelValue is set
- f51bdf6: Fix InkButton size style lost
- f9c5d5d: Fix: InkButton make breaking changes to prop `type`

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkcre/web-design",
"version": "1.1.6",
"version": "1.2.0",
"type": "module",
"packageManager": "pnpm@10.25.0",
"description": "Design System for InKCre Web Projects",
Expand Down