@khanacademy/wonder-blocks-pill 0.0.0-PR2831-20251028213809 → 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 -7
  2. package/package.json +21 -13
package/CHANGELOG.md CHANGED
@@ -1,15 +1,28 @@
1
1
  # @khanacademy/wonder-blocks-pill
2
2
 
3
- ## 0.0.0-PR2831-20251028213809
3
+ ## 0.0.0-PR2831-20251028213959
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [b7f3c18]
8
- - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251028213809
9
- - @khanacademy/wonder-blocks-clickable@0.0.0-PR2831-20251028213809
10
- - @khanacademy/wonder-blocks-link@0.0.0-PR2831-20251028213809
11
- - @khanacademy/wonder-blocks-styles@0.0.0-PR2831-20251028213809
12
- - @khanacademy/wonder-blocks-typography@0.0.0-PR2831-20251028213809
7
+ - Updated dependencies [1860cbc]
8
+ - @khanacademy/wonder-blocks-tokens@0.0.0-PR2831-20251028213959
9
+ - @khanacademy/wonder-blocks-clickable@0.0.0-PR2831-20251028213959
10
+ - @khanacademy/wonder-blocks-link@0.0.0-PR2831-20251028213959
11
+ - @khanacademy/wonder-blocks-styles@0.0.0-PR2831-20251028213959
12
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2831-20251028213959
13
+
14
+ ## 3.1.44
15
+
16
+ ### Patch Changes
17
+
18
+ - 6d5c485: Include provenance information when publishing to npmjs
19
+ - Updated dependencies [6d5c485]
20
+ - @khanacademy/wonder-blocks-clickable@8.0.1
21
+ - @khanacademy/wonder-blocks-core@12.4.1
22
+ - @khanacademy/wonder-blocks-link@10.0.2
23
+ - @khanacademy/wonder-blocks-styles@0.2.33
24
+ - @khanacademy/wonder-blocks-tokens@14.0.1
25
+ - @khanacademy/wonder-blocks-typography@4.2.23
13
26
 
14
27
  ## 3.1.43
15
28
 
package/package.json CHANGED
@@ -1,24 +1,32 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-pill",
3
- "version": "0.0.0-PR2831-20251028213809",
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-PR2831-20251028213959",
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-20251028213809",
17
- "@khanacademy/wonder-blocks-core": "12.4.0",
18
- "@khanacademy/wonder-blocks-link": "0.0.0-PR2831-20251028213809",
19
- "@khanacademy/wonder-blocks-styles": "0.0.0-PR2831-20251028213809",
20
- "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251028213809",
21
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2831-20251028213809"
24
+ "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2831-20251028213959",
25
+ "@khanacademy/wonder-blocks-core": "12.4.1",
26
+ "@khanacademy/wonder-blocks-link": "0.0.0-PR2831-20251028213959",
27
+ "@khanacademy/wonder-blocks-styles": "0.0.0-PR2831-20251028213959",
28
+ "@khanacademy/wonder-blocks-tokens": "0.0.0-PR2831-20251028213959",
29
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2831-20251028213959"
22
30
  },
23
31
  "peerDependencies": {
24
32
  "aphrodite": "^1.2.5",