@telus-uds/components-community.content-card 2.0.3 → 2.0.5

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 +20 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @telus-uds/components-community.content-card
2
2
 
3
- <!-- This log was last generated on Fri, 06 Dec 2024 02:03:26 GMT and should not be manually modified. -->
3
+ This log was last generated on Fri, 10 Jan 2025 21:41:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.0.5
8
+
9
+ Fri, 10 Jan 2025 21:41:25 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v2.4.0
14
+ - Bump @telus-uds/system-theme-tokens to v3.3.0
15
+
16
+ ## 2.0.4
17
+
18
+ Thu, 19 Dec 2024 05:02:20 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @telus-uds/components-base to v2.3.0
23
+ - Bump @telus-uds/system-theme-tokens to v3.2.0
24
+
7
25
  ## 2.0.3
8
26
 
9
- Fri, 06 Dec 2024 02:03:26 GMT
27
+ Fri, 06 Dec 2024 02:06:03 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -7,11 +7,11 @@
7
7
  "dependencies": {
8
8
  "prop-types": "^15.7.2",
9
9
  "react-native": "^0.74.5",
10
- "@telus-uds/components-base": "^2.2.0"
10
+ "@telus-uds/components-base": "^2.4.0"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@telus-uds/browserslist-config": "^1.0.5",
14
- "@telus-uds/system-theme-tokens": "^3.1.0",
14
+ "@telus-uds/system-theme-tokens": "^3.3.0",
15
15
  "@testing-library/react-native": "11.0.0",
16
16
  "babel-plugin-react-native-web": "^0.17.0",
17
17
  "babel-plugin-styled-components": "^2.0.6",
@@ -49,5 +49,5 @@
49
49
  "standard-engine": {
50
50
  "skip": true
51
51
  },
52
- "version": "2.0.3"
52
+ "version": "2.0.5"
53
53
  }