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

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.content-card
2
2
 
3
- <!-- This log was last generated on Mon, 02 Dec 2024 20:23:48 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 06 Dec 2024 02:03:26 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.0.3
8
+
9
+ Fri, 06 Dec 2024 02:03:26 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v2.2.0
14
+
7
15
  ## 2.0.2
8
16
 
9
- Mon, 02 Dec 2024 20:23:48 GMT
17
+ Mon, 02 Dec 2024 20:29:27 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "dependencies": {
8
8
  "prop-types": "^15.7.2",
9
9
  "react-native": "^0.74.5",
10
- "@telus-uds/components-base": "^2.1.0"
10
+ "@telus-uds/components-base": "^2.2.0"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@telus-uds/browserslist-config": "^1.0.5",
@@ -49,5 +49,5 @@
49
49
  "standard-engine": {
50
50
  "skip": true
51
51
  },
52
- "version": "2.0.2"
52
+ "version": "2.0.3"
53
53
  }