@khanacademy/wonder-blocks-pill 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 +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-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-clickable@0.0.0-PR2833-20251024195044
10
- - @khanacademy/wonder-blocks-link@0.0.0-PR2833-20251024195044
11
- - @khanacademy/wonder-blocks-styles@0.0.0-PR2833-20251024195044
12
- - @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-clickable@0.0.0-PR2836-20251024225244
10
+ - @khanacademy/wonder-blocks-core@0.0.0-PR2836-20251024225244
11
+ - @khanacademy/wonder-blocks-link@0.0.0-PR2836-20251024225244
12
+ - @khanacademy/wonder-blocks-styles@0.0.0-PR2836-20251024225244
13
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2836-20251024225244
14
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2836-20251024225244
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-PR2833-20251024195044",
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-20251024225244",
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-PR2833-20251024195044",
17
- "@khanacademy/wonder-blocks-core": "12.4.0",
18
- "@khanacademy/wonder-blocks-link": "0.0.0-PR2833-20251024195044",
19
- "@khanacademy/wonder-blocks-styles": "0.0.0-PR2833-20251024195044",
20
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2833-20251024195044",
21
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2833-20251024195044"
24
+ "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2836-20251024225244",
25
+ "@khanacademy/wonder-blocks-core": "0.0.0-PR2836-20251024225244",
26
+ "@khanacademy/wonder-blocks-link": "0.0.0-PR2836-20251024225244",
27
+ "@khanacademy/wonder-blocks-styles": "0.0.0-PR2836-20251024225244",
28
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2836-20251024225244",
29
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2836-20251024225244"
22
30
  },
23
31
  "peerDependencies": {
24
32
  "aphrodite": "^1.2.5",