@times-components/star-button 0.3.43 → 0.3.47

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 +10 -13
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
+ ## [0.3.47](https://github.com/newsuk/times-components/compare/@times-components/star-button@0.3.46...@times-components/star-button@0.3.47) (2021-12-02)
7
+
8
+ **Note:** Version bump only for package @times-components/star-button
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.46](https://github.com/newsuk/times-components/compare/@times-components/star-button@0.3.45...@times-components/star-button@0.3.46) (2021-11-25)
15
+
16
+ **Note:** Version bump only for package @times-components/star-button
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.3.45](https://github.com/newsuk/times-components/compare/@times-components/star-button@0.3.44...@times-components/star-button@0.3.45) (2021-08-09)
23
+
24
+ **Note:** Version bump only for package @times-components/star-button
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.3.44](https://github.com/newsuk/times-components/compare/@times-components/star-button@0.3.43...@times-components/star-button@0.3.44) (2021-07-05)
31
+
32
+ **Note:** Version bump only for package @times-components/star-button
33
+
34
+
35
+
36
+
37
+
6
38
  ## [0.3.43](https://github.com/newsuk/times-components/compare/@times-components/star-button@0.3.42...@times-components/star-button@0.3.43) (2021-07-02)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/star-button
package/README.md CHANGED
@@ -46,9 +46,6 @@ This package uses [yarn](https://yarnpkg.com) (latest) to run unit tests on each
46
46
  platform with [jest](https://facebook.github.io/jest/).
47
47
 
48
48
  ```
49
- yarn test:all
50
- yarn test:android
51
- yarn test:ios
52
49
  yarn test:web
53
50
  ```
54
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/star-button",
3
- "version": "0.3.43",
3
+ "version": "0.3.47",
4
4
  "description": "Star button",
5
5
  "main": "dist/star-button",
6
6
  "dev": "src/star-button",
@@ -9,10 +9,7 @@
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:android": "jest --config='./__tests__/android/jest.config.js'",
13
- "test:ios": "jest --config='./__tests__/ios/jest.config.js'",
14
12
  "test:web": "jest --config='./__tests__/web/jest.config.js'",
15
- "test:all": "yarn test:android --coverage && yarn test:ios --coverage && yarn test:web --coverage",
16
13
  "prepublishOnly": "yarn transpile && yarn bundle",
17
14
  "cleanup-dist": "rm -rf dist",
18
15
  "transpile": "yarn cleanup-dist && babel src -d dist",
@@ -38,12 +35,12 @@
38
35
  "homepage": "https://github.com/newsuk/times-components#readme",
39
36
  "devDependencies": {
40
37
  "@babel/core": "7.4.4",
41
- "@times-components/eslint-config-thetimes": "0.8.16",
42
- "@times-components/jest-configurator": "2.7.1",
43
- "@times-components/jest-serializer": "3.2.25",
44
- "@times-components/storybook": "4.1.64",
45
- "@times-components/test-utils": "2.3.8",
46
- "@times-components/webpack-configurator": "2.0.27",
38
+ "@times-components/eslint-config-thetimes": "0.8.18",
39
+ "@times-components/jest-configurator": "2.7.4",
40
+ "@times-components/jest-serializer": "3.2.28",
41
+ "@times-components/storybook": "4.1.68",
42
+ "@times-components/test-utils": "2.3.10",
43
+ "@times-components/webpack-configurator": "2.0.29",
47
44
  "babel-jest": "24.8.0",
48
45
  "eslint": "5.9.0",
49
46
  "jest": "24.8.0",
@@ -56,8 +53,8 @@
56
53
  "webpack-cli": "3.3.1"
57
54
  },
58
55
  "dependencies": {
59
- "@times-components/icons": "2.16.1",
60
- "@times-components/link": "3.6.42",
56
+ "@times-components/icons": "2.16.5",
57
+ "@times-components/link": "3.6.46",
61
58
  "prop-types": "15.7.2"
62
59
  },
63
60
  "resolutions": {
@@ -73,5 +70,5 @@
73
70
  "publishConfig": {
74
71
  "access": "public"
75
72
  },
76
- "gitHead": "912dbc3e6c0049241dd756f5829fdbd324f5ae5f"
73
+ "gitHead": "eec604346ec793e27892f0522ab81cafde40fd9e"
77
74
  }