@times-components/article-topics 4.7.17 → 4.8.1

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.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)
7
+
8
+ **Note:** Version bump only for package @times-components/article-topics
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Features
18
+
19
+ * **TD-2979:** replace gillSans with roboto ([#3226](https://github.com/newsuk/times-components/issues/3226)) ([29f701e](https://github.com/newsuk/times-components/commit/29f701ea96c7e06767c23e01496f343b6d7a7db1))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [4.7.17](https://github.com/newsuk/times-components/compare/@times-components/article-topics@4.7.16...@times-components/article-topics@4.7.17) (2023-01-31)
7
26
 
8
27
  **Note:** Version bump only for package @times-components/article-topics
@@ -17,7 +17,6 @@ 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
21
20
  top: 2
22
21
  })
23
22
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-topics",
3
- "version": "4.7.17",
3
+ "version": "4.8.1",
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.10",
57
- "@times-components/link": "3.11.11",
58
- "@times-components/tracking": "2.16.0",
59
- "@times-components/ts-styleguide": "1.38.4",
60
- "@times-components/utils": "6.15.11",
56
+ "@times-components/context": "1.10.12",
57
+ "@times-components/link": "3.11.13",
58
+ "@times-components/tracking": "2.16.1",
59
+ "@times-components/ts-styleguide": "1.39.1",
60
+ "@times-components/utils": "6.15.13",
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": "6fa2ba32f608d1ddddff2b545e1645c92963d496"
74
+ "gitHead": "a503ceda903667a147a1d1d4f3f8752fd95eec07"
75
75
  }