@times-components/article-extras 0.33.1 → 0.34.1-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # [0.34.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.33.1...@times-components/article-extras@0.34.0) (2024-12-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TMC-0000:** Implement social embeds ([#3989](https://github.com/newsuk/times-components/issues/3989)) ([4a4e7cd](https://github.com/newsuk/times-components/commit/4a4e7cdceec5fe7402b4403170013f325eec8a84))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.33.1](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.33.0...@times-components/article-extras@0.33.1) (2024-12-03)
7
18
 
8
19
  **Note:** Version bump only for package @times-components/article-extras
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-extras",
3
- "version": "0.33.1",
3
+ "version": "0.34.1-alpha.2+31468026f3",
4
4
  "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments ",
5
5
  "main": "dist/index",
6
6
  "dev": "src/index",
@@ -10,7 +10,7 @@
10
10
  "prettier:diff": "prettier --list-different '**/*.*'",
11
11
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
12
12
  "test:web": "jest --config='./__tests__/jest.config.js'",
13
- "test:web:updatesnapshot": "yarn test:web -u",
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,12 +33,12 @@
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/storybook": "4.12.34",
40
- "@times-components/test-utils": "2.4.2",
41
- "@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/storybook": "^4.12.34",
40
+ "@times-components/test-utils": "^2.4.2",
41
+ "@times-components/webpack-configurator": "^2.1.1",
42
42
  "babel-jest": "24.8.0",
43
43
  "eslint": "5.9.0",
44
44
  "jest": "24.8.0",
@@ -49,17 +49,17 @@
49
49
  "webpack": "4.30.0"
50
50
  },
51
51
  "dependencies": {
52
- "@times-components/article-comments": "0.44.25",
53
- "@times-components/article-topics": "4.11.55",
54
- "@times-components/button": "2.10.61",
55
- "@times-components/context": "1.24.0",
56
- "@times-components/message-bar": "0.7.86",
57
- "@times-components/related-articles": "6.19.1",
58
- "@times-components/save-and-share-bar": "0.26.4",
59
- "@times-components/ts-components": "1.112.1",
60
- "@times-components/ts-styleguide": "1.50.34",
61
- "@times-components/user-state": "0.5.51",
62
- "@times-components/utils": "6.26.0",
52
+ "@times-components/article-comments": "^0.44.27-alpha.2+31468026f3",
53
+ "@times-components/article-topics": "^4.11.55",
54
+ "@times-components/button": "^2.10.61",
55
+ "@times-components/context": "^1.24.0",
56
+ "@times-components/message-bar": "^0.7.86",
57
+ "@times-components/related-articles": "^6.19.3-alpha.2+31468026f3",
58
+ "@times-components/save-and-share-bar": "^0.26.6-alpha.2+31468026f3",
59
+ "@times-components/ts-components": "^1.113.1-alpha.2+31468026f3",
60
+ "@times-components/ts-styleguide": "^1.50.34",
61
+ "@times-components/user-state": "^0.5.51",
62
+ "@times-components/utils": "^6.26.0",
63
63
  "prop-types": "15.7.2",
64
64
  "styled-components": "4.3.2"
65
65
  },
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "4c6b4e8d17826dbcad4f9b53c72c9b4a1e7e9fc2"
77
+ "gitHead": "31468026f3c82ef974563616d4718aefcb8ede82"
78
78
  }