Skip to content

Commit

Permalink
Version Packages (#2323)
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 Sep 16, 2024
1 parent 61dc444 commit 910e2eb
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-mice-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-toys-raise.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

## 2.0.82

### Patch Changes

- @khanacademy/wonder-blocks-dropdown@5.5.3

## 2.0.81

### Patch 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": "2.0.81",
"version": "2.0.82",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^7.0.1",
"@khanacademy/wonder-blocks-dropdown": "^5.5.2",
"@khanacademy/wonder-blocks-dropdown": "^5.5.3",
"@khanacademy/wonder-blocks-icon": "^4.1.5",
"@khanacademy/wonder-blocks-layout": "^2.2.1",
"@khanacademy/wonder-blocks-tokens": "^2.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-blocks-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-blocks-dropdown

## 5.5.3

### Patch Changes

- @khanacademy/wonder-blocks-search-field@2.2.27

## 5.5.2

### Patch 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": "5.5.2",
"version": "5.5.3",
"design": "v1",
"description": "Dropdown variants for Wonder Blocks.",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"@khanacademy/wonder-blocks-layout": "^2.2.1",
"@khanacademy/wonder-blocks-modal": "^5.1.12",
"@khanacademy/wonder-blocks-pill": "^2.5.1",
"@khanacademy/wonder-blocks-search-field": "^2.2.26",
"@khanacademy/wonder-blocks-search-field": "^2.2.27",
"@khanacademy/wonder-blocks-timing": "^5.0.2",
"@khanacademy/wonder-blocks-tokens": "^2.0.1",
"@khanacademy/wonder-blocks-typography": "^2.1.16"
Expand Down
8 changes: 8 additions & 0 deletions packages/wonder-blocks-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/wonder-blocks-form

## 4.9.4

### Patch Changes

- 61dc4448: Allow `TextField` to be focusable when disabled. It now sets `aria-disabled` instead of the `disabled` attribute based on the `disabled` prop. This makes it so screenreaders will continue to communicate that the component is disabled, while allowing focus on the disabled component. Focus styling is also added to the disabled state.
- 2dfd5eb6: - Update `TextField` state styling so that it is consistent with other components like `TextArea`, `SingleSelect`, `MultiSelect` (especially the focus styling). The styling also now uses CSS pseudo-classes for easier testing in Chromatic and debugging in browsers.
- `TextField` and `TextArea` state styling has also been updated so that any outline styles outside of the component are now applied within the component to prevent cropped focus outlines in places where an ancestor element has `overflow: hidden`.

## 4.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-form",
"version": "4.9.3",
"version": "4.9.4",
"design": "v1",
"description": "Form components for Wonder Blocks.",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/wonder-blocks-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/wonder-blocks-search-field

## 2.2.27

### Patch Changes

- Updated dependencies [61dc4448]
- Updated dependencies [2dfd5eb6]
- @khanacademy/wonder-blocks-form@4.9.4

## 2.2.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.2.26",
"version": "2.2.27",
"design": "v1",
"description": "Search Field components for Wonder Blocks.",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^7.0.1",
"@khanacademy/wonder-blocks-form": "^4.9.3",
"@khanacademy/wonder-blocks-form": "^4.9.4",
"@khanacademy/wonder-blocks-icon": "^4.1.5",
"@khanacademy/wonder-blocks-icon-button": "^5.4.1",
"@khanacademy/wonder-blocks-tokens": "^2.0.1",
Expand Down

0 comments on commit 910e2eb

Please sign in to comment.