@telus-uds/components-community.content-card 1.3.2 → 1.3.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 +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 Mon, 16 Sep 2024 12:26:18 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 12 Oct 2024 00:31:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.4
8
+
9
+ Sat, 12 Oct 2024 00:31:05 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.96.0
14
+ - Bump @telus-uds/system-theme-tokens to v2.65.0
15
+
16
+ ## 1.3.3
17
+
18
+ Wed, 25 Sep 2024 17:07:47 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @telus-uds/components-base to v1.95.0
23
+ - Bump @telus-uds/system-theme-tokens to v2.64.0
24
+
7
25
  ## 1.3.2
8
26
 
9
- Mon, 16 Sep 2024 12:26:18 GMT
27
+ Mon, 16 Sep 2024 12:35:38 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "extends @telus-uds/browserslist-config"
5
5
  ],
6
6
  "dependencies": {
7
- "@telus-uds/components-base": "^1.94.0",
7
+ "@telus-uds/components-base": "^1.96.0",
8
8
  "prop-types": "^15.7.2"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@telus-uds/browserslist-config": "^1.0.5",
12
- "@telus-uds/system-theme-tokens": "^2.63.0",
12
+ "@telus-uds/system-theme-tokens": "^2.65.0",
13
13
  "@testing-library/react-native": "11.0.0",
14
14
  "babel-plugin-react-native-web": "^0.17.0",
15
15
  "babel-plugin-styled-components": "^2.0.6",
@@ -44,5 +44,5 @@
44
44
  "standard-engine": {
45
45
  "skip": true
46
46
  },
47
- "version": "1.3.2"
47
+ "version": "1.3.4"
48
48
  }