@times-components/article-in-depth 3.92.2 → 3.92.3-alpha.11

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 +102 -0
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,108 @@
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
+ ## [3.94.3](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.94.2...@times-components/article-in-depth@3.94.3) (2024-12-17)
7
+
8
+ **Note:** Version bump only for package @times-components/article-in-depth
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.94.2](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.94.1...@times-components/article-in-depth@3.94.2) (2024-12-16)
15
+
16
+ **Note:** Version bump only for package @times-components/article-in-depth
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.94.1](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.94.0...@times-components/article-in-depth@3.94.1) (2024-12-16)
23
+
24
+ **Note:** Version bump only for package @times-components/article-in-depth
25
+
26
+
27
+
28
+
29
+
30
+ # [3.94.0](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.93.3...@times-components/article-in-depth@3.94.0) (2024-12-13)
31
+
32
+
33
+ ### Features
34
+
35
+ * **TMD-1182:** Update to TPA field for image alt text ([#4001](https://github.com/newsuk/times-components/issues/4001)) ([1bbbc41](https://github.com/newsuk/times-components/commit/1bbbc41ad94f401b90ca653b800e0a075dc6efda))
36
+
37
+
38
+
39
+
40
+
41
+ ## [3.93.3](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.93.2...@times-components/article-in-depth@3.93.3) (2024-12-12)
42
+
43
+ **Note:** Version bump only for package @times-components/article-in-depth
44
+
45
+
46
+
47
+
48
+
49
+ ## [3.93.2](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.93.1...@times-components/article-in-depth@3.93.2) (2024-12-11)
50
+
51
+ **Note:** Version bump only for package @times-components/article-in-depth
52
+
53
+
54
+
55
+
56
+
57
+ ## [3.93.1](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.93.0...@times-components/article-in-depth@3.93.1) (2024-12-10)
58
+
59
+ **Note:** Version bump only for package @times-components/article-in-depth
60
+
61
+
62
+
63
+
64
+
65
+ # [3.93.0](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.6...@times-components/article-in-depth@3.93.0) (2024-12-05)
66
+
67
+
68
+ ### Features
69
+
70
+ * **TMC-0000:** Implement social embeds ([#3989](https://github.com/newsuk/times-components/issues/3989)) ([4a4e7cd](https://github.com/newsuk/times-components/commit/4a4e7cdceec5fe7402b4403170013f325eec8a84))
71
+
72
+
73
+
74
+
75
+
76
+ ## [3.92.6](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.5...@times-components/article-in-depth@3.92.6) (2024-12-03)
77
+
78
+ **Note:** Version bump only for package @times-components/article-in-depth
79
+
80
+
81
+
82
+
83
+
84
+ ## [3.92.5](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.4...@times-components/article-in-depth@3.92.5) (2024-12-02)
85
+
86
+ **Note:** Version bump only for package @times-components/article-in-depth
87
+
88
+
89
+
90
+
91
+
92
+ ## [3.92.4](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.3...@times-components/article-in-depth@3.92.4) (2024-11-22)
93
+
94
+ **Note:** Version bump only for package @times-components/article-in-depth
95
+
96
+
97
+
98
+
99
+
100
+ ## [3.92.3](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.2...@times-components/article-in-depth@3.92.3) (2024-11-20)
101
+
102
+ **Note:** Version bump only for package @times-components/article-in-depth
103
+
104
+
105
+
106
+
107
+
6
108
  ## [3.92.2](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.92.1...@times-components/article-in-depth@3.92.2) (2024-11-19)
7
109
 
8
110
  **Note:** Version bump only for package @times-components/article-in-depth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-in-depth",
3
- "version": "3.92.2",
3
+ "version": "3.92.3-alpha.11+d82428463a",
4
4
  "description": "In Depth Article Template",
5
5
  "main": "dist/article-in-depth",
6
6
  "dev": "src/article-in-depth",
@@ -9,8 +9,8 @@
9
9
  "fmt": "eslint . --fix && prettier --write '**/*.*'",
10
10
  "prettier:diff": "prettier --list-different '**/*.*'",
11
11
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
12
- "test:web": "jest --config='./__tests__/jest.config.js'",
13
- "test:web:updatesnapshot": "yarn test:web -u",
12
+ "test:web": "TZ=UTC jest --config='./__tests__/jest.config.js'",
13
+ "test:web:updatesnapshot": "TZ=UTC yarn test:web -u",
14
14
  "prepublishOnly": "yarn transpile && yarn bundle",
15
15
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
16
16
  "cleanup-dist": "rm -rf dist",
@@ -33,15 +33,15 @@
33
33
  "homepage": "https://github.com/newsuk/times-components#readme",
34
34
  "devDependencies": {
35
35
  "@babel/core": "7.4.4",
36
- "@times-components/eslint-config-thetimes": "0.8.18",
37
- "@times-components/jest-configurator-web": "0.8.2",
38
- "@times-components/jest-serializer": "3.13.20",
39
- "@times-components/provider": "1.41.4",
40
- "@times-components/provider-test-tools": "1.30.4",
41
- "@times-components/storybook": "4.12.34",
42
- "@times-components/tealium-utils": "0.9.1",
43
- "@times-components/test-utils": "2.4.2",
44
- "@times-components/webpack-configurator": "2.1.1",
36
+ "@times-components/eslint-config-thetimes": "^0.8.18",
37
+ "@times-components/jest-configurator-web": "^0.8.2",
38
+ "@times-components/jest-serializer": "^3.13.20",
39
+ "@times-components/provider": "^1.41.5",
40
+ "@times-components/provider-test-tools": "^1.30.5",
41
+ "@times-components/storybook": "^4.12.34",
42
+ "@times-components/tealium-utils": "^0.9.1",
43
+ "@times-components/test-utils": "^2.4.2",
44
+ "@times-components/webpack-configurator": "^2.1.1",
45
45
  "babel-jest": "24.8.0",
46
46
  "eslint": "5.9.0",
47
47
  "jest": "24.8.0",
@@ -53,19 +53,19 @@
53
53
  "webpack": "4.30.0"
54
54
  },
55
55
  "dependencies": {
56
- "@times-components/ad": "2.22.23",
57
- "@times-components/article-byline": "3.13.56",
58
- "@times-components/article-label": "2.18.34",
59
- "@times-components/article-lead-asset": "1.18.45",
60
- "@times-components/article-skeleton": "1.140.11",
61
- "@times-components/caption": "3.8.55",
62
- "@times-components/context": "1.24.0",
63
- "@times-components/date-publication": "0.30.34",
64
- "@times-components/ts-components": "1.110.1",
65
- "@times-components/ts-styleguide": "1.50.34",
66
- "@times-components/user-state": "0.5.51",
67
- "@times-components/utils": "6.26.0",
68
- "@times-components/video-label": "2.11.62",
56
+ "@times-components/ad": "^2.22.23",
57
+ "@times-components/article-byline": "^3.13.56",
58
+ "@times-components/article-label": "^2.18.34",
59
+ "@times-components/article-lead-asset": "^1.19.0",
60
+ "@times-components/article-skeleton": "^1.145.1",
61
+ "@times-components/caption": "^3.8.55",
62
+ "@times-components/context": "^1.24.0",
63
+ "@times-components/date-publication": "^0.30.34",
64
+ "@times-components/ts-components": "^1.115.0",
65
+ "@times-components/ts-styleguide": "^1.50.34",
66
+ "@times-components/user-state": "^0.5.51",
67
+ "@times-components/utils": "^6.26.0",
68
+ "@times-components/video-label": "^2.11.63",
69
69
  "prop-types": "15.7.2",
70
70
  "styled-components": "4.3.2"
71
71
  },
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "50467c9e0b44f852ec00e6b47968f194af5632a4"
83
+ "gitHead": "d82428463ae43d4e0bbd4ce50c3a8d90af041b4b"
84
84
  }