@gridsheet/preact-core 2.0.4 → 2.0.5-0

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Spreadsheet component for Preact
8
8
  npm install @gridsheet/preact-core
9
9
  ```
10
10
 
11
- ## Peer Dependencies
11
+ ### Peer Dependencies
12
12
 
13
13
  This package requires the following peer dependencies:
14
14
 
@@ -67,6 +67,11 @@ This package exports all the core GridSheet functionality along with Preact comp
67
67
  - Core GridSheet components and utilities
68
68
  - Preact-specific exports (`h`, `render`)
69
69
 
70
+ ## Docs
71
+
72
+ - [GridSheet document](https://gridsheet.walkframe.com/)
73
+ - [Examples](https://gridsheet.walkframe.com/examples/case1)
74
+
70
75
  ## Development
71
76
 
72
77
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsheet/preact-core",
3
- "version": "2.0.4",
3
+ "version": "2.0.5-0",
4
4
  "description": "Spreadsheet component for Preact",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",