@telus-uds/components-community.content-card 2.0.1 → 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,21 @@
1
1
  # Change Log - @telus-uds/components-community.content-card
2
2
 
3
- <!-- This log was last generated on Sat, 23 Nov 2024 01:38:59 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
+
7
16
  ## 2.0.1
8
17
 
9
- Sat, 23 Nov 2024 01:38:59 GMT
18
+ Sat, 23 Nov 2024 01:40:20 GMT
10
19
 
11
20
  ### Patches
12
21
 
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": "^2.0.2"
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.1"
52
+ "version": "2.0.2"
53
53
  }