Skip to content

Commit

Permalink
Version Packages (#2261)
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 Jun 27, 2024
1 parent a44e87b commit dcafa86
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-swans-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-rice-punch.md

This file was deleted.

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

## 3.1.3

### Patch Changes

- a44e87b6: Banner: Fix styling issue where buttons are cropped when used as a custom action
- Updated dependencies [04a25ff7]
- @khanacademy/wonder-blocks-button@6.3.4

## 3.1.2

### 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.2",
"version": "3.1.3",
"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.3",
"@khanacademy/wonder-blocks-button": "^6.3.4",
"@khanacademy/wonder-blocks-core": "^6.4.1",
"@khanacademy/wonder-blocks-icon": "^4.1.1",
"@khanacademy/wonder-blocks-icon-button": "^5.3.1",
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.4

### Patch Changes

- 04a25ff7: Fix inconsistent underline height in the active state of the tertiary button.

## 6.3.3

### 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.3",
"version": "6.3.4",
"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.3",
"@khanacademy/wonder-blocks-button": "^6.3.4",
"@khanacademy/wb-dev-build-settings": "^1.0.0"
}
}

0 comments on commit dcafa86

Please sign in to comment.