@khanacademy/wonder-blocks-testing 14.0.1 → 15.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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @khanacademy/wonder-blocks-testing
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d23c9c5f]
8
+ - @khanacademy/wonder-blocks-core@11.0.0
9
+ - @khanacademy/wonder-blocks-data@14.0.3
10
+
11
+ ## 15.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - 56d961f1: - Migrate Wonder Blocks components off old id providers and onto new `Id` component
16
+
17
+ ### Patch Changes
18
+
19
+ - b6009b77: Deprecate the ID provider and unique ID utilities
20
+ - Updated dependencies [b6009b77]
21
+ - Updated dependencies [897686bc]
22
+ - Updated dependencies [56d961f1]
23
+ - @khanacademy/wonder-blocks-core@10.0.0
24
+ - @khanacademy/wonder-blocks-data@14.0.2
25
+
3
26
  ## 14.0.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-testing",
3
- "version": "14.0.1",
3
+ "version": "15.0.1",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.18.6",
17
- "@khanacademy/wonder-blocks-core": "^9.0.0",
18
- "@khanacademy/wonder-blocks-data": "^14.0.1",
17
+ "@khanacademy/wonder-blocks-core": "^11.0.0",
18
+ "@khanacademy/wonder-blocks-data": "^14.0.3",
19
19
  "@khanacademy/wonder-blocks-testing-core": "^2.0.0"
20
20
  },
21
21
  "peerDependencies": {