@triptease/tt-combobox 5.5.4 → 5.5.6

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @triptease/tt-combobox
2
2
 
3
+ ## 5.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Resolve internal versioning problem (packages were being deployed using workspaces:\*)
8
+
9
+ ## 5.5.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
14
+ - Updated dependencies
15
+ - @triptease/icons@1.3.4
16
+
3
17
  ## 5.5.4
4
18
 
5
19
  ### 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.4",
6
+ "version": "5.5.6",
7
7
  "type": "module",
8
8
  "main": "dist/src/index.js",
9
9
  "module": "dist/src/index.js",
@@ -24,7 +24,7 @@
24
24
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
25
25
  },
26
26
  "dependencies": {
27
- "@triptease/icons": "workspace:*",
27
+ "@triptease/icons": "^1.3.4",
28
28
  "lit": "^3.1.4"
29
29
  },
30
30
  "devDependencies": {