mctable-react 1.0.5 → 1.0.6

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 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,16 +55,13 @@ You can also pass `settings`, `license`, or `onReady` if you need deeper access
55
55
  ## Changelog
56
56
 
57
57
  ```
58
- v1.0.5
59
- - Change detection fixes
58
+ v1.0.6
59
+ - Aligned with `mctable` core library `v1.3.1`
60
60
  ```
61
61
 
62
62
  ```
63
- v1.0.4
64
- - Aligned with `mctable` core library `v1.3.0`
63
+ v1.0.5
64
+ - Change detection fixes
65
65
  ```
66
66
 
67
- ```
68
- v1.0.3
69
- - Aligned with `mctable` core library `v1.2.3`
70
- ```
67
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mctable-react",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -65,6 +65,6 @@
65
65
  "vite": "^5.4.12"
66
66
  },
67
67
  "dependencies": {
68
- "mctable": "^1.3.0"
68
+ "mctable": "^1.3.1"
69
69
  }
70
70
  }