@khanacademy/wonder-blocks-clickable 3.0.3 → 3.0.4

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,7 @@
1
1
  # @khanacademy/wonder-blocks-clickable
2
2
 
3
+ ## 3.0.4
4
+
3
5
  ## 3.0.3
4
6
 
5
7
  ### Patch Changes
@@ -12,8 +12,5 @@ declare export default function getClickableBehavior(
12
12
  skipClientNav?: boolean,
13
13
  router?: any
14
14
  ): React.ComponentType<
15
- JSX.LibraryManagedAttributes<
16
- typeof ClickableBehavior,
17
- React.ElementProps<typeof ClickableBehavior>
18
- >
15
+ React.ElementConfig<typeof ClickableBehavior>
19
16
  >;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-clickable",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "design": "v1",
5
5
  "description": "Clickable component for Wonder-Blocks.",
6
6
  "main": "dist/index.js",
@@ -27,6 +27,6 @@
27
27
  "react-router-dom": "5.3.0"
28
28
  },
29
29
  "devDependencies": {
30
- "wb-dev-build-settings": "^0.9.2"
30
+ "wb-dev-build-settings": "^0.9.3"
31
31
  }
32
32
  }