@financial-times/o-teaser 9.1.2 → 9.1.3

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
+ ## [9.1.3](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.2...o-teaser-v9.1.3) (2026-02-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * depend on v7 and v8 of o-labels on o-teaser ([#2360](https://github.com/Financial-Times/origami/issues/2360)) ([e4d4c46](https://github.com/Financial-Times/origami/commit/e4d4c464ad3acfa412002a550590d497a246de45))
9
+
3
10
  ## [9.1.2](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.1...o-teaser-v9.1.2) (2025-12-03)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-teaser",
3
- "version": "9.1.2",
3
+ "version": "9.1.3",
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-labels": "^7.0.0",
27
+ "@financial-times/o-labels": "^7.0.0 || ^8.0.0",
28
28
  "@financial-times/o-private-foundation": "^1.5.0"
29
29
  },
30
30
  "devDependencies": {