Skip to content

Commit

Permalink
Version Packages (#2296)
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 Aug 22, 2024
1 parent efa9909 commit bc00eb4
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/kind-socks-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-walls-destroy.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/wonder-blocks-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-blocks-banner

## 3.1.7

### Patch Changes

- Updated dependencies [efa99094]
- @khanacademy/wonder-blocks-button@6.3.8

## 3.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-blocks-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-banner",
"version": "3.1.6",
"version": "3.1.7",
"design": "v1",
"description": "Banner components for Wonder Blocks.",
"main": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-button": "^6.3.7",
"@khanacademy/wonder-blocks-button": "^6.3.8",
"@khanacademy/wonder-blocks-core": "^6.4.3",
"@khanacademy/wonder-blocks-icon": "^4.1.3",
"@khanacademy/wonder-blocks-icon-button": "^5.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-blocks-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-blocks-button

## 6.3.8

### Patch Changes

- efa99094: Fixes an issue on the icon color where it was using the incorrect value over dark backgrounds. The icon color now inherits the color from the button to preserve the same color defined for the text.

## 6.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-button",
"version": "6.3.7",
"version": "6.3.8",
"design": "v1",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-window": "^1.8.5"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^6.3.7",
"@khanacademy/wonder-blocks-button": "^6.3.8",
"@khanacademy/wb-dev-build-settings": "^1.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/wonder-blocks-popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-blocks-popover

## 3.2.13

### Patch Changes

- Updated dependencies [79b9fdb1]
- @khanacademy/wonder-blocks-tooltip@2.4.0

## 3.2.12

### 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.12",
"version": "3.2.13",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -20,7 +20,7 @@
"@khanacademy/wonder-blocks-icon-button": "^5.3.4",
"@khanacademy/wonder-blocks-modal": "^5.1.9",
"@khanacademy/wonder-blocks-tokens": "^2.0.0",
"@khanacademy/wonder-blocks-tooltip": "^2.3.9",
"@khanacademy/wonder-blocks-tooltip": "^2.4.0",
"@khanacademy/wonder-blocks-typography": "^2.1.14"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wonder-blocks-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/wonder-blocks-tooltip

## 2.4.0

### Minor Changes

- 79b9fdb1: Update tooltip implementation of Popper to:

- Ensure that the popper doesn't disappear when the referenced element is not in view in very small screen sizes. This ensures customers can interact with the popper in extra small screen sizes or +400% zoom without the popper randomly disappearing.
- Addition of an optional property to set what the root boundary is for the popper behavior. This is set to "viewport" by default, causing the popper to be positioned based on the user's viewport. If set to "document", it will position itself based on where there is available room within the document body

## 2.3.9

### 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.3.9",
"version": "2.4.0",
"design": "v1",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bc00eb4

Please sign in to comment.