@khanacademy/wonder-blocks-breadcrumbs 2.0.6 → 2.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,9 @@
1
1
  # @khanacademy/wonder-blocks-breadcrumbs
2
2
 
3
+ ## 2.0.8
4
+
5
+ ## 2.0.7
6
+
3
7
  ## 2.0.6
4
8
 
5
9
  ### Patch Changes
@@ -13,7 +13,7 @@ declare type Props = {|
13
13
  /**
14
14
  * This is the content for the collection of Breadcrumbs
15
15
  */
16
- children: string | React.Element<React.ElementProps<typeof Link>>,
16
+ children: string | React.Element<typeof Link>,
17
17
 
18
18
  /**
19
19
  * When true, the separator is shown; otherwise, the separator is not shown.
@@ -14,8 +14,8 @@ declare type Props = {|
14
14
  * This is the content for the collection of Breadcrumbs
15
15
  */
16
16
  children:
17
- | Array<React.Element<React.ElementProps<typeof BreadcrumbsItem>>>
18
- | React.Element<React.ElementProps<typeof BreadcrumbsItem>>,
17
+ | Array<React.Element<typeof BreadcrumbsItem>>
18
+ | React.Element<typeof BreadcrumbsItem>,
19
19
 
20
20
  /**
21
21
  * Test ID used for e2e testing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-breadcrumbs",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,6 +24,6 @@
24
24
  "react": "16.14.0"
25
25
  },
26
26
  "devDependencies": {
27
- "wb-dev-build-settings": "^0.9.5"
27
+ "wb-dev-build-settings": "^0.9.7"
28
28
  }
29
29
  }