@telus-uds/components-community.content-card 1.0.5 → 1.0.7
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 +21 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-community.content-card
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 01 Dec 2023 20:57:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.7
|
|
8
|
+
|
|
9
|
+
Fri, 01 Dec 2023 20:57:37 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/components-base to v1.71.0
|
|
14
|
+
- Bump @telus-uds/browserslist-config to v1.0.5
|
|
15
|
+
- Bump @telus-uds/system-theme-tokens to v2.47.0
|
|
16
|
+
|
|
17
|
+
## 1.0.6
|
|
18
|
+
|
|
19
|
+
Mon, 27 Nov 2023 21:20:44 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @telus-uds/components-base to v1.70.0
|
|
24
|
+
- Bump @telus-uds/browserslist-config to v1.0.5
|
|
25
|
+
|
|
7
26
|
## 1.0.5
|
|
8
27
|
|
|
9
|
-
Sat, 18 Nov 2023 02:
|
|
28
|
+
Sat, 18 Nov 2023 02:32:49 GMT
|
|
10
29
|
|
|
11
30
|
### Patches
|
|
12
31
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"prop-types": "^15.7.2",
|
|
8
|
-
"@telus-uds/components-base": "^1.
|
|
8
|
+
"@telus-uds/components-base": "^1.71.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@telus-uds/browserslist-config": "^1.0.4",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"jest-styled-components": "^7.0.8",
|
|
14
14
|
"babel-plugin-react-native-web": "^0.17.0",
|
|
15
15
|
"@testing-library/react-native": "11.0.0",
|
|
16
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
16
|
+
"@telus-uds/system-theme-tokens": "^2.47.0"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/telus/universal-design-system#readme",
|
|
19
19
|
"license": "MIT",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"standard-engine": {
|
|
45
45
|
"skip": true
|
|
46
46
|
},
|
|
47
|
-
"version": "1.0.
|
|
47
|
+
"version": "1.0.7"
|
|
48
48
|
}
|