@times-components/storybook 4.1.66 → 4.1.70

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
+ ## [4.1.70](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.1.69...@times-components/storybook@4.1.70) (2022-01-04)
7
+
8
+ **Note:** Version bump only for package @times-components/storybook
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.1.69](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.1.68...@times-components/storybook@4.1.69) (2022-01-04)
15
+
16
+ **Note:** Version bump only for package @times-components/storybook
17
+
18
+
19
+
20
+
21
+
22
+ ## [4.1.68](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.1.67...@times-components/storybook@4.1.68) (2021-12-02)
23
+
24
+ **Note:** Version bump only for package @times-components/storybook
25
+
26
+
27
+
28
+
29
+
30
+ ## [4.1.67](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.1.66...@times-components/storybook@4.1.67) (2021-11-25)
31
+
32
+ **Note:** Version bump only for package @times-components/storybook
33
+
34
+
35
+
36
+
37
+
6
38
  ## [4.1.66](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.1.65...@times-components/storybook@4.1.66) (2021-08-09)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/storybook
package/README.md CHANGED
@@ -8,7 +8,7 @@ Times Components showcases its UI components using
8
8
  > interactively develop and test components.
9
9
 
10
10
  Each package has one or more `my-component.stories.js` file. The
11
- `.(stories|stories.web).js` file name is the hook that the CLI uses to load
11
+ `.stories.js` file name is the hook that the CLI uses to load
12
12
  these stories into storybook.
13
13
 
14
14
  ## `my-component.stories.js`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/storybook",
3
- "version": "4.1.66",
3
+ "version": "4.1.70",
4
4
  "description": "React storybook helpers for Times Components",
5
5
  "main": "dist/storybook",
6
6
  "dev": "src/storybook",
@@ -25,8 +25,8 @@
25
25
  "homepage": "https://github.com/newsuk/times-components#readme",
26
26
  "devDependencies": {
27
27
  "@babel/core": "7.4.4",
28
- "@times-components/jest-configurator": "2.7.2",
29
- "@times-components/jest-serializer": "3.2.26",
28
+ "@times-components/jest-configurator": "2.8.0",
29
+ "@times-components/jest-serializer": "3.2.29",
30
30
  "babel-jest": "24.8.0",
31
31
  "babel-plugin-add-react-displayname": "0.0.5",
32
32
  "babel-plugin-styled-components": "1.10.6",
@@ -43,8 +43,8 @@
43
43
  "@storybook/addon-actions": "5.3.18",
44
44
  "@storybook/addon-knobs": "5.3.18",
45
45
  "@storybook/react-native": "5.3.18",
46
- "@times-components/schema": "0.6.25",
47
- "@times-components/user-state": "0.1.63",
46
+ "@times-components/schema": "0.7.0",
47
+ "@times-components/user-state": "0.1.67",
48
48
  "apollo-cache-inmemory": "1.5.1",
49
49
  "apollo-client": "2.5.1",
50
50
  "apollo-link-http": "1.5.14",
@@ -52,7 +52,6 @@
52
52
  "react": "16.9.0",
53
53
  "react-apollo": "2.5.5",
54
54
  "react-helmet-async": "1.0.2",
55
- "react-test-renderer": "16.9.0",
56
55
  "styled-components": "4.3.2"
57
56
  },
58
57
  "resolutions": {
@@ -68,5 +67,5 @@
68
67
  "publishConfig": {
69
68
  "access": "public"
70
69
  },
71
- "gitHead": "af7379e96c03a8e6c3f456a150811cd787b3998d"
70
+ "gitHead": "9f8efad22dd11043e53c8c9c5ca77245868afa8a"
72
71
  }