@khanacademy/wonder-blocks-badge 0.0.0-PR2833-20251024195044 → 0.0.0-PR2836-20251024225244

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 +8 -6
  2. package/package.json +19 -11
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @khanacademy/wonder-blocks-badge
2
2
 
3
- ## 0.0.0-PR2833-20251024195044
3
+ ## 0.0.0-PR2836-20251024225244
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [520b50f]
8
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2833-20251024195044
9
- - @khanacademy/wonder-blocks-icon@0.0.0-PR2833-20251024195044
10
- - @khanacademy/wonder-blocks-styles@0.0.0-PR2833-20251024195044
11
- - @khanacademy/wonder-blocks-typography@0.0.0-PR2833-20251024195044
7
+ - d1f27eb: Include provenance information when publishing to npmjs
8
+ - Updated dependencies [d1f27eb]
9
+ - @khanacademy/wonder-blocks-core@0.0.0-PR2836-20251024225244
10
+ - @khanacademy/wonder-blocks-icon@0.0.0-PR2836-20251024225244
11
+ - @khanacademy/wonder-blocks-styles@0.0.0-PR2836-20251024225244
12
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2836-20251024225244
13
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2836-20251024225244
12
14
 
13
15
  ## 1.0.12
14
16
 
package/package.json CHANGED
@@ -1,22 +1,30 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-badge",
3
- "version": "0.0.0-PR2833-20251024195044",
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-PR2836-20251024225244",
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-PR2833-20251024195044",
17
- "@khanacademy/wonder-blocks-styles": "0.0.0-PR2833-20251024195044",
18
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2833-20251024195044",
19
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2833-20251024195044"
23
+ "@khanacademy/wonder-blocks-core": "0.0.0-PR2836-20251024225244",
24
+ "@khanacademy/wonder-blocks-icon": "0.0.0-PR2836-20251024225244",
25
+ "@khanacademy/wonder-blocks-styles": "0.0.0-PR2836-20251024225244",
26
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2836-20251024225244",
27
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2836-20251024225244"
20
28
  },
21
29
  "peerDependencies": {
22
30
  "@phosphor-icons/core": "^2.0.2",