@khanacademy/wonder-blocks-link 4.0.6 → 4.0.8

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,17 @@
1
1
  # @khanacademy/wonder-blocks-link
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-clickable@3.0.8
8
+
9
+ ## 4.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - @khanacademy/wonder-blocks-clickable@3.0.7
14
+
3
15
  ## 4.0.6
4
16
 
5
17
  ### Patch Changes
@@ -13,7 +13,7 @@ export type SharedProps = {|
13
13
  /**
14
14
  * Text to appear on the link. It can be a plain text or a Typography element.
15
15
  */
16
- children: string | React.Element<React.ElementProps<Typography>>,
16
+ children: string | React.Element<Typography>,
17
17
 
18
18
  /**
19
19
  * URL to navigate to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-link",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,7 +16,7 @@
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.18.6",
19
- "@khanacademy/wonder-blocks-clickable": "^3.0.6",
19
+ "@khanacademy/wonder-blocks-clickable": "^3.0.8",
20
20
  "@khanacademy/wonder-blocks-color": "^2.0.1",
21
21
  "@khanacademy/wonder-blocks-core": "^5.0.4"
22
22
  },
@@ -27,6 +27,6 @@
27
27
  "react-router-dom": "5.3.0"
28
28
  },
29
29
  "devDependencies": {
30
- "wb-dev-build-settings": "^0.9.5"
30
+ "wb-dev-build-settings": "^0.9.7"
31
31
  }
32
32
  }