@khanacademy/wonder-blocks-badge 0.0.0-PR2767-20250825175125 → 0.0.0-PR2770-20250902192131

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 +18 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @khanacademy/wonder-blocks-badge
2
2
 
3
- ## 0.0.0-PR2767-20250825175125
3
+ ## 0.0.0-PR2770-20250902192131
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4e22aad: Replace use of `surface` tokens in components in favour of `background` tokens
8
- - Updated dependencies [4e22aad]
9
- - @khanacademy/wonder-blocks-styles@0.0.0-PR2767-20250825175125
10
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2767-20250825175125
11
- - @khanacademy/wonder-blocks-icon@0.0.0-PR2767-20250825175125
12
- - @khanacademy/wonder-blocks-typography@0.0.0-PR2767-20250825175125
7
+ - Updated dependencies [c440de1]
8
+ - Updated dependencies [c5fcd29]
9
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2770-20250902192131
10
+ - @khanacademy/wonder-blocks-icon@0.0.0-PR2770-20250902192131
11
+ - @khanacademy/wonder-blocks-styles@0.0.0-PR2770-20250902192131
12
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2770-20250902192131
13
+
14
+ ## 1.0.9
15
+
16
+ ### Patch Changes
17
+
18
+ - 1feec01: Replace use of `surface` tokens in components in favour of `background` tokens
19
+ - Updated dependencies [1feec01]
20
+ - @khanacademy/wonder-blocks-styles@0.2.30
21
+ - @khanacademy/wonder-blocks-tokens@12.2.1
22
+ - @khanacademy/wonder-blocks-icon@5.2.18
23
+ - @khanacademy/wonder-blocks-typography@4.2.20
13
24
 
14
25
  ## 1.0.8
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-badge",
3
- "version": "0.0.0-PR2767-20250825175125",
3
+ "version": "0.0.0-PR2770-20250902192131",
4
4
  "design": "v1",
5
5
  "description": "Badges are used to display information",
6
6
  "main": "dist/index.js",
@@ -13,10 +13,10 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@khanacademy/wonder-blocks-core": "12.4.0",
16
- "@khanacademy/wonder-blocks-icon": "0.0.0-PR2767-20250825175125",
17
- "@khanacademy/wonder-blocks-styles": "0.0.0-PR2767-20250825175125",
18
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2767-20250825175125",
19
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2767-20250825175125"
16
+ "@khanacademy/wonder-blocks-icon": "0.0.0-PR2770-20250902192131",
17
+ "@khanacademy/wonder-blocks-styles": "0.0.0-PR2770-20250902192131",
18
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2770-20250902192131",
19
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2770-20250902192131"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@phosphor-icons/core": "^2.0.2",