@times-components/context 1.2.23 → 1.2.27

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,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
+ ## [1.2.27](https://github.com/newsuk/times-components/compare/@times-components/context@1.2.26...@times-components/context@1.2.27) (2021-11-25)
7
+
8
+ **Note:** Version bump only for package @times-components/context
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.26](https://github.com/newsuk/times-components/compare/@times-components/context@1.2.25...@times-components/context@1.2.26) (2021-08-09)
15
+
16
+ **Note:** Version bump only for package @times-components/context
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.2.25](https://github.com/newsuk/times-components/compare/@times-components/context@1.2.24...@times-components/context@1.2.25) (2021-07-05)
23
+
24
+ **Note:** Version bump only for package @times-components/context
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.2.24](https://github.com/newsuk/times-components/compare/@times-components/context@1.2.23...@times-components/context@1.2.24) (2021-05-27)
31
+
32
+ **Note:** Version bump only for package @times-components/context
33
+
34
+
35
+
36
+
37
+
6
38
  ## [1.2.23](https://github.com/newsuk/times-components/compare/@times-components/context@1.2.22...@times-components/context@1.2.23) (2021-05-21)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/context
package/README.md CHANGED
@@ -31,17 +31,9 @@ yarn lint
31
31
  Testing can be done on each platform individually
32
32
 
33
33
  ```
34
- yarn test:android
35
- yarn test:ios
36
34
  yarn test:web
37
35
  ```
38
36
 
39
- Or the tests for all platforms can be run
40
-
41
- ```
42
- yarn test:all
43
- ```
44
-
45
37
  ## Future
46
38
 
47
39
  More theme properties will be added in the future, such as the section colours,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/context",
3
- "version": "1.2.23",
3
+ "version": "1.2.27",
4
4
  "description": "Shared context between components",
5
5
  "main": "dist/context",
6
6
  "dev": "src/context",
@@ -9,10 +9,7 @@
9
9
  "prettier:diff": "prettier --list-different '**/*.*'",
10
10
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
11
11
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,webpack*' --ignore-bin-package=false --skip-missing",
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
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
18
15
  "cleanup-dist": "rm -rf dist",
@@ -37,13 +34,13 @@
37
34
  },
38
35
  "homepage": "https://github.com/newsuk/times-components#readme",
39
36
  "dependencies": {
40
- "@times-components/styleguide": "3.38.18"
37
+ "@times-components/styleguide": "3.38.23"
41
38
  },
42
39
  "devDependencies": {
43
40
  "@babel/core": "7.4.4",
44
- "@times-components/eslint-config-thetimes": "0.8.16",
45
- "@times-components/jest-configurator": "2.7.0",
46
- "@times-components/webpack-configurator": "2.0.27",
41
+ "@times-components/eslint-config-thetimes": "0.8.17",
42
+ "@times-components/jest-configurator": "2.7.3",
43
+ "@times-components/webpack-configurator": "2.0.28",
47
44
  "babel-jest": "24.8.0",
48
45
  "depcheck": "0.6.9",
49
46
  "eslint": "5.9.0",
@@ -69,5 +66,5 @@
69
66
  "publishConfig": {
70
67
  "access": "public"
71
68
  },
72
- "gitHead": "d8285da61cb643672baac9b1bbc8359e9c9c404a"
69
+ "gitHead": "e4ffceaf25ca396380a235406bf49c846731b2b4"
73
70
  }