@telus-uds/components-community.sticky 2.0.1 → 2.1.0
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/lib/Sticky.js +0 -0
- package/lib/index.js +0 -0
- package/lib/styles.js +0 -0
- package/package.json +4 -4
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 Mon, 02 Dec 2024 20:23:48 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.1.0
|
|
8
|
+
|
|
9
|
+
Mon, 02 Dec 2024 20:23:48 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/components-base to v2.1.0
|
|
14
|
+
- Bump @telus-uds/system-theme-tokens to v3.1.0
|
|
15
|
+
- Bump @telus-uds/components-web to v3.1.0
|
|
16
|
+
|
|
7
17
|
## 2.0.1
|
|
8
18
|
|
|
9
|
-
Sat, 23 Nov 2024 01:
|
|
19
|
+
Sat, 23 Nov 2024 01:40:20 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/lib/Sticky.js
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/styles.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
"extends @telus-uds/browserslist-config"
|
|
6
6
|
],
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@telus-uds/components-base": "^2.0
|
|
8
|
+
"@telus-uds/components-base": "^2.1.0",
|
|
9
9
|
"@telus-uds/system-constants": "^2.0.0",
|
|
10
|
-
"@telus-uds/system-theme-tokens": "^3.
|
|
10
|
+
"@telus-uds/system-theme-tokens": "^3.1.0",
|
|
11
11
|
"lodash.throttle": "^4.1.1",
|
|
12
12
|
"prop-types": "^15.7.2",
|
|
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.1.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.0
|
|
54
|
+
"version": "2.1.0"
|
|
55
55
|
}
|