Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2024
1 parent 2a6c85d commit de78bff
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/perfect-mirrors-hug.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rotten-bats-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-spiders-care.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-sloths-hunt.md

This file was deleted.

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

## 3.2.7

### Patch Changes

- 78ee53c9: Adding aria label attr to View component

## 3.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "3.2.7",
"design": "v1",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-blocks-testing-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @khanacademy/wonder-blocks-testing-core

## 1.0.0

### Major Changes

- 2a6c85df: New package containing core Testing functionality without dependencies on other WB packages
2 changes: 1 addition & 1 deletion packages/wonder-blocks-testing-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-testing-core",
"version": "0.0.1",
"version": "1.0.0",
"design": "v1",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/wonder-blocks-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @khanacademy/wonder-blocks-testing

## 11.0.0

### Major Changes

- 2a6c85df: New package containing core Testing functionality without dependencies on other WB packages
- 2a6c85df: - Minimum version for Storybook actions addon increased to 7
- Added new `renderHookStatic` utility to replace deprecated `renderHookServer` from `@testing-library/react-hooks`; ready for React 18 updates
- Added new `boundary` error boundary adapter for the test harness to capture errors during tests; ready for React 18 updates

### Patch Changes

- Updated dependencies [2a6c85df]
- @khanacademy/wonder-blocks-testing-core@1.0.0

## 10.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-blocks-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/wonder-blocks-testing",
"version": "10.1.1",
"version": "11.0.0",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -16,7 +16,7 @@
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^6.4.1",
"@khanacademy/wonder-blocks-data": "^13.0.8",
"@khanacademy/wonder-blocks-testing-core": "^0.0.1"
"@khanacademy/wonder-blocks-testing-core": "^1.0.0"
},
"peerDependencies": {
"@khanacademy/wonder-stuff-core": "^1.2.2",
Expand Down

0 comments on commit de78bff

Please sign in to comment.