Skip to content

Commit 0995834

Browse files
khan-actions-botgithub-actions[bot]Juan Andrade
authored
Version Packages (#2801)
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] ### Major Changes - a558788: Removes `contentStyle`, `leftAccessoryStyle`, `rightAccessoryStyle` and `style` to consolidate it into a single `styles` prop object that contains all keys. ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [a558788] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - a558788: Updates Dropdown components internally to adapt to the new Cell `styles` prop. - Updated dependencies [a558788] - @khanacademy/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Juan Andrade <[email protected]@khanacademy.org>
1 parent a558788 commit 0995834

File tree

8 files changed

+24
-13
lines changed

8 files changed

+24
-13
lines changed

.changeset/neat-eels-press.md

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

.changeset/spicy-poems-tap.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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a558788]
8+
- @khanacademy/wonder-blocks-dropdown@10.4.2
9+
310
## 4.1.11
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-birthday-picker",
3-
"version": "4.1.11",
3+
"version": "4.1.12",
44
"design": "v1",
55
"publishConfig": {
66
"access": "public"

packages/wonder-blocks-cell/CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- a558788: Removes `contentStyle`, `leftAccessoryStyle`, `rightAccessoryStyle` and `style` to consolidate it into a single `styles` prop object that contains all keys.
8+
39
## 5.0.15
410

511
### Patch Changes

packages/wonder-blocks-cell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-cell",
3-
"version": "5.0.15",
3+
"version": "6.0.0",
44
"design": "v1",
55
"publishConfig": {
66
"access": "public"

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.4.2
4+
5+
### Patch Changes
6+
7+
- a558788: Updates Dropdown components internally to adapt to the new Cell `styles` prop.
8+
- Updated dependencies [a558788]
9+
- @khanacademy/wonder-blocks-cell@6.0.0
10+
311
## 10.4.1
412

513
### Patch Changes

packages/wonder-blocks-dropdown/package.json

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

0 commit comments

Comments
 (0)