@times-components/article-main-comment 2.92.9 → 2.92.10-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 +27 -0
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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
+ ## [2.93.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.93.1...@times-components/article-main-comment@2.93.2) (2024-12-11)
7
+
8
+ **Note:** Version bump only for package @times-components/article-main-comment
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.93.1](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.93.0...@times-components/article-main-comment@2.93.1) (2024-12-10)
15
+
16
+ **Note:** Version bump only for package @times-components/article-main-comment
17
+
18
+
19
+
20
+
21
+
22
+ # [2.93.0](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.92.9...@times-components/article-main-comment@2.93.0) (2024-12-05)
23
+
24
+
25
+ ### Features
26
+
27
+ * **TMC-0000:** Implement social embeds ([#3989](https://github.com/newsuk/times-components/issues/3989)) ([4a4e7cd](https://github.com/newsuk/times-components/commit/4a4e7cdceec5fe7402b4403170013f325eec8a84))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [2.92.9](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.92.8...@times-components/article-main-comment@2.92.9) (2024-12-03)
7
34
 
8
35
  **Note:** Version bump only for package @times-components/article-main-comment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-main-comment",
3
- "version": "2.92.9",
3
+ "version": "2.92.10-alpha.11+ca0d8d5f89",
4
4
  "description": "Main Comment Article Template",
5
5
  "main": "dist/article-main-comment",
6
6
  "dev": "src/article-main-comment",
@@ -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.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",
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-skeleton": "1.141.1",
60
- "@times-components/context": "1.24.0",
61
- "@times-components/date-publication": "0.30.34",
62
- "@times-components/image": "6.18.2",
63
- "@times-components/responsive": "0.27.0",
64
- "@times-components/ts-components": "1.112.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.63",
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-skeleton": "^1.141.2-alpha.11+ca0d8d5f89",
60
+ "@times-components/context": "^1.24.0",
61
+ "@times-components/date-publication": "^0.30.34",
62
+ "@times-components/image": "^6.18.2",
63
+ "@times-components/responsive": "^0.27.0",
64
+ "@times-components/ts-components": "^1.113.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": "4c6b4e8d17826dbcad4f9b53c72c9b4a1e7e9fc2"
83
+ "gitHead": "ca0d8d5f89fc4fcd15b228fd51f46165b51d9efc"
84
84
  }