Skip to content

Commit 31135ce

Browse files
Version Packages (#2760)
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] ### Minor Changes - 0e48cb5: Banner: Adds support for hiding the icon by setting the `icon` prop to `none` ### Patch Changes - 0e1bb54: Banner: Update jsdocs for `text` prop to encourage using the default typography styles provided by the component ## @khanacademy/[email protected] ### Patch Changes - ca69125: Update font color in Tabs and NavigationTabs to `core.foreground.neutral.subtle` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e48cb5 commit 31135ce

File tree

8 files changed

+18
-19
lines changed

8 files changed

+18
-19
lines changed

.changeset/hip-taxis-think.md

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

.changeset/large-candles-complain.md

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

.changeset/long-keys-applaud.md

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

.changeset/tender-items-move.md

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

packages/wonder-blocks-banner/CHANGELOG.md

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

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- 0e48cb5: Banner: Adds support for hiding the icon by setting the `icon` prop to `none`
8+
9+
### Patch Changes
10+
11+
- 0e1bb54: Banner: Update jsdocs for `text` prop to encourage using the default typography styles provided by the component
12+
313
## 4.2.16
414

515
### Patch Changes

packages/wonder-blocks-banner/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-banner",
3-
"version": "4.2.16",
3+
"version": "4.3.0",
44
"design": "v1",
55
"description": "Banner components for Wonder Blocks.",
66
"main": "dist/index.js",

packages/wonder-blocks-tabs/CHANGELOG.md

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

3+
## 0.3.26
4+
5+
### Patch Changes
6+
7+
- ca69125: Update font color in Tabs and NavigationTabs to `core.foreground.neutral.subtle`
8+
39
## 0.3.25
410

511
### Patch Changes

packages/wonder-blocks-tabs/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-tabs",
3-
"version": "0.3.25",
3+
"version": "0.3.26",
44
"design": "v1",
55
"description": "Tabs are used to control what content is shown",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)