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

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 +19 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Wed, 20 Sep 2023 21:43:57 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Sep 2023 20:45:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.26
8
+
9
+ Wed, 27 Sep 2023 20:45:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.62.1
14
+ - Bump @telus-uds/components-web to v2.19.5
15
+
16
+ ## 1.1.25
17
+
18
+ Thu, 21 Sep 2023 23:09:58 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @telus-uds/components-web to v2.19.4
23
+
7
24
  ## 1.1.24
8
25
 
9
- Wed, 20 Sep 2023 21:43:57 GMT
26
+ Wed, 20 Sep 2023 21:45:03 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -4,14 +4,14 @@
4
4
  "extends @telus-uds/browserslist-config"
5
5
  ],
6
6
  "dependencies": {
7
- "@telus-uds/components-base": "1.62.0",
7
+ "@telus-uds/components-base": "1.62.1",
8
8
  "@telus-uds/system-constants": "^1.3.0",
9
9
  "@telus-uds/system-theme-tokens": "^2.41.1",
10
10
  "prop-types": "^15.7.2",
11
11
  "styled-components": "^5.3.10"
12
12
  },
13
13
  "devDependencies": {
14
- "@telus-uds/components-web": "^2.19.3",
14
+ "@telus-uds/components-web": "^2.19.5",
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.24"
48
+ "version": "1.1.26"
49
49
  }