@operato/board 0.2.31 → 0.2.33

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/CHANGELOG.md +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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
+ ### [0.2.33](https://github.com/hatiolab/operato/compare/v0.2.32...v0.2.33) (2021-12-03)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * board MODE_VIEW => SCENE_MODE.MODE_VIEW ([0366a3b](https://github.com/hatiolab/operato/commit/0366a3b98d39aff40922dda94dd859e442a86abd))
12
+ * custom-elements files for data-grist and board ([be85527](https://github.com/hatiolab/operato/commit/be85527d9c616ddd7572b280e041da224563bd1c))
13
+
14
+
15
+
16
+
17
+
18
+ **Note:** Version bump only for package @operato/board
19
+
20
+
21
+
22
+
23
+
24
+ ### [0.2.32](https://github.com/hatiolab/operato/compare/v0.2.31...v0.2.32) (2021-12-03)
25
+
26
+
27
+ ### :bug: Bug Fix
28
+
29
+ * data-grist types ([b4f8bea](https://github.com/hatiolab/operato/commit/b4f8bea86ac6032aabb2fc5dc5b4590f315771d8))
30
+
31
+
32
+
6
33
  ### [0.2.31](https://github.com/hatiolab/operato/compare/v0.2.30...v0.2.31) (2021-12-03)
7
34
 
8
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "0.2.31",
3
+ "version": "0.2.33",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "license": "MIT",
@@ -72,5 +72,5 @@
72
72
  "prettier --write"
73
73
  ]
74
74
  },
75
- "gitHead": "4c8298637d97d099718623f4d52a2290e1318ec3"
75
+ "gitHead": "8ed67ce8ff4339971858534ff8f01fd04c25315e"
76
76
  }