@khanacademy/wonder-blocks-data 14.1.7 → 15.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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @khanacademy/wonder-blocks-data
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - cf6ddda: Updated Wonder Stuff peer dependencies to latest major releases
8
+
9
+ ### Patch Changes
10
+
11
+ - @khanacademy/wonder-blocks-core@12.4.2
12
+
13
+ ## 14.1.8
14
+
15
+ ### Patch Changes
16
+
17
+ - 8a36c70: Re-publish to publish with Trusted Publishing
18
+ - 3e0d137: Re-publishing via Trusted Publishing
19
+ - Updated dependencies [8a36c70]
20
+ - Updated dependencies [3e0d137]
21
+ - @khanacademy/wonder-blocks-core@12.4.2
22
+
3
23
  ## 14.1.7
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "14.1.7",
6
+ "version": "15.0.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -20,16 +20,16 @@
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"
23
+ "@khanacademy/wonder-blocks-core": "12.4.2"
24
24
  },
25
25
  "peerDependencies": {
26
- "@khanacademy/wonder-stuff-core": "^1.5.4",
26
+ "@khanacademy/wonder-stuff-core": "^3.0.0",
27
27
  "react": "18.2.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@khanacademy/wonder-stuff-testing": "^3.0.5",
30
+ "@khanacademy/wonder-stuff-testing": "^4.0.3",
31
31
  "@khanacademy/wb-dev-build-settings": "3.2.0",
32
- "@khanacademy/wonder-blocks-testing-core": "4.0.2"
32
+ "@khanacademy/wonder-blocks-testing-core": "5.0.0"
33
33
  },
34
34
  "scripts": {
35
35
  "test": "echo \"Error: no test specified\" && exit 1"