mctable-react 1.0.12 → 1.0.13

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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -54,6 +54,11 @@ You can also pass `settings`, `license`, or `onReady` if you need deeper access
54
54
 
55
55
  ## Changelog
56
56
 
57
+ ```
58
+ v1.0.13
59
+ - Upgrade to `mctable` core library `v1.4.5`
60
+ ```
61
+
57
62
  ```
58
63
  v1.0.12
59
64
  - Upgrade to `mctable` core library `v1.4.4`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mctable-react",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -67,6 +67,6 @@
67
67
  "vite": "^5.4.12"
68
68
  },
69
69
  "dependencies": {
70
- "mctable": "^1.4.4"
70
+ "mctable": "^1.4.5"
71
71
  }
72
72
  }