Skip to content

Commit

Permalink
Version Packages (#2384)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Dec 10, 2024
1 parent bc4da9e commit 7fe9d75
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 48 deletions.
9 changes: 0 additions & 9 deletions .changeset/breezy-bears-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-fireants-cheat.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/mean-ligers-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-sheep-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-poems-buy.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thin-gifts-tickle.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/wonder-blocks-birthday-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/wonder-blocks-birthday-picker

## 3.0.1

### Patch Changes

- Updated dependencies [71e70869]
- Updated dependencies [c7178e13]
- Updated dependencies [71e70869]
- Updated dependencies [bc4da9ec]
- @khanacademy/wonder-blocks-dropdown@6.1.0

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-blocks-birthday-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-birthday-picker",
"version": "3.0.0",
"version": "3.0.1",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^8.0.0",
"@khanacademy/wonder-blocks-dropdown": "^6.0.0",
"@khanacademy/wonder-blocks-dropdown": "^6.1.0",
"@khanacademy/wonder-blocks-icon": "^5.0.0",
"@khanacademy/wonder-blocks-layout": "^3.0.0",
"@khanacademy/wonder-blocks-tokens": "^3.0.0",
Expand Down
25 changes: 25 additions & 0 deletions packages/wonder-blocks-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @khanacademy/wonder-blocks-dropdown

## 6.1.0

### Minor Changes

- 71e70869: # SingleSelect

- Add `required`, `validate`, and `onValidate` props to support validation.
- DropdownOpener and SelectOpener:
- Add `onBlur` prop
- Set `aria-invalid` if it is in an error state.

- bc4da9ec: # MultiSelect

- Add `required`, `validate`, and `onValidate` props to support validation.
- Set `aria-invalid` on the opener if it is in an error state
- Share validation logic with SingleSelect

### Patch Changes

- c7178e13: Update SingleSelect and MultiSelect to functional components
- 71e70869: Update `DropdownCore` to check for key presses using `event.key` instead of `event.which` or `event.keyCode` (which are both deprecated now)
- Updated dependencies [e9a119a8]
- Updated dependencies [257b6bc3]
- @khanacademy/wonder-blocks-search-field@3.1.0

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-blocks-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-dropdown",
"version": "6.0.0",
"version": "6.1.0",
"design": "v1",
"description": "Dropdown variants for Wonder Blocks.",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"@khanacademy/wonder-blocks-layout": "^3.0.0",
"@khanacademy/wonder-blocks-modal": "^6.0.0",
"@khanacademy/wonder-blocks-pill": "^3.0.0",
"@khanacademy/wonder-blocks-search-field": "^3.0.0",
"@khanacademy/wonder-blocks-search-field": "^3.1.0",
"@khanacademy/wonder-blocks-timing": "^6.0.0",
"@khanacademy/wonder-blocks-tokens": "^3.0.0",
"@khanacademy/wonder-blocks-typography": "^3.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/wonder-blocks-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @khanacademy/wonder-blocks-search-field

## 3.1.0

### Minor Changes

- e9a119a8: # SearchField

- Adds `error`, `instantValidation`, `validate`, and `onValidate` props to be consistent with form components.
- Refine magnifying glass icon styling to make it match Figma more (smaller, bold icon, spacing, update disabled state)
- Hide the clear button if the SearchField is disabled

### Patch Changes

- 257b6bc3: SearchField: Remove "-field" that was automatically appended to the id.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-search-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-search-field",
"version": "3.0.0",
"version": "3.1.0",
"design": "v1",
"description": "Search Field components for Wonder Blocks.",
"main": "dist/index.js",
Expand Down

0 comments on commit 7fe9d75

Please sign in to comment.