Skip to content

Commit

Permalink
Version Packages (#2336)
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 Oct 2, 2024
1 parent 16565a8 commit 1b6ca22
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-paws-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-islands-relax.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/wonder-blocks-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@khanacademy/wb-dev-build-settings": "^1.0.1",
"@khanacademy/wonder-blocks-testing-core": "^1.0.2"
"@khanacademy/wonder-blocks-testing-core": "^1.1.0"
},
"author": "",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-blocks-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@khanacademy/wb-dev-build-settings": "^1.0.1",
"@khanacademy/wonder-stuff-testing": "^3.0.1",
"@khanacademy/wonder-blocks-testing-core": "^1.0.2"
"@khanacademy/wonder-blocks-testing-core": "^1.1.0"
},
"author": "",
"license": "MIT"
Expand Down
6 changes: 6 additions & 0 deletions packages/wonder-blocks-testing-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-blocks-testing-core

## 1.1.0

### Minor Changes

- 16565a85: Add support for hard fails to the request mocking features

## 1.0.2

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

## 13.0.0

### Major Changes

- eb807af8: When mocking GraphQL, consider explicit undefined values in a request to be equivalent to missing keys in a mock

### Minor Changes

- 16565a85: Add support for hard fails to the request mocking features

### Patch Changes

- Updated dependencies [16565a85]
- @khanacademy/wonder-blocks-testing-core@1.1.0

## 12.0.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": "12.0.1",
"version": "13.0.0",
"design": "v1",
"publishConfig": {
"access": "public"
Expand All @@ -16,7 +16,7 @@
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^7.0.1",
"@khanacademy/wonder-blocks-data": "^13.0.12",
"@khanacademy/wonder-blocks-testing-core": "^1.0.2"
"@khanacademy/wonder-blocks-testing-core": "^1.1.0"
},
"peerDependencies": {
"@khanacademy/wonder-stuff-core": "^1.2.2",
Expand Down

0 comments on commit 1b6ca22

Please sign in to comment.