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

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @khanacademy/wonder-blocks-card
2
2
 
3
- ## 0.0.0-PR2831-20251024212132
3
+ ## 0.0.0-PR2831-20251027172613
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c04ea1e: Exports CardProps types from Wonder Blocks Card
8
8
  - Updated dependencies [b7f3c18]
9
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251024212132
10
- - @khanacademy/wonder-blocks-icon-button@0.0.0-PR2831-20251024212132
9
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251027172613
10
+ - @khanacademy/wonder-blocks-icon-button@0.0.0-PR2831-20251027172613
11
11
 
12
12
  ## 1.2.0
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-card",
3
- "version": "0.0.0-PR2831-20251024212132",
3
+ "version": "0.0.0-PR2831-20251027172613",
4
4
  "design": "v1",
5
5
  "description": "Card component for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@khanacademy/wonder-blocks-core": "12.4.0",
17
- "@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2831-20251024212132",
18
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251024212132"
17
+ "@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2831-20251027172613",
18
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251027172613"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "aphrodite": "^1.2.5",