heroes-of-chess-components 0.6.8 → 0.6.9

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.
@@ -24,4 +24,4 @@ export { default as Oakclash } from "./Oakclash.png";
24
24
  export { default as Oakclash1 } from "./Oakclash1.png";
25
25
  export { default as Oakclash3 } from "./Oakclash3.png";
26
26
  export { default as OakclashGame } from "./Oakclash_game.png";
27
- export { default as BuchTutorialLv1 } from "./BuchTutorialLevel1.svg";
27
+ export { default as BuchTutorialLv1 } from "./BuchTutorialLevel1.png";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",