@operato/scene-grist 1.0.0-alpha.25 → 1.0.0-alpha.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.0-alpha.26](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-06-20)
7
+
8
+ **Note:** Version bump only for package @operato/scene-grist
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.0-alpha.25](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-06-20)
7
15
 
8
16
  **Note:** Version bump only for package @operato/scene-grist
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Grist UI component for things-scene",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "1.0.0-alpha.25",
6
+ "version": "1.0.0-alpha.26",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -59,5 +59,5 @@
59
59
  "prettier --write"
60
60
  ]
61
61
  },
62
- "gitHead": "ff8d846d5ddb255a8dfc4b692b55f6fec3587de3"
62
+ "gitHead": "50f4921144fba6ed0524d3549091436b945c828b"
63
63
  }