@triptease/tt-calendar 6.1.1 → 6.2.0

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/package.json CHANGED
@@ -3,8 +3,12 @@
3
3
  "description": "Webcomponent tt-calendar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "@triptease",
6
- "version": "6.1.1",
6
+ "version": "6.2.0",
7
7
  "type": "module",
8
+ "files": [
9
+ "dist/esm",
10
+ "dist/cjs"
11
+ ],
8
12
  "main": "dist/esm/src/index.js",
9
13
  "module": "dist/esm/src/index.js",
10
14
  "exports": {
@@ -39,7 +43,7 @@
39
43
  },
40
44
  "dependencies": {
41
45
  "@lit/context": "^1.1.5",
42
- "@triptease/icons": "1.4.0",
46
+ "@triptease/icons": "1.4.1",
43
47
  "@types/luxon": "^3.6.2",
44
48
  "lit": "^3.1.4",
45
49
  "luxon": "^3.6.1"
package/CHANGELOG.md DELETED
@@ -1,117 +0,0 @@
1
- # @triptease/tt-calendar
2
-
3
- ## 6.1.1
4
-
5
- ### Patch Changes
6
-
7
- - Updating the prepublish command to use yarn build:node instead of tsc so that it compiles the imports down to use required for common js
8
-
9
- ## 6.1.0
10
-
11
- ### Minor Changes
12
-
13
- - Add dual ESM/CJS output
14
-
15
- ### Patch Changes
16
-
17
- - Updated dependencies
18
- - @triptease/icons@1.4.0
19
-
20
- ## 6.0.17
21
-
22
- ### Patch Changes
23
-
24
- - Updated dependencies
25
- - @triptease/icons@1.3.14
26
-
27
- ## 6.0.16
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies
32
- - @triptease/icons@1.3.13
33
-
34
- ## 6.0.15
35
-
36
- ### Patch Changes
37
-
38
- - Updated dependencies [ff30018]
39
- - @triptease/icons@1.3.12
40
-
41
- ## 6.0.14
42
-
43
- ### Patch Changes
44
-
45
- - Streamlined TS Config, reusing a shared file to reduce duplication and resolve issues where test files were being included in the bundle
46
- - Updated dependencies
47
- - @triptease/icons@1.3.11
48
-
49
- ## 6.0.13
50
-
51
- ### Patch Changes
52
-
53
- - Fake release to force a fix
54
- - Updated dependencies
55
- - @triptease/icons@1.3.10
56
-
57
- ## 6.0.12
58
-
59
- ### Patch Changes
60
-
61
- - Updated dependencies
62
- - @triptease/icons@1.3.9
63
-
64
- ## 6.0.11
65
-
66
- ### Patch Changes
67
-
68
- - Updated dependencies [c52217a]
69
- - @triptease/icons@1.3.8
70
-
71
- ## 6.0.10
72
-
73
- ### Patch Changes
74
-
75
- - Updated dependencies
76
- - @triptease/icons@1.3.7
77
-
78
- ## 6.0.9
79
-
80
- ### Patch Changes
81
-
82
- - Updated dependencies
83
- - @triptease/icons@1.3.6
84
-
85
- ## 6.0.8
86
-
87
- ### Patch Changes
88
-
89
- - Updated dependencies
90
- - @triptease/icons@1.3.5
91
-
92
- ## 6.0.7
93
-
94
- ### Patch Changes
95
-
96
- - Resolve internal versioning problem (packages were being deployed using workspaces:\*)
97
-
98
- ## 6.0.6
99
-
100
- ### Patch Changes
101
-
102
- - Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
103
- - Updated dependencies
104
- - @triptease/icons@1.3.4
105
-
106
- ## 6.0.5
107
-
108
- ### Patch Changes
109
-
110
- - Updated dependencies
111
- - @triptease/icons@1.3.3
112
-
113
- ## 6.0.4
114
-
115
- ### Patch Changes
116
-
117
- - 3262c7c: Various tweaks due to running a refreshed ESLint config and better Typescript usage