@khanacademy/wonder-blocks-card 0.0.0-PR2831-20251027172613 → 0.0.0-PR2831-20251028213959

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 +19 -4
  2. package/package.json +18 -10
package/CHANGELOG.md CHANGED
@@ -1,13 +1,28 @@
1
1
  # @khanacademy/wonder-blocks-card
2
2
 
3
- ## 0.0.0-PR2831-20251027172613
3
+ ## 0.0.0-PR2831-20251028213959
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1860cbc]
8
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251028213959
9
+ - @khanacademy/wonder-blocks-icon-button@0.0.0-PR2831-20251028213959
10
+
11
+ ## 1.2.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 6d5c485: Include provenance information when publishing to npmjs
16
+ - Updated dependencies [6d5c485]
17
+ - @khanacademy/wonder-blocks-core@12.4.1
18
+ - @khanacademy/wonder-blocks-icon-button@10.5.4
19
+ - @khanacademy/wonder-blocks-tokens@14.0.1
20
+
21
+ ## 1.2.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - c04ea1e: Exports CardProps types from Wonder Blocks Card
8
- - Updated dependencies [b7f3c18]
9
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251027172613
10
- - @khanacademy/wonder-blocks-icon-button@0.0.0-PR2831-20251027172613
11
26
 
12
27
  ## 1.2.0
13
28
 
package/package.json CHANGED
@@ -1,21 +1,29 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-card",
3
- "version": "0.0.0-PR2831-20251027172613",
4
- "design": "v1",
5
3
  "description": "Card component for Wonder Blocks.",
6
- "main": "dist/index.js",
7
- "module": "dist/es/index.js",
8
- "source": "src/index.js",
9
- "types": "dist/index.d.ts",
10
- "author": "",
4
+ "author": "Khan Academy",
11
5
  "license": "MIT",
6
+ "version": "0.0.0-PR2831-20251028213959",
12
7
  "publishConfig": {
13
8
  "access": "public"
14
9
  },
10
+ "design": "v1",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/Khan/wonder-blocks.git",
14
+ "directory": "packages/wonder-blocks-card"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/Khan/wonder-blocks/issues"
18
+ },
19
+ "main": "dist/index.js",
20
+ "module": "dist/es/index.js",
21
+ "types": "dist/index.d.ts",
22
+ "source": "src/index.js",
15
23
  "dependencies": {
16
- "@khanacademy/wonder-blocks-core": "12.4.0",
17
- "@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2831-20251027172613",
18
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251027172613"
24
+ "@khanacademy/wonder-blocks-core": "12.4.1",
25
+ "@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2831-20251028213959",
26
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251028213959"
19
27
  },
20
28
  "peerDependencies": {
21
29
  "aphrodite": "^1.2.5",