@financial-times/o-labels 6.5.2 → 6.5.4
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 +14 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [6.5.4](https://www.github.com/Financial-Times/origami/compare/o-labels-v6.5.3...o-labels-v6.5.4) (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
|
+
|
|
10
|
+
### [6.5.3](https://www.github.com/Financial-Times/origami/compare/o-labels-v6.5.2...o-labels-v6.5.3) (2022-12-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* require 3.3.0 or higher ([fc180c6](https://www.github.com/Financial-Times/origami/commit/fc180c619755daa1b7bfe65509f354cf0de113bf))
|
|
16
|
+
|
|
3
17
|
### [6.5.2](https://www.github.com/Financial-Times/origami/compare/o-labels-v6.5.1...o-labels-v6.5.2) (2022-12-06)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/o-labels",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.4",
|
|
4
4
|
"description": "Labels for content classification or to emphasise a value. Provides customisation options with the FT colour palette.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"label",
|
|
@@ -17,19 +17,20 @@
|
|
|
17
17
|
"start": "npx serve ./demos/local",
|
|
18
18
|
"build": "bash ../../scripts/component/build.bash",
|
|
19
19
|
"test": "bash ../../scripts/component/test.bash",
|
|
20
|
+
"debug:js": "bash ../../scripts/component/debug-js.bash",
|
|
20
21
|
"lint": "bash ../../scripts/component/lint.bash",
|
|
21
22
|
"watch": "bash ../../scripts/component/watch.bash"
|
|
22
23
|
},
|
|
23
24
|
"peerDependencies": {
|
|
24
25
|
"@financial-times/o-brand": "^4.1.0",
|
|
25
|
-
"@financial-times/o-colors": "^6.0
|
|
26
|
+
"@financial-times/o-colors": "^6.5.0",
|
|
26
27
|
"@financial-times/o-editorial-typography": "^2.0.1",
|
|
27
28
|
"@financial-times/o-spacing": "^3.0.0",
|
|
28
29
|
"@financial-times/o-typography": "^7.0.1"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
32
|
"@financial-times/o-fonts": "^5.2.0",
|
|
32
|
-
"@financial-times/o-normalise": "^3.
|
|
33
|
+
"@financial-times/o-normalise": "^3.3.0"
|
|
33
34
|
},
|
|
34
35
|
"engines": {
|
|
35
36
|
"npm": "^7 || ^8"
|