@times-components/article-topics 4.8.0 → 4.8.2

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 CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.8.2](https://github.com/newsuk/times-components/compare/@times-components/article-topics@4.8.1...@times-components/article-topics@4.8.2) (2023-02-02)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "feat(TD-2979): replace gillSans with roboto (#3226)" (#3228) ([834129f](https://github.com/newsuk/times-components/commit/834129f471197d50b1446a460e383910444aba15)), closes [#3226](https://github.com/newsuk/times-components/issues/3226) [#3228](https://github.com/newsuk/times-components/issues/3228)
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.8.1](https://github.com/newsuk/times-components/compare/@times-components/article-topics@4.8.0...@times-components/article-topics@4.8.1) (2023-02-02)
18
+
19
+ **Note:** Version bump only for package @times-components/article-topics
20
+
21
+
22
+
23
+
24
+
6
25
  # [4.8.0](https://github.com/newsuk/times-components/compare/@times-components/article-topics@4.7.17...@times-components/article-topics@4.8.0) (2023-02-01)
7
26
 
8
27
 
@@ -17,6 +17,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
17
17
 
18
18
  var styles = _objectSpread(_objectSpread({}, _shared["default"]), {}, {
19
19
  text: _objectSpread(_objectSpread({}, _shared["default"].text), {}, {
20
+ // Gill Sans hack
20
21
  top: 2
21
22
  })
22
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-topics",
3
- "version": "4.8.0",
3
+ "version": "4.8.2",
4
4
  "description": "Map of Topics related to the Article",
5
5
  "main": "dist/article-topics",
6
6
  "dev": "src/article-topics",
@@ -36,8 +36,8 @@
36
36
  "@babel/core": "7.4.4",
37
37
  "@times-components/eslint-config-thetimes": "0.8.18",
38
38
  "@times-components/jest-configurator-web": "0.8.0",
39
- "@times-components/jest-serializer": "3.5.4",
40
- "@times-components/storybook": "4.5.9",
39
+ "@times-components/jest-serializer": "3.5.5",
40
+ "@times-components/storybook": "4.5.10",
41
41
  "@times-components/test-utils": "2.4.0",
42
42
  "@times-components/webpack-configurator": "2.1.0",
43
43
  "babel-jest": "24.8.0",
@@ -53,11 +53,11 @@
53
53
  "webpack": "4.30.0"
54
54
  },
55
55
  "dependencies": {
56
- "@times-components/context": "1.10.11",
57
- "@times-components/link": "3.11.12",
58
- "@times-components/tracking": "2.16.0",
59
- "@times-components/ts-styleguide": "1.39.0",
60
- "@times-components/utils": "6.15.12",
56
+ "@times-components/context": "1.10.13",
57
+ "@times-components/link": "3.11.14",
58
+ "@times-components/tracking": "2.16.1",
59
+ "@times-components/ts-styleguide": "1.39.2",
60
+ "@times-components/utils": "6.15.14",
61
61
  "prop-types": "15.7.2"
62
62
  },
63
63
  "resolutions": {
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "6adaa321a45d73aa95c7f64b75599a8e5473d2e4"
74
+ "gitHead": "1335b5c0d81be1d6da08bd58a5c665c45c9a5b23"
75
75
  }