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

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.
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, 22 Nov 2024 23:40:08 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 02 Dec 2024 20:23:48 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.0.2
8
+
9
+ Mon, 02 Dec 2024 20:23:48 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v2.1.0
14
+ - Bump @telus-uds/system-theme-tokens to v3.1.0
15
+
16
+ ## 2.0.1
17
+
18
+ Sat, 23 Nov 2024 01:40:20 GMT
19
+
20
+ ### Patches
21
+
22
+ - Upgrade dependencies (shahzaibkhalidmalik@outlook.com)
23
+ - Bump @telus-uds/components-base to v2.0.2
24
+
7
25
  ## 2.0.0
8
26
 
9
- Fri, 22 Nov 2024 23:40:08 GMT
27
+ Fri, 22 Nov 2024 23:43:49 GMT
10
28
 
11
29
  ### Major changes
12
30
 
File without changes
package/lib/index.js CHANGED
File without changes
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": "^1.97.1"
10
+ "@telus-uds/components-base": "^2.1.0"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@telus-uds/browserslist-config": "^1.0.5",
14
- "@telus-uds/system-theme-tokens": "^3.0.0",
14
+ "@telus-uds/system-theme-tokens": "^3.1.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.0"
52
+ "version": "2.0.2"
53
53
  }