@khanacademy/wonder-blocks-testing 16.0.2 → 17.0.0

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 +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @khanacademy/wonder-blocks-testing
2
2
 
3
+ ## 17.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - cf6ddda: Updated Wonder Stuff peer dependencies to latest major releases
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [cf6ddda]
12
+ - @khanacademy/wonder-blocks-data@15.0.0
13
+ - @khanacademy/wonder-blocks-testing-core@5.0.0
14
+ - @khanacademy/wonder-blocks-core@12.4.2
15
+
16
+ ## 16.0.3
17
+
18
+ ### Patch Changes
19
+
20
+ - 8a36c70: Re-publish to publish with Trusted Publishing
21
+ - 3e0d137: Re-publishing via Trusted Publishing
22
+ - Updated dependencies [8a36c70]
23
+ - Updated dependencies [3e0d137]
24
+ - @khanacademy/wonder-blocks-core@12.4.2
25
+ - @khanacademy/wonder-blocks-data@14.1.8
26
+ - @khanacademy/wonder-blocks-testing-core@4.0.3
27
+
3
28
  ## 16.0.2
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "16.0.2",
6
+ "version": "17.0.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -20,12 +20,12 @@
20
20
  "module": "dist/es/index.js",
21
21
  "types": "dist/index.d.ts",
22
22
  "dependencies": {
23
- "@khanacademy/wonder-blocks-core": "12.4.1",
24
- "@khanacademy/wonder-blocks-data": "14.1.7",
25
- "@khanacademy/wonder-blocks-testing-core": "4.0.2"
23
+ "@khanacademy/wonder-blocks-core": "12.4.2",
24
+ "@khanacademy/wonder-blocks-data": "15.0.0",
25
+ "@khanacademy/wonder-blocks-testing-core": "5.0.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "@khanacademy/wonder-stuff-core": "^1.5.4",
28
+ "@khanacademy/wonder-stuff-core": "^3.0.0",
29
29
  "aphrodite": "^1.2.5",
30
30
  "node-fetch": "^2.6.7",
31
31
  "react": "18.2.0",
@@ -34,7 +34,7 @@
34
34
  "react-router-dom-v5-compat": "^6.30.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@khanacademy/wonder-stuff-testing": "^3.0.5",
37
+ "@khanacademy/wonder-stuff-testing": "^4.0.3",
38
38
  "@khanacademy/wb-dev-build-settings": "3.2.0"
39
39
  },
40
40
  "scripts": {