Skip to content

Commit 3471171

Browse files
Version Packages (#2866)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/[email protected] ### Minor Changes - d36c492: Updates labeling requirements and adds testId to dismiss button ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [415dd5a] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - 415dd5a: Fixes DropdownOpener to propagate onBlur event correctly. This change allows to update the focused styles when the opener is blurred. - Updated dependencies [8b713e2] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - 8b713e2: Adds a bugfix for ModalBackdrop when dialogs are conditionally rendered ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [8b713e2] - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [8b713e2] - @khanacademy/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d36c492 commit 3471171

File tree

15 files changed

+48
-21
lines changed

15 files changed

+48
-21
lines changed

.changeset/heavy-roses-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-plants-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-needles-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/wonder-blocks-birthday-picker
22

3+
## 4.1.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [415dd5a]
8+
- @khanacademy/wonder-blocks-dropdown@10.5.4
9+
310
## 4.1.24
411

512
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "4.1.24",
6+
"version": "4.1.25",
77
"publishConfig": {
88
"access": "public"
99
},

packages/wonder-blocks-card/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/wonder-blocks-card
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- d36c492: Updates labeling requirements and adds testId to dismiss button
8+
39
## 1.2.5
410

511
### Patch Changes

packages/wonder-blocks-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Card component for Wonder Blocks.",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "1.2.5",
6+
"version": "1.3.0",
77
"publishConfig": {
88
"access": "public"
99
},

packages/wonder-blocks-dropdown/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @khanacademy/wonder-blocks-dropdown
22

3+
## 10.5.4
4+
5+
### Patch Changes
6+
7+
- 415dd5a: Fixes DropdownOpener to propagate onBlur event correctly. This change allows to update the focused styles when the opener is blurred.
8+
- Updated dependencies [8b713e2]
9+
- @khanacademy/wonder-blocks-modal@8.5.7
10+
311
## 10.5.3
412

513
### Patch Changes

packages/wonder-blocks-dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Dropdown variants for Wonder Blocks.",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "10.5.3",
6+
"version": "10.5.4",
77
"publishConfig": {
88
"access": "public"
99
},

packages/wonder-blocks-modal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/wonder-blocks-modal
22

3+
## 8.5.7
4+
5+
### Patch Changes
6+
7+
- 8b713e2: Adds a bugfix for ModalBackdrop when dialogs are conditionally rendered
8+
39
## 8.5.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)