@telus-uds/components-community.sticky 2.0.1 → 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 CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- <!-- This log was last generated on Sat, 23 Nov 2024 01:38:59 GMT and should not be manually modified. -->
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
+
16
+ ## 2.1.0
17
+
18
+ Mon, 02 Dec 2024 20:29:27 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - Bump @telus-uds/components-base to v2.1.0
23
+ - Bump @telus-uds/system-theme-tokens to v3.1.0
24
+ - Bump @telus-uds/components-web to v3.1.0
25
+
7
26
  ## 2.0.1
8
27
 
9
- Sat, 23 Nov 2024 01:38:59 GMT
28
+ Sat, 23 Nov 2024 01:40:20 GMT
10
29
 
11
30
  ### Patches
12
31
 
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.2",
8
+ "@telus-uds/components-base": "^2.2.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.1",
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.0.1"
54
+ "version": "2.1.1"
55
55
  }