Skip to content

Commit 4d14a6c

Browse files
Version Packages (#2251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f7ff9a7 commit 4d14a6c

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/curvy-frogs-listen.md

-6
This file was deleted.

packages/wonder-blocks-birthday-picker/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/wonder-blocks-birthday-picker
22

3+
## 2.0.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f7ff9a77]
8+
- @khanacademy/wonder-blocks-dropdown@5.3.7
9+
310
## 2.0.67
411

512
### Patch Changes

packages/wonder-blocks-birthday-picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-birthday-picker",
3-
"version": "2.0.67",
3+
"version": "2.0.68",
44
"design": "v1",
55
"publishConfig": {
66
"access": "public"
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
1717
"@khanacademy/wonder-blocks-core": "^6.4.1",
18-
"@khanacademy/wonder-blocks-dropdown": "^5.3.6",
18+
"@khanacademy/wonder-blocks-dropdown": "^5.3.7",
1919
"@khanacademy/wonder-blocks-icon": "^4.1.1",
2020
"@khanacademy/wonder-blocks-layout": "^2.1.0",
2121
"@khanacademy/wonder-blocks-tokens": "^1.3.0",

packages/wonder-blocks-dropdown/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/wonder-blocks-dropdown
22

3+
## 5.3.7
4+
5+
### Patch Changes
6+
7+
- f7ff9a77: SingleSelect and MultiSelect: Disable keyboard interactions to open the select if the `disabled` prop is set to `true`. Prevent select from being in an open state if
8+
`disabled` prop is `true`.
9+
310
## 5.3.6
411

512
### Patch Changes

packages/wonder-blocks-dropdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-dropdown",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"design": "v1",
55
"description": "Dropdown variants for Wonder Blocks.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)