@frontend_zz/icon-with-text-stack 0.2.3 → 0.2.4
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.json +18 -0
- package/CHANGELOG.md +6 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontend_zz/icon-with-text-stack",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.2.4",
|
|
6
|
+
"tag": "@frontend_zz/icon-with-text-stack_v0.2.4",
|
|
7
|
+
"date": "Tue, 09 Jul 2024 11:35:26 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@frontend_zz/base-element\" to `0.5.6`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@frontend_zz/circle-with-icon\" to `1.0.2`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@frontend_zz/text\" to `0.4.3`"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
4
22
|
{
|
|
5
23
|
"version": "0.2.3",
|
|
6
24
|
"tag": "@frontend_zz/icon-with-text-stack_v0.2.3",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @frontend_zz/icon-with-text-stack
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 09 Jul 2024 11:35:26 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.2.4
|
|
6
|
+
Tue, 09 Jul 2024 11:35:26 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.2.3
|
|
6
11
|
Wed, 03 Jul 2024 19:34:40 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontend_zz/icon-with-text-stack",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "IconWithTextStack Web Component",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"lit": "2.8.0",
|
|
21
|
-
"@frontend_zz/
|
|
22
|
-
"@frontend_zz/circle-with-icon": "1.0.1",
|
|
21
|
+
"@frontend_zz/circle-with-icon": "1.0.2",
|
|
23
22
|
"@frontend_zz/web-component-utilities": "1.0.0",
|
|
24
|
-
"@frontend_zz/
|
|
23
|
+
"@frontend_zz/base-element": "0.5.6",
|
|
24
|
+
"@frontend_zz/text": "0.4.3"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"directory": "dist",
|