@khanacademy/wonder-blocks-card 0.0.0-PR2799-20251002233735 → 1.1.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 +2 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,7 @@
1
1
  # @khanacademy/wonder-blocks-card
2
2
 
3
- ## 0.0.0-PR2799-20251002233735
3
+ ## 1.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 8d3fcc7: Add new Card component
8
-
9
- ### Patch Changes
10
-
11
- - @khanacademy/wonder-blocks-core@12.4.0
7
+ - 31da775: Add new Card component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-card",
3
- "version": "0.0.0-PR2799-20251002233735",
3
+ "version": "1.1.0",
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": "10.5.2",
18
- "@khanacademy/wonder-blocks-tokens": "14.0.0"
17
+ "@khanacademy/wonder-blocks-tokens": "14.0.0",
18
+ "@khanacademy/wonder-blocks-icon-button": "10.5.2"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "aphrodite": "^1.2.5",