Skip to content

Commit

Permalink
Version Packages (#2319)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Sep 11, 2024
1 parent fcab789 commit f451591
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-chefs-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-bats-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-taxis-develop.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.81

### Patch Changes

- Updated dependencies [1e097c20]
- @khanacademy/wonder-blocks-dropdown@5.5.2

## 2.0.80

### 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.80",
"version": "2.0.81",
"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.5.1",
"@khanacademy/wonder-blocks-dropdown": "^5.5.2",
"@khanacademy/wonder-blocks-icon": "^4.1.5",
"@khanacademy/wonder-blocks-layout": "^2.2.1",
"@khanacademy/wonder-blocks-tokens": "^2.0.1",
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.5.2

### Patch Changes

- 1e097c20: Change useListbox logic to allow passing a handler for when the selected value changes (instead of relying on useEffect in the caller)

## 5.5.1

### 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.5.1",
"version": "5.5.2",
"design": "v1",
"description": "Dropdown variants for Wonder Blocks.",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/wonder-blocks-popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/wonder-blocks-popover

## 3.3.0

### Minor Changes

- badad6ee: Adds a `viewportPadding` prop to provide spacing between the popper and the viewport edges. If this prop is not provided, default spacing is applied.

### Patch Changes

- fcab789b: Only show the `TooltipPopper` contents once the popper has positioned itself. This fixes the issue where Tooltips are initially rendered in the top left corner for a brief moment before moving to the correct position (which was causing a flickering effect).
- Updated dependencies [badad6ee]
- Updated dependencies [fcab789b]
- @khanacademy/wonder-blocks-tooltip@2.5.0

## 3.2.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-blocks-popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-popover",
"version": "3.2.16",
"version": "3.3.0",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -20,7 +20,7 @@
"@khanacademy/wonder-blocks-icon-button": "^5.4.1",
"@khanacademy/wonder-blocks-modal": "^5.1.12",
"@khanacademy/wonder-blocks-tokens": "^2.0.1",
"@khanacademy/wonder-blocks-tooltip": "^2.4.3",
"@khanacademy/wonder-blocks-tooltip": "^2.5.0",
"@khanacademy/wonder-blocks-typography": "^2.1.16"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/wonder-blocks-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/wonder-blocks-tooltip

## 2.5.0

### Minor Changes

- badad6ee: Adds a `viewportPadding` prop to provide spacing between the popper and the viewport edges. If this prop is not provided, default spacing is applied.

### Patch Changes

- fcab789b: Only show the `TooltipPopper` contents once the popper has positioned itself. This fixes the issue where Tooltips are initially rendered in the top left corner for a brief moment before moving to the correct position (which was causing a flickering effect).

## 2.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-tooltip",
"version": "2.4.3",
"version": "2.5.0",
"design": "v1",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f451591

Please sign in to comment.