@telus-uds/components-community.sticky 2.1.0 → 2.1.1
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 +11 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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 Fri, 06 Dec 2024 02:03:26 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.1.1
|
|
8
|
+
|
|
9
|
+
Fri, 06 Dec 2024 02:03:26 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/components-base to v2.2.0
|
|
14
|
+
- Bump @telus-uds/components-web to v3.2.0
|
|
15
|
+
|
|
7
16
|
## 2.1.0
|
|
8
17
|
|
|
9
|
-
Mon, 02 Dec 2024 20:
|
|
18
|
+
Mon, 02 Dec 2024 20:29:27 GMT
|
|
10
19
|
|
|
11
20
|
### Minor changes
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"extends @telus-uds/browserslist-config"
|
|
6
6
|
],
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@telus-uds/components-base": "^2.
|
|
8
|
+
"@telus-uds/components-base": "^2.2.0",
|
|
9
9
|
"@telus-uds/system-constants": "^2.0.0",
|
|
10
10
|
"@telus-uds/system-theme-tokens": "^3.1.0",
|
|
11
11
|
"lodash.throttle": "^4.1.1",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"styled-components": "^5.3.10"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@telus-uds/components-web": "^3.
|
|
16
|
+
"@telus-uds/components-web": "^3.2.0",
|
|
17
17
|
"@telus-uds/browserslist-config": "^1.0.5",
|
|
18
18
|
"@testing-library/jest-dom": "^5.16.1",
|
|
19
19
|
"@testing-library/react": "^13.3.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"standard-engine": {
|
|
52
52
|
"skip": true
|
|
53
53
|
},
|
|
54
|
-
"version": "2.1.
|
|
54
|
+
"version": "2.1.1"
|
|
55
55
|
}
|