@telus-uds/components-community.content-card 1.0.10 → 1.0.12

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 +21 -2
  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 Thu, 18 Jan 2024 22:43:26 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Feb 2024 19:09:40 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.12
8
+
9
+ Wed, 07 Feb 2024 19:09:40 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.76.0
14
+ - Bump @telus-uds/browserslist-config to v1.0.5
15
+
16
+ ## 1.0.11
17
+
18
+ Mon, 29 Jan 2024 18:41:50 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @telus-uds/components-base to v1.75.0
23
+ - Bump @telus-uds/browserslist-config to v1.0.5
24
+ - Bump @telus-uds/system-theme-tokens to v2.50.1
25
+
7
26
  ## 1.0.10
8
27
 
9
- Thu, 18 Jan 2024 22:43:26 GMT
28
+ Thu, 18 Jan 2024 22:55:53 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.74.0"
8
+ "@telus-uds/components-base": "^1.76.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.50.0"
16
+ "@telus-uds/system-theme-tokens": "^2.50.1"
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.10"
47
+ "version": "1.0.12"
48
48
  }