@telus-uds/components-community.sticky 2.0.0 → 2.0.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 +12 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
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 Sat, 23 Nov 2024 01:38:59 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.0.1
|
|
8
|
+
|
|
9
|
+
Sat, 23 Nov 2024 01:38:59 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Upgrade dependencies (shahzaibkhalidmalik@outlook.com)
|
|
14
|
+
- Bump @telus-uds/components-base to v2.0.2
|
|
15
|
+
- Bump @telus-uds/components-web to v3.0.1
|
|
16
|
+
|
|
7
17
|
## 2.0.0
|
|
8
18
|
|
|
9
|
-
Fri, 22 Nov 2024 23:
|
|
19
|
+
Fri, 22 Nov 2024 23:43:49 GMT
|
|
10
20
|
|
|
11
21
|
### Major changes
|
|
12
22
|
|
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": "
|
|
8
|
+
"@telus-uds/components-base": "^2.0.2",
|
|
9
9
|
"@telus-uds/system-constants": "^2.0.0",
|
|
10
10
|
"@telus-uds/system-theme-tokens": "^3.0.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.0.
|
|
16
|
+
"@telus-uds/components-web": "^3.0.1",
|
|
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.0.
|
|
54
|
+
"version": "2.0.1"
|
|
55
55
|
}
|