@lessonkit/react 0.9.0 → 0.9.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -59,7 +59,7 @@ export default function App() {
59
59
  }
60
60
  ```
61
61
 
62
- ## API (0.9.0)
62
+ ## API (0.9.1)
63
63
 
64
64
  ### Block catalog
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessonkit/react",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "private": false,
5
5
  "description": "React components and hooks for building learning experiences with LessonKit.",
6
6
  "license": "Apache-2.0",
@@ -54,11 +54,11 @@
54
54
  "react-dom": ">=18"
55
55
  },
56
56
  "dependencies": {
57
- "@lessonkit/accessibility": "0.9.0",
58
- "@lessonkit/core": "0.9.0",
59
- "@lessonkit/lxpack": "0.9.0",
60
- "@lessonkit/themes": "0.9.0",
61
- "@lessonkit/xapi": "0.9.0"
57
+ "@lessonkit/accessibility": "0.9.1",
58
+ "@lessonkit/core": "0.9.1",
59
+ "@lessonkit/lxpack": "0.9.1",
60
+ "@lessonkit/themes": "0.9.1",
61
+ "@lessonkit/xapi": "0.9.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@testing-library/react": "^16.3.0",