@khanacademy/wonder-blocks-badge 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 +20 -8
  2. package/package.json +19 -11
package/CHANGELOG.md CHANGED
@@ -1,19 +1,31 @@
1
1
  # @khanacademy/wonder-blocks-badge
2
2
 
3
- ## 0.0.0-PR2831-20251027172613
3
+ ## 0.0.0-PR2831-20251028213959
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 708d89d: Add `showBorder` prop (defaults to true) to Badge and StatusBadge components
8
- - 3ccfc35: Add NeutralBadge component
7
+ - 284c969: Add `showBorder` prop (defaults to true) to Badge and StatusBadge components
8
+ - e0a5277: Add NeutralBadge component
9
9
 
10
10
  ### Patch Changes
11
11
 
12
- - Updated dependencies [b7f3c18]
13
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251027172613
14
- - @khanacademy/wonder-blocks-icon@0.0.0-PR2831-20251027172613
15
- - @khanacademy/wonder-blocks-styles@0.0.0-PR2831-20251027172613
16
- - @khanacademy/wonder-blocks-typography@0.0.0-PR2831-20251027172613
12
+ - Updated dependencies [1860cbc]
13
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251028213959
14
+ - @khanacademy/wonder-blocks-icon@0.0.0-PR2831-20251028213959
15
+ - @khanacademy/wonder-blocks-styles@0.0.0-PR2831-20251028213959
16
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2831-20251028213959
17
+
18
+ ## 1.0.13
19
+
20
+ ### Patch Changes
21
+
22
+ - 6d5c485: Include provenance information when publishing to npmjs
23
+ - Updated dependencies [6d5c485]
24
+ - @khanacademy/wonder-blocks-core@12.4.1
25
+ - @khanacademy/wonder-blocks-icon@5.3.1
26
+ - @khanacademy/wonder-blocks-styles@0.2.33
27
+ - @khanacademy/wonder-blocks-tokens@14.0.1
28
+ - @khanacademy/wonder-blocks-typography@4.2.23
17
29
 
18
30
  ## 1.0.12
19
31
 
package/package.json CHANGED
@@ -1,22 +1,30 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-badge",
3
- "version": "0.0.0-PR2831-20251027172613",
4
- "design": "v1",
5
3
  "description": "Badges are used to display information",
6
- "main": "dist/index.js",
7
- "module": "dist/es/index.js",
8
- "types": "dist/index.d.ts",
9
- "author": "",
4
+ "author": "Khan Academy",
10
5
  "license": "MIT",
6
+ "version": "0.0.0-PR2831-20251028213959",
11
7
  "publishConfig": {
12
8
  "access": "public"
13
9
  },
10
+ "design": "v1",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/Khan/wonder-blocks.git",
14
+ "directory": "packages/wonder-blocks-badge"
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",
14
22
  "dependencies": {
15
- "@khanacademy/wonder-blocks-core": "12.4.0",
16
- "@khanacademy/wonder-blocks-icon": "0.0.0-PR2831-20251027172613",
17
- "@khanacademy/wonder-blocks-styles": "0.0.0-PR2831-20251027172613",
18
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251027172613",
19
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2831-20251027172613"
23
+ "@khanacademy/wonder-blocks-core": "12.4.1",
24
+ "@khanacademy/wonder-blocks-icon": "0.0.0-PR2831-20251028213959",
25
+ "@khanacademy/wonder-blocks-styles": "0.0.0-PR2831-20251028213959",
26
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251028213959",
27
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2831-20251028213959"
20
28
  },
21
29
  "peerDependencies": {
22
30
  "@phosphor-icons/core": "^2.0.2",