@telus-uds/components-community.sticky 1.1.23 → 1.1.24

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 +10 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Sat, 16 Sep 2023 01:00:29 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 20 Sep 2023 21:43:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.24
8
+
9
+ Wed, 20 Sep 2023 21:43:57 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-web to v2.19.3
14
+
7
15
  ## 1.1.23
8
16
 
9
- Sat, 16 Sep 2023 01:00:29 GMT
17
+ Sat, 16 Sep 2023 01:01:30 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "styled-components": "^5.3.10"
12
12
  },
13
13
  "devDependencies": {
14
- "@telus-uds/components-web": "^2.19.2",
14
+ "@telus-uds/components-web": "^2.19.3",
15
15
  "@telus-uds/browserslist-config": "^1.0.5",
16
16
  "@testing-library/jest-dom": "^5.16.1",
17
17
  "@testing-library/react": "^13.3.0",
@@ -45,5 +45,5 @@
45
45
  "standard-engine": {
46
46
  "skip": true
47
47
  },
48
- "version": "1.1.23"
48
+ "version": "1.1.24"
49
49
  }