@times-components/article-summary 3.16.57 → 3.16.61

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 (3) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +0 -3
  3. package/package.json +16 -19
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.16.61](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.16.60...@times-components/article-summary@3.16.61) (2021-11-23)
7
+
8
+ **Note:** Version bump only for package @times-components/article-summary
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.16.60](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.16.59...@times-components/article-summary@3.16.60) (2021-11-16)
15
+
16
+ **Note:** Version bump only for package @times-components/article-summary
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.16.59](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.16.58...@times-components/article-summary@3.16.59) (2021-10-28)
23
+
24
+ **Note:** Version bump only for package @times-components/article-summary
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.16.58](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.16.57...@times-components/article-summary@3.16.58) (2021-08-09)
31
+
32
+ **Note:** Version bump only for package @times-components/article-summary
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.16.57](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.16.56...@times-components/article-summary@3.16.57) (2021-07-05)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/article-summary
package/README.md CHANGED
@@ -53,9 +53,6 @@ This package uses [yarn](https://yarnpkg.com) (latest) to run unit tests on each
53
53
  platform with [jest](https://facebook.github.io/jest/).
54
54
 
55
55
  ```
56
- yarn test:all
57
- yarn test:android
58
- yarn test:ios
59
56
  yarn test:web
60
57
  ```
61
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-summary",
3
- "version": "3.16.57",
3
+ "version": "3.16.61",
4
4
  "main": "dist/article-summary",
5
5
  "dev": "src/article-summary",
6
6
  "scripts": {
@@ -8,10 +8,7 @@
8
8
  "prettier:diff": "prettier --list-different '**/*.*'",
9
9
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,webpack*' --ignore-bin-package=false --skip-missing",
10
10
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
11
- "test:android": "jest --config='./__tests__/android/jest.config.js'",
12
- "test:ios": "jest --config='./__tests__/ios/jest.config.js'",
13
11
  "test:web": "jest --config='./__tests__/web/jest.config.js'",
14
- "test:all": "yarn test:android --coverage && yarn test:ios --coverage && yarn test:web --coverage",
15
12
  "prepublishOnly": "yarn transpile && yarn bundle",
16
13
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
17
14
  "cleanup-dist": "rm -rf dist",
@@ -37,12 +34,12 @@
37
34
  "homepage": "https://github.com/newsuk/times-components#readme",
38
35
  "devDependencies": {
39
36
  "@babel/core": "7.4.4",
40
- "@times-components/eslint-config-thetimes": "0.8.16",
41
- "@times-components/jest-configurator": "2.7.1",
42
- "@times-components/jest-serializer": "3.2.25",
43
- "@times-components/storybook": "4.1.65",
44
- "@times-components/test-utils": "2.3.8",
45
- "@times-components/webpack-configurator": "2.0.27",
37
+ "@times-components/eslint-config-thetimes": "0.8.17",
38
+ "@times-components/jest-configurator": "2.7.2",
39
+ "@times-components/jest-serializer": "3.2.26",
40
+ "@times-components/storybook": "4.1.66",
41
+ "@times-components/test-utils": "2.3.9",
42
+ "@times-components/webpack-configurator": "2.0.28",
46
43
  "babel-jest": "24.8.0",
47
44
  "babel-loader": "8.0.5",
48
45
  "babel-plugin-add-react-displayname": "0.0.5",
@@ -60,14 +57,14 @@
60
57
  "webpack-cli": "3.3.1"
61
58
  },
62
59
  "dependencies": {
63
- "@times-components/article-byline": "3.5.36",
64
- "@times-components/article-flag": "2.10.11",
65
- "@times-components/article-label": "2.7.58",
66
- "@times-components/date-publication": "0.21.60",
67
- "@times-components/markup": "3.4.59",
68
- "@times-components/markup-forest": "1.7.33",
69
- "@times-components/styleguide": "3.38.21",
70
- "@times-components/video-label": "2.4.63",
60
+ "@times-components/article-byline": "3.5.38",
61
+ "@times-components/article-flag": "2.11.1",
62
+ "@times-components/article-label": "2.7.59",
63
+ "@times-components/date-publication": "0.21.61",
64
+ "@times-components/markup": "3.4.60",
65
+ "@times-components/markup-forest": "1.7.34",
66
+ "@times-components/styleguide": "3.38.22",
67
+ "@times-components/video-label": "2.4.64",
71
68
  "prop-types": "15.7.2",
72
69
  "react-native-web": "0.11.4"
73
70
  },
@@ -84,5 +81,5 @@
84
81
  "publishConfig": {
85
82
  "access": "public"
86
83
  },
87
- "gitHead": "f18a6b9cb4c42885a2d5cef492d60f3b8edc8bb7"
84
+ "gitHead": "eef35c1705f6d66efbe1cbcf14446d911ec07c78"
88
85
  }