@telus-uds/components-community.sticky 1.2.2 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Wed, 13 Dec 2023 21:13:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 Jan 2024 22:43:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.1
8
+
9
+ Thu, 18 Jan 2024 22:43:26 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.74.0
14
+ - Bump @telus-uds/system-theme-tokens to v2.50.0
15
+ - Bump @telus-uds/components-web to v2.29.0
16
+
17
+ ## 1.3.0
18
+
19
+ Mon, 08 Jan 2024 20:16:06 GMT
20
+
21
+ ### Minor changes
22
+
23
+ - Add moduleNameMapper for @telus-uds/components-base/server (wlsdud194@hotmail.com)
24
+ - Bump @telus-uds/components-base to v1.73.0
25
+ - Bump @telus-uds/system-theme-tokens to v2.49.0
26
+ - Bump @telus-uds/components-web to v2.28.0
27
+
7
28
  ## 1.2.2
8
29
 
9
- Wed, 13 Dec 2023 21:13:57 GMT
30
+ Wed, 13 Dec 2023 21:24:24 GMT
10
31
 
11
32
  ### Patches
12
33
 
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.72.0",
7
+ "@telus-uds/components-base": "1.74.0",
8
8
  "@telus-uds/system-constants": "^1.3.0",
9
- "@telus-uds/system-theme-tokens": "^2.48.0",
9
+ "@telus-uds/system-theme-tokens": "^2.50.0",
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.27.0",
14
+ "@telus-uds/components-web": "^2.29.0",
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.2.2"
48
+ "version": "1.3.1"
49
49
  }