@triptease/tt-combobox 5.5.3 → 5.5.5

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @triptease/tt-combobox
2
2
 
3
+ ## 5.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
8
+ - Updated dependencies
9
+ - @triptease/icons@1.3.4
10
+
11
+ ## 5.5.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @triptease/icons@1.3.3
17
+
3
18
  ## 5.5.3
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.3",
6
+ "version": "5.5.5",
7
7
  "type": "module",
8
8
  "main": "dist/src/index.js",
9
9
  "module": "dist/src/index.js",