Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent e9a119a commit 5fd5d9f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/breezy-bears-teach.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- @khanacademy/wonder-blocks-dropdown@6.0.1

## 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.0.1",
"@khanacademy/wonder-blocks-icon": "^5.0.0",
"@khanacademy/wonder-blocks-layout": "^3.0.0",
"@khanacademy/wonder-blocks-tokens": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-blocks-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-blocks-dropdown

## 6.0.1

### Patch Changes

- Updated dependencies [e9a119a8]
- @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.0.1",
"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
10 changes: 10 additions & 0 deletions packages/wonder-blocks-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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

## 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 5fd5d9f

Please sign in to comment.