kempo-ui 0.0.66 → 0.0.67

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.
@@ -0,0 +1,23 @@
1
+ ---
2
+ name: Change Request
3
+ about: Report a Bug, or suggest a feature
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ## What is the current behavior
11
+
12
+ ## What is the desired behavior
13
+
14
+ ### Pros
15
+
16
+ ### Cons
17
+
18
+ ## What is the suggested fix
19
+
20
+ ## Tasks
21
+ - [] Apply the change
22
+ - [] Add docs and examples
23
+ - [] Add unit tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kempo-ui",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "type": "module",
5
5
  "description": "A Lit based web-component library",
6
6
  "main": "index.js",