@telus-uds/components-community.sticky 3.1.11 → 3.1.12
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 +6 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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 Thu, 26 Jun 2025 23:47:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 3.1.
|
|
7
|
+
## 3.1.12
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Thu, 26 Jun 2025 23:47:29 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- Bump @telus-uds/components-base to v3.
|
|
14
|
-
- Bump @telus-uds/components-web to v4.
|
|
15
|
-
- Bump @telus-uds/system-theme-tokens to v4.
|
|
13
|
+
- Bump @telus-uds/components-base to v3.11.0
|
|
14
|
+
- Bump @telus-uds/components-web to v4.8.0
|
|
15
|
+
- Bump @telus-uds/system-theme-tokens to v4.9.0
|
|
16
16
|
|
|
17
17
|
## 3.1.10
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"extends @telus-uds/browserslist-config"
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@telus-uds/components-base": "^3.
|
|
8
|
-
"@telus-uds/components-web": "^4.
|
|
7
|
+
"@telus-uds/components-base": "^3.11.0",
|
|
8
|
+
"@telus-uds/components-web": "^4.8.0",
|
|
9
9
|
"@telus-uds/system-constants": "^3.0.0",
|
|
10
|
-
"@telus-uds/system-theme-tokens": "^4.
|
|
10
|
+
"@telus-uds/system-theme-tokens": "^4.9.0",
|
|
11
11
|
"lodash.throttle": "^4.1.1",
|
|
12
12
|
"prop-types": "^15.7.2",
|
|
13
13
|
"styled-components": "^5.3.10"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"standard-engine": {
|
|
47
47
|
"skip": true
|
|
48
48
|
},
|
|
49
|
-
"version": "3.1.
|
|
49
|
+
"version": "3.1.12"
|
|
50
50
|
}
|