@khanacademy/wonder-blocks-cell 3.0.6 → 3.0.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @khanacademy/wonder-blocks-cell
2
2
 
3
+ ## 3.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-clickable@3.0.7
8
+ - @khanacademy/wonder-blocks-layout@2.0.7
9
+ - @khanacademy/wonder-blocks-typography@2.0.7
10
+
3
11
  ## 3.0.6
4
12
 
5
13
  ### Patch Changes
@@ -41,7 +41,7 @@ export type AccessoryStyle = {|
41
41
  */
42
42
  export type TypographyText =
43
43
  | string
44
- | React.Element<React.ElementProps<Typography>>;
44
+ | React.Element<Typography>;
45
45
  /**
46
46
  * Common properties for all cells.
47
47
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-cell",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,19 +14,19 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.18.6",
17
- "@khanacademy/wonder-blocks-clickable": "^3.0.6",
17
+ "@khanacademy/wonder-blocks-clickable": "^3.0.7",
18
18
  "@khanacademy/wonder-blocks-color": "^2.0.1",
19
19
  "@khanacademy/wonder-blocks-core": "^5.0.4",
20
- "@khanacademy/wonder-blocks-layout": "^2.0.6",
20
+ "@khanacademy/wonder-blocks-layout": "^2.0.7",
21
21
  "@khanacademy/wonder-blocks-spacing": "^4.0.1",
22
- "@khanacademy/wonder-blocks-typography": "^2.0.6"
22
+ "@khanacademy/wonder-blocks-typography": "^2.0.7"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "aphrodite": "^1.2.5",
26
26
  "react": "16.14.0"
27
27
  },
28
28
  "devDependencies": {
29
- "wb-dev-build-settings": "^0.9.5"
29
+ "wb-dev-build-settings": "^0.9.6"
30
30
  },
31
31
  "author": "",
32
32
  "license": "MIT"