@telus-uds/components-community.sticky 2.0.0 → 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 CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- <!-- This log was last generated on Fri, 22 Nov 2024 23:40:07 GMT and should not be manually modified. -->
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
+
17
+ ## 2.0.1
18
+
19
+ Sat, 23 Nov 2024 01:40:20 GMT
20
+
21
+ ### Patches
22
+
23
+ - Upgrade dependencies (shahzaibkhalidmalik@outlook.com)
24
+ - Bump @telus-uds/components-base to v2.0.2
25
+ - Bump @telus-uds/components-web to v3.0.1
26
+
7
27
  ## 2.0.0
8
28
 
9
- Fri, 22 Nov 2024 23:40:07 GMT
29
+ Fri, 22 Nov 2024 23:43:49 GMT
10
30
 
11
31
  ### Major changes
12
32
 
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": "1.97.1",
8
+ "@telus-uds/components-base": "^2.1.0",
9
9
  "@telus-uds/system-constants": "^2.0.0",
10
- "@telus-uds/system-theme-tokens": "^3.0.0",
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.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.0"
54
+ "version": "2.1.0"
55
55
  }