@telus-uds/components-community.sticky 1.5.5 → 1.5.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Tue, 28 May 2024 14:52:42 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 07 Jun 2024 22:36:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 1.5.5
7
+ ## 1.5.6
8
8
 
9
- Tue, 28 May 2024 14:52:42 GMT
9
+ Fri, 07 Jun 2024 22:36:16 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @telus-uds/components-web to v2.34.2
13
+ - Bump @telus-uds/components-base to v1.86.0
14
+ - Bump @telus-uds/system-theme-tokens to v2.57.0
15
+ - Bump @telus-uds/components-web to v2.34.3
14
16
 
15
17
  ## 1.5.4
16
18
 
package/package.json CHANGED
@@ -4,15 +4,15 @@
4
4
  "extends @telus-uds/browserslist-config"
5
5
  ],
6
6
  "dependencies": {
7
- "@telus-uds/components-base": "1.85.1",
7
+ "@telus-uds/components-base": "1.86.0",
8
8
  "@telus-uds/system-constants": "^1.3.0",
9
- "@telus-uds/system-theme-tokens": "^2.56.0",
9
+ "@telus-uds/system-theme-tokens": "^2.57.0",
10
10
  "lodash.throttle": "^4.1.1",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^5.3.10"
13
13
  },
14
14
  "devDependencies": {
15
- "@telus-uds/components-web": "^2.34.2",
15
+ "@telus-uds/components-web": "^2.34.3",
16
16
  "@telus-uds/browserslist-config": "^1.0.5",
17
17
  "@testing-library/jest-dom": "^5.16.1",
18
18
  "@testing-library/react": "^13.3.0",
@@ -46,5 +46,5 @@
46
46
  "standard-engine": {
47
47
  "skip": true
48
48
  },
49
- "version": "1.5.5"
49
+ "version": "1.5.6"
50
50
  }