Skip to content

Commit

Permalink
Version Packages (#2406)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 4 package(s)

Releases:
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]

[skip ci]

* Trigger empty commit

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juan Andrade <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent 361cb52 commit 2cfb36f
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-rocks-notice.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/wonder-blocks-birthday-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-blocks-birthday-picker

## 3.0.6

### Patch Changes

- @khanacademy/wonder-blocks-dropdown@7.0.2

## 3.0.5

### 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": "3.0.5",
"version": "3.0.6",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^11.0.0",
"@khanacademy/wonder-blocks-dropdown": "^7.0.1",
"@khanacademy/wonder-blocks-dropdown": "^7.0.2",
"@khanacademy/wonder-blocks-icon": "^5.0.3",
"@khanacademy/wonder-blocks-layout": "^3.0.3",
"@khanacademy/wonder-blocks-tokens": "^3.0.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

## 7.0.2

### Patch Changes

- @khanacademy/wonder-blocks-search-field@4.0.2

## 7.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "7.0.1",
"version": "7.0.2",
"design": "v1",
"description": "Dropdown variants for Wonder Blocks.",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"@khanacademy/wonder-blocks-layout": "^3.0.3",
"@khanacademy/wonder-blocks-modal": "^7.0.1",
"@khanacademy/wonder-blocks-pill": "^3.0.3",
"@khanacademy/wonder-blocks-search-field": "^4.0.1",
"@khanacademy/wonder-blocks-search-field": "^4.0.2",
"@khanacademy/wonder-blocks-timing": "^6.0.0",
"@khanacademy/wonder-blocks-tokens": "^3.0.0",
"@khanacademy/wonder-blocks-typography": "^3.0.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-blocks-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-blocks-form

## 6.0.2

### Patch Changes

- 361cb52b: Adds `width: 100%` to `legend` element to allow expanding it to fill the available space

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-form",
"version": "6.0.1",
"version": "6.0.2",
"design": "v1",
"description": "Form components for Wonder Blocks.",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-blocks-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-blocks-search-field

## 4.0.2

### Patch Changes

- Updated dependencies [361cb52b]
- @khanacademy/wonder-blocks-form@6.0.2

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-blocks-search-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-search-field",
"version": "4.0.1",
"version": "4.0.2",
"design": "v1",
"description": "Search Field components for Wonder Blocks.",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^11.0.0",
"@khanacademy/wonder-blocks-form": "^6.0.1",
"@khanacademy/wonder-blocks-form": "^6.0.2",
"@khanacademy/wonder-blocks-icon": "^5.0.3",
"@khanacademy/wonder-blocks-icon-button": "^6.0.3",
"@khanacademy/wonder-blocks-tokens": "^3.0.0",
Expand Down

0 comments on commit 2cfb36f

Please sign in to comment.