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 Jun 14, 2024
1 parent cb95286 commit e302220
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-dragons-turn.md

This file was deleted.

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

## 2.0.69

### Patch Changes

- Updated dependencies [cb95286d]
- @khanacademy/wonder-blocks-dropdown@5.3.8

## 2.0.68

### 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.68",
"version": "2.0.69",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^6.4.1",
"@khanacademy/wonder-blocks-dropdown": "^5.3.7",
"@khanacademy/wonder-blocks-dropdown": "^5.3.8",
"@khanacademy/wonder-blocks-icon": "^4.1.1",
"@khanacademy/wonder-blocks-layout": "^2.1.0",
"@khanacademy/wonder-blocks-tokens": "^1.3.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

## 5.3.8

### Patch Changes

- cb95286d: - SingleSelect and MultiSelect: Fixing bug where the components can be opened via keyboard when it is disabled because it has 0 items
- SingleSelect: If all option items are disabled, the SingleSelect is disabled, similar to the behaviour of the MultiSelect

## 5.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.7",
"version": "5.3.8",
"design": "v1",
"description": "Dropdown variants for Wonder Blocks.",
"main": "dist/index.js",
Expand Down

0 comments on commit e302220

Please sign in to comment.