@telus-uds/components-community.content-card 3.0.0 → 3.1.0

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 +24 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @telus-uds/components-community.content-card
2
2
 
3
- This log was last generated on Fri, 31 Jan 2025 20:49:19 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Feb 2025 18:59:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.1.0
8
+
9
+ Fri, 14 Feb 2025 18:59:39 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump @telus-uds/components-base to v3.2.0
14
+ - Bump @telus-uds/system-theme-tokens to v4.2.0
15
+
16
+ ### Patches
17
+
18
+ - `Tests`: Update snapshots (sergio.ramirez@telus.com)
19
+
20
+ ## 3.0.1
21
+
22
+ Mon, 10 Feb 2025 17:36:47 GMT
23
+
24
+ ### Patches
25
+
26
+ - Bump @telus-uds/components-base to v3.1.0
27
+ - Bump @telus-uds/system-theme-tokens to v4.1.0
28
+
7
29
  ## 3.0.0
8
30
 
9
- Fri, 31 Jan 2025 20:49:19 GMT
31
+ Fri, 31 Jan 2025 20:53:28 GMT
10
32
 
11
33
  ### Major changes
12
34
 
package/package.json CHANGED
@@ -6,11 +6,11 @@
6
6
  "dependencies": {
7
7
  "prop-types": "^15.7.2",
8
8
  "react-native": "^0.74.5",
9
- "@telus-uds/components-base": "^3.0.0"
9
+ "@telus-uds/components-base": "^3.2.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@telus-uds/browserslist-config": "^1.0.5",
13
- "@telus-uds/system-theme-tokens": "^4.0.0",
13
+ "@telus-uds/system-theme-tokens": "^4.2.0",
14
14
  "@testing-library/react-native": "11.0.0",
15
15
  "babel-plugin-react-native-web": "^0.17.0",
16
16
  "babel-plugin-styled-components": "^2.0.6",
@@ -44,5 +44,5 @@
44
44
  "standard-engine": {
45
45
  "skip": true
46
46
  },
47
- "version": "3.0.0"
47
+ "version": "3.1.0"
48
48
  }