Skip to content

Commit

Permalink
Version Packages (#2381)
Browse files Browse the repository at this point in the history
* Version Packages

* Trigger build from empty commit

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bea Esguerra <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2024
1 parent c8b5b2e commit d67761d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-buckets-vanish.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.93

### Patch Changes

- Updated dependencies [c8b5b2e2]
- @khanacademy/wonder-blocks-dropdown@5.8.1

## 2.0.92

### 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.92",
"version": "2.0.93",
"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.8.0",
"@khanacademy/wonder-blocks-dropdown": "^5.8.1",
"@khanacademy/wonder-blocks-icon": "^4.2.0",
"@khanacademy/wonder-blocks-layout": "^2.2.2",
"@khanacademy/wonder-blocks-tokens": "^2.1.0",
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.8.1

### Patch Changes

- c8b5b2e2: [MultiSelect and SingleSelect] Remove `showOpenerLabelAsText` from sharedProps that are passed to SelectOpener

## 5.8.0

### Minor 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.8.0",
"version": "5.8.1",
"design": "v1",
"description": "Dropdown variants for Wonder Blocks.",
"main": "dist/index.js",
Expand Down

0 comments on commit d67761d

Please sign in to comment.