@khanacademy/wonder-blocks-pill 0.0.0-PR2831-20251024212132 → 0.0.0-PR2836-20251024224818

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 +9 -7
  2. package/package.json +21 -13
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @khanacademy/wonder-blocks-pill
2
2
 
3
- ## 0.0.0-PR2831-20251024212132
3
+ ## 0.0.0-PR2836-20251024224818
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [b7f3c18]
8
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251024212132
9
- - @khanacademy/wonder-blocks-clickable@0.0.0-PR2831-20251024212132
10
- - @khanacademy/wonder-blocks-link@0.0.0-PR2831-20251024212132
11
- - @khanacademy/wonder-blocks-styles@0.0.0-PR2831-20251024212132
12
- - @khanacademy/wonder-blocks-typography@0.0.0-PR2831-20251024212132
7
+ - d1f27eb: Include provenance information when publishing to npmjs
8
+ - Updated dependencies [d1f27eb]
9
+ - @khanacademy/wonder-blocks-clickable@0.0.0-PR2836-20251024224818
10
+ - @khanacademy/wonder-blocks-core@0.0.0-PR2836-20251024224818
11
+ - @khanacademy/wonder-blocks-link@0.0.0-PR2836-20251024224818
12
+ - @khanacademy/wonder-blocks-styles@0.0.0-PR2836-20251024224818
13
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2836-20251024224818
14
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2836-20251024224818
13
15
 
14
16
  ## 3.1.43
15
17
 
package/package.json CHANGED
@@ -1,24 +1,32 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-pill",
3
- "version": "0.0.0-PR2831-20251024212132",
4
- "design": "v1",
5
3
  "description": "Pill components for Wonder Blocks.",
6
- "main": "dist/index.js",
7
- "module": "dist/es/index.js",
8
- "types": "dist/index.d.ts",
9
- "source": "src/index.js",
10
- "author": "",
4
+ "author": "Khan Academy",
11
5
  "license": "MIT",
6
+ "version": "0.0.0-PR2836-20251024224818",
12
7
  "publishConfig": {
13
8
  "access": "public"
14
9
  },
10
+ "design": "v1",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/Khan/wonder-blocks.git",
14
+ "directory": "packages/wonder-blocks-pill"
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",
22
+ "source": "src/index.js",
15
23
  "dependencies": {
16
- "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2831-20251024212132",
17
- "@khanacademy/wonder-blocks-core": "12.4.0",
18
- "@khanacademy/wonder-blocks-link": "0.0.0-PR2831-20251024212132",
19
- "@khanacademy/wonder-blocks-styles": "0.0.0-PR2831-20251024212132",
20
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251024212132",
21
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2831-20251024212132"
24
+ "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2836-20251024224818",
25
+ "@khanacademy/wonder-blocks-core": "0.0.0-PR2836-20251024224818",
26
+ "@khanacademy/wonder-blocks-link": "0.0.0-PR2836-20251024224818",
27
+ "@khanacademy/wonder-blocks-styles": "0.0.0-PR2836-20251024224818",
28
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2836-20251024224818",
29
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2836-20251024224818"
22
30
  },
23
31
  "peerDependencies": {
24
32
  "aphrodite": "^1.2.5",