@khanacademy/wonder-blocks-testing 16.0.0 → 16.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @khanacademy/wonder-blocks-testing
2
2
 
3
+ ## 16.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4c03506: Upgrade wonder-blocks infrastructure to use Storybook v9
8
+ - 4c03506: Remove storybook dependency - no longer used.
9
+ - Updated dependencies [4c03506]
10
+ - @khanacademy/wonder-blocks-testing-core@4.0.1
11
+ - @khanacademy/wonder-blocks-core@12.4.0
12
+ - @khanacademy/wonder-blocks-data@14.1.6
13
+
3
14
  ## 16.0.0
4
15
 
5
16
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-testing",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -10,9 +10,9 @@
10
10
  "module": "dist/es/index.js",
11
11
  "types": "dist/index.d.ts",
12
12
  "dependencies": {
13
- "@khanacademy/wonder-blocks-core": "12.4.0",
14
13
  "@khanacademy/wonder-blocks-data": "14.1.6",
15
- "@khanacademy/wonder-blocks-testing-core": "4.0.0"
14
+ "@khanacademy/wonder-blocks-testing-core": "4.0.1",
15
+ "@khanacademy/wonder-blocks-core": "12.4.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@khanacademy/wonder-stuff-core": "^1.5.4",