@telus-uds/components-community.content-card 1.0.5 → 1.0.6

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 +11 -2
  2. package/package.json +2 -2
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, 18 Nov 2023 02:25:11 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Nov 2023 21:13:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.6
8
+
9
+ Mon, 27 Nov 2023 21:13:27 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v1.70.0
14
+ - Bump @telus-uds/browserslist-config to v1.0.5
15
+
7
16
  ## 1.0.5
8
17
 
9
- Sat, 18 Nov 2023 02:25:11 GMT
18
+ Sat, 18 Nov 2023 02:32:49 GMT
10
19
 
11
20
  ### Patches
12
21
 
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.69.0"
8
+ "@telus-uds/components-base": "^1.70.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@telus-uds/browserslist-config": "^1.0.4",
@@ -44,5 +44,5 @@
44
44
  "standard-engine": {
45
45
  "skip": true
46
46
  },
47
- "version": "1.0.5"
47
+ "version": "1.0.6"
48
48
  }