@khanacademy/wonder-blocks-pill 0.0.0-PR2876-20251213011537 → 0.0.0-PR2876-20251213011817

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @khanacademy/wonder-blocks-pill
2
2
 
3
- ## 0.0.0-PR2876-20251213011537
3
+ ## 0.0.0-PR2876-20251213011817
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [19e4c20]
8
- - @khanacademy/wonder-blocks-core@0.0.0-PR2876-20251213011537
9
- - @khanacademy/wonder-blocks-clickable@0.0.0-PR2876-20251213011537
10
- - @khanacademy/wonder-blocks-link@0.0.0-PR2876-20251213011537
8
+ - @khanacademy/wonder-blocks-core@0.0.0-PR2876-20251213011817
9
+ - @khanacademy/wonder-blocks-clickable@0.0.0-PR2876-20251213011817
10
+ - @khanacademy/wonder-blocks-link@0.0.0-PR2876-20251213011817
11
11
  - @khanacademy/wonder-blocks-styles@0.2.37
12
12
  - @khanacademy/wonder-blocks-tokens@14.1.3
13
- - @khanacademy/wonder-blocks-typography@0.0.0-PR2876-20251213011537
13
+ - @khanacademy/wonder-blocks-typography@0.0.0-PR2876-20251213011817
14
14
 
15
15
  ## 3.1.48
16
16
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Pill components for Wonder Blocks.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.0.0-PR2876-20251213011537",
6
+ "version": "0.0.0-PR2876-20251213011817",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -21,19 +21,19 @@
21
21
  "types": "dist/index.d.ts",
22
22
  "source": "src/index.js",
23
23
  "dependencies": {
24
- "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2876-20251213011537",
25
- "@khanacademy/wonder-blocks-core": "0.0.0-PR2876-20251213011537",
26
- "@khanacademy/wonder-blocks-link": "0.0.0-PR2876-20251213011537",
24
+ "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2876-20251213011817",
25
+ "@khanacademy/wonder-blocks-core": "0.0.0-PR2876-20251213011817",
26
+ "@khanacademy/wonder-blocks-link": "0.0.0-PR2876-20251213011817",
27
27
  "@khanacademy/wonder-blocks-styles": "0.2.37",
28
28
  "@khanacademy/wonder-blocks-tokens": "14.1.3",
29
- "@khanacademy/wonder-blocks-typography": "0.0.0-PR2876-20251213011537"
29
+ "@khanacademy/wonder-blocks-typography": "0.0.0-PR2876-20251213011817"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aphrodite": "^1.2.5",
33
33
  "react": "18.2.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@khanacademy/wb-dev-build-settings": "0.0.0-PR2876-20251213011537"
36
+ "@khanacademy/wb-dev-build-settings": "0.0.0-PR2876-20251213011817"
37
37
  },
38
38
  "scripts": {
39
39
  "test": "echo \"Error: no test specified\" && exit 1"