@financial-times/o-teaser 6.2.6 → 6.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [6.2.7](https://www.github.com/Financial-Times/origami/compare/o-teaser-v6.2.6...o-teaser-v6.2.7) (2023-04-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Require latest minor version of o-colors, o-buttons, and o-forms ([#1098](https://www.github.com/Financial-Times/origami/issues/1098)) ([b856ca6](https://www.github.com/Financial-Times/origami/commit/b856ca66c9ec555f3c70833ffa35cb05cd19841f))
9
+
3
10
  ### [6.2.6](https://www.github.com/Financial-Times/origami/compare/o-teaser-v6.2.5...o-teaser-v6.2.6) (2023-03-23)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-teaser",
3
- "version": "6.2.6",
3
+ "version": "6.2.7",
4
4
  "description": "Provides styling for teaser elements, which contain information about an article and link through to it",
5
5
  "keywords": [
6
6
  "article",
@@ -24,7 +24,7 @@
24
24
  "watch": "bash ../../scripts/component/watch.bash"
25
25
  },
26
26
  "peerDependencies": {
27
- "@financial-times/o-colors": "^6.0.1",
27
+ "@financial-times/o-colors": "^6.5.0",
28
28
  "@financial-times/o-grid": "^6.0.0",
29
29
  "@financial-times/o-icons": "^7.0.1",
30
30
  "@financial-times/o-labels": "^6.0.0",