@triptease/tt-combobox 5.5.16 → 5.5.18
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.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
- package/tsconfig.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @triptease/tt-combobox
|
|
2
2
|
|
|
3
|
+
## 5.5.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ff30018]
|
|
8
|
+
- @triptease/icons@1.3.12
|
|
9
|
+
|
|
10
|
+
## 5.5.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Streamlined TS Config, reusing a shared file to reduce duplication and resolve issues where test files were being included in the bundle
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @triptease/icons@1.3.11
|
|
17
|
+
|
|
3
18
|
## 5.5.16
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent tt-combobox following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "@triptease",
|
|
6
|
-
"version": "5.5.
|
|
6
|
+
"version": "5.5.18",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@triptease/html-jsx": "^0.2.6",
|
|
37
|
-
"@triptease/icons": "1.3.
|
|
37
|
+
"@triptease/icons": "1.3.12",
|
|
38
38
|
"lit": "^3.1.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|