@telus-uds/components-community.sticky 1.4.5 → 1.4.7
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 +20 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-community.sticky
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 19 Mar 2024 18:37:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.4.7
|
|
8
|
+
|
|
9
|
+
Tue, 19 Mar 2024 18:37:02 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/components-base to v1.80.1
|
|
14
|
+
- Bump @telus-uds/components-web to v2.32.1
|
|
15
|
+
|
|
16
|
+
## 1.4.6
|
|
17
|
+
|
|
18
|
+
Tue, 12 Mar 2024 22:26:51 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @telus-uds/components-base to v1.80.0
|
|
23
|
+
- Bump @telus-uds/components-web to v2.32.0
|
|
24
|
+
|
|
7
25
|
## 1.4.5
|
|
8
26
|
|
|
9
|
-
Wed, 06 Mar 2024 00:
|
|
27
|
+
Wed, 06 Mar 2024 00:09:16 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"extends @telus-uds/browserslist-config"
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@telus-uds/components-base": "1.
|
|
7
|
+
"@telus-uds/components-base": "1.80.1",
|
|
8
8
|
"@telus-uds/system-constants": "^1.3.0",
|
|
9
9
|
"@telus-uds/system-theme-tokens": "^2.53.0",
|
|
10
10
|
"lodash.throttle": "^4.1.1",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"styled-components": "^5.3.10"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@telus-uds/components-web": "^2.
|
|
15
|
+
"@telus-uds/components-web": "^2.32.1",
|
|
16
16
|
"@telus-uds/browserslist-config": "^1.0.5",
|
|
17
17
|
"@testing-library/jest-dom": "^5.16.1",
|
|
18
18
|
"@testing-library/react": "^13.3.0",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"standard-engine": {
|
|
47
47
|
"skip": true
|
|
48
48
|
},
|
|
49
|
-
"version": "1.4.
|
|
49
|
+
"version": "1.4.7"
|
|
50
50
|
}
|