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