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

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.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 Thu, 19 Dec 2024 04:54:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.0.4
8
+
9
+ Thu, 19 Dec 2024 04:54:39 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v2.3.0
14
+ - Bump @telus-uds/system-theme-tokens to v3.2.0
15
+
16
+ ## 2.0.3
17
+
18
+ Fri, 06 Dec 2024 02:06:03 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @telus-uds/components-base to v2.2.0
23
+
7
24
  ## 2.0.2
8
25
 
9
- Mon, 02 Dec 2024 20:23:48 GMT
26
+ Mon, 02 Dec 2024 20:29:27 GMT
10
27
 
11
28
  ### Patches
12
29
 
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.1.0"
10
+ "@telus-uds/components-base": "^2.3.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.2.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.2"
52
+ "version": "2.0.4"
53
53
  }