@times-components/video 4.18.27-alpha.86 → 4.19.0

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.19.0](https://github.com/newsuk/times-components/compare/@times-components/video@4.18.27...@times-components/video@4.19.0) (2024-10-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TMRS-000:** remove comment ([#3964](https://github.com/newsuk/times-components/issues/3964)) ([90bb640](https://github.com/newsuk/times-components/commit/90bb6406e075aac20fc90339d8b3006c9715d7e3))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.18.27](https://github.com/newsuk/times-components/compare/@times-components/video@4.18.26...@times-components/video@4.18.27) (2024-10-17)
18
+
19
+ **Note:** Version bump only for package @times-components/video
20
+
21
+
22
+
23
+
24
+
6
25
  ## [4.18.26](https://github.com/newsuk/times-components/compare/@times-components/video@4.18.25...@times-components/video@4.18.26) (2024-07-08)
7
26
 
8
27
  **Note:** Version bump only for package @times-components/video
@@ -219,7 +219,6 @@ var InlineVideoPlayer = /*#__PURE__*/function (_Component) {
219
219
  /*#__PURE__*/
220
220
 
221
221
  /* eslint jsx-a11y/media-has-caption: "off" */
222
- // Added a wrapping div as brightcove adds siblings to the video tag
223
222
  _react["default"].createElement("div", {
224
223
  "data-is-360": is360,
225
224
  "data-testid": "video-component",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/video",
3
- "version": "4.18.27-alpha.86+d6ce8acb4f",
3
+ "version": "4.19.0",
4
4
  "main": "dist/video",
5
5
  "dev": "src/video",
6
6
  "description": "Video",
@@ -34,11 +34,11 @@
34
34
  "homepage": "https://github.com/newsuk/times-components#readme",
35
35
  "devDependencies": {
36
36
  "@babel/core": "7.4.4",
37
- "@times-components/eslint-config-thetimes": "^0.8.18",
38
- "@times-components/jest-configurator-web": "^0.8.2",
39
- "@times-components/jest-serializer": "^3.13.20",
40
- "@times-components/storybook": "^4.12.34",
41
- "@times-components/test-utils": "^2.4.2",
37
+ "@times-components/eslint-config-thetimes": "0.8.18",
38
+ "@times-components/jest-configurator-web": "0.8.2",
39
+ "@times-components/jest-serializer": "3.13.20",
40
+ "@times-components/storybook": "4.12.34",
41
+ "@times-components/test-utils": "2.4.2",
42
42
  "babel-jest": "24.8.0",
43
43
  "babel-loader": "8.0.5",
44
44
  "depcheck": "0.6.9",
@@ -52,11 +52,11 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/error-view": "^2.6.61",
56
- "@times-components/icons": "^2.22.12",
57
- "@times-components/image": "^6.18.1",
58
- "@times-components/ts-styleguide": "^1.50.34",
59
- "@times-components/utils": "^6.26.0",
55
+ "@times-components/error-view": "2.6.61",
56
+ "@times-components/icons": "2.22.12",
57
+ "@times-components/image": "6.18.1",
58
+ "@times-components/ts-styleguide": "1.50.34",
59
+ "@times-components/utils": "6.26.0",
60
60
  "prop-types": "15.7.2",
61
61
  "styled-components": "4.3.2"
62
62
  },
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "d6ce8acb4f11fa2a57fc013277742c95f6cc5b0e"
79
+ "gitHead": "9e55ca1a5cc1ec3d978f0896d92fdbf49bec2a25"
80
80
  }