Skip to content

Commit 4546204

Browse files
khan-actions-botgithub-actions[bot]marcysutton
authored
Version Packages (#2772)
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 - 0f3feaa: Add onMouseUp, onMouseDown, and onMouseLeave to ActivityButton and Button to track duration of press before release ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [0f3feaa] - @khanacademy/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marcy Sutton Todd <[email protected]>
1 parent 0f3feaa commit 4546204

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

.changeset/dirty-toys-dance.md

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

.changeset/strange-mayflies-wave.md

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

packages/wonder-blocks-banner/CHANGELOG.md

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

3+
## 4.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0f3feaa]
8+
- @khanacademy/wonder-blocks-button@11.1.0
9+
310
## 4.3.3
411

512
### 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.3.3",
3+
"version": "4.3.4",
44
"design": "v1",
55
"description": "Banner components for Wonder Blocks.",
66
"main": "dist/index.js",

packages/wonder-blocks-button/CHANGELOG.md

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

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- 0f3feaa: Add onMouseUp, onMouseDown, and onMouseLeave to ActivityButton and Button to track duration of press before release
8+
39
## 11.0.4
410

511
### Patch Changes

packages/wonder-blocks-button/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-button",
3-
"version": "11.0.4",
3+
"version": "11.1.0",
44
"design": "v1",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)