Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 18, 2025
1 parent db5b16c commit 21c5d03
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-walls-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-moose-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-knives-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-rocks-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-falcons-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-cheetahs-love.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @formwerk/core

## 0.6.2

### Patch Changes

- db5b16c: fix: prefer initial values inferring from schema rather than itself
- 8b5056c: feat(combobox): added the ability to reject new values
- 697f921: fix(combobox,select): activedecendant should highlight the focused not the selected
- 698ea26: fix(combobox): readonly should not allow value mutation
- ff7164a: fix(combobox): prevent creating new options on blur
- 3bdc80d: feat(combobox): added openOnFocus prop

## 0.6.1

### Patch Changes
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @formwerk/core

## 0.6.2

### Patch Changes

- db5b16c: fix: prefer initial values inferring from schema rather than itself
- 8b5056c: feat(combobox): added the ability to reject new values
- 697f921: fix(combobox,select): activedecendant should highlight the focused not the selected
- 698ea26: fix(combobox): readonly should not allow value mutation
- ff7164a: fix(combobox): prevent creating new options on blur
- 3bdc80d: feat(combobox): added openOnFocus prop

## 0.6.1

### Patch Changes
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": "@formwerk/core",
"version": "0.6.1",
"version": "0.6.2",
"description": "",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 21c5d03

Please sign in to comment.