@times-components/markup 3.8.22-alpha.148 → 3.8.22-alpha.159

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 (2) hide show
  1. package/CHANGELOG.md +112 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,118 @@
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.8.37](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.36...@times-components/markup@3.8.37) (2024-01-30)
7
+
8
+ **Note:** Version bump only for package @times-components/markup
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.8.36](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.35...@times-components/markup@3.8.36) (2024-01-30)
15
+
16
+ **Note:** Version bump only for package @times-components/markup
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.8.35](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.34...@times-components/markup@3.8.35) (2024-01-30)
23
+
24
+ **Note:** Version bump only for package @times-components/markup
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.8.34](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.33...@times-components/markup@3.8.34) (2024-01-29)
31
+
32
+ **Note:** Version bump only for package @times-components/markup
33
+
34
+
35
+
36
+
37
+
38
+ ## [3.8.33](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.32...@times-components/markup@3.8.33) (2024-01-26)
39
+
40
+ **Note:** Version bump only for package @times-components/markup
41
+
42
+
43
+
44
+
45
+
46
+ ## [3.8.32](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.31...@times-components/markup@3.8.32) (2024-01-25)
47
+
48
+ **Note:** Version bump only for package @times-components/markup
49
+
50
+
51
+
52
+
53
+
54
+ ## [3.8.31](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.30...@times-components/markup@3.8.31) (2024-01-25)
55
+
56
+ **Note:** Version bump only for package @times-components/markup
57
+
58
+
59
+
60
+
61
+
62
+ ## [3.8.30](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.29...@times-components/markup@3.8.30) (2024-01-24)
63
+
64
+ **Note:** Version bump only for package @times-components/markup
65
+
66
+
67
+
68
+
69
+
70
+ ## [3.8.29](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.28...@times-components/markup@3.8.29) (2024-01-24)
71
+
72
+ **Note:** Version bump only for package @times-components/markup
73
+
74
+
75
+
76
+
77
+
78
+ ## [3.8.28](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.27...@times-components/markup@3.8.28) (2024-01-23)
79
+
80
+ **Note:** Version bump only for package @times-components/markup
81
+
82
+
83
+
84
+
85
+
86
+ ## [3.8.27](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.26...@times-components/markup@3.8.27) (2024-01-18)
87
+
88
+ **Note:** Version bump only for package @times-components/markup
89
+
90
+
91
+
92
+
93
+
94
+ ## [3.8.26](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.25...@times-components/markup@3.8.26) (2024-01-17)
95
+
96
+ **Note:** Version bump only for package @times-components/markup
97
+
98
+
99
+
100
+
101
+
102
+ ## [3.8.25](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.24...@times-components/markup@3.8.25) (2024-01-12)
103
+
104
+ **Note:** Version bump only for package @times-components/markup
105
+
106
+
107
+
108
+
109
+
110
+ ## [3.8.24](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.23...@times-components/markup@3.8.24) (2024-01-12)
111
+
112
+ **Note:** Version bump only for package @times-components/markup
113
+
114
+
115
+
116
+
117
+
6
118
  ## [3.8.23](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.22...@times-components/markup@3.8.23) (2024-01-11)
7
119
 
8
120
  **Note:** Version bump only for package @times-components/markup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/markup",
3
- "version": "3.8.22-alpha.148+a953d7454f",
3
+ "version": "3.8.22-alpha.159+59a31327ec",
4
4
  "description": "a component which takes an HTML ast and renders the platform specific markup ",
5
5
  "main": "dist/markup",
6
6
  "dev": "src/markup",
@@ -36,9 +36,9 @@
36
36
  "@babel/core": "7.4.4",
37
37
  "@times-components/eslint-config-thetimes": "^0.8.18",
38
38
  "@times-components/jest-configurator-web": "^0.8.1",
39
- "@times-components/jest-serializer": "^3.12.3",
39
+ "@times-components/jest-serializer": "^3.13.5",
40
40
  "@times-components/markup-forest": "^1.9.1",
41
- "@times-components/storybook": "^4.11.5",
41
+ "@times-components/storybook": "^4.11.4-alpha.159+59a31327ec",
42
42
  "@times-components/test-utils": "^2.4.1",
43
43
  "@times-components/webpack-configurator": "^2.1.0",
44
44
  "babel-jest": "24.8.0",
@@ -53,8 +53,8 @@
53
53
  "webpack": "4.30.0"
54
54
  },
55
55
  "dependencies": {
56
- "@times-components/ts-styleguide": "^1.48.2-alpha.148+a953d7454f",
57
- "@times-components/utils": "^6.16.22-alpha.148+a953d7454f"
56
+ "@times-components/ts-styleguide": "^1.48.2-alpha.159+59a31327ec",
57
+ "@times-components/utils": "^6.18.1"
58
58
  },
59
59
  "resolutions": {
60
60
  "react": "16.9.0",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "a953d7454f8721b3636f32bcac0434b135c5cf29"
70
+ "gitHead": "59a31327ec95b33f7611620606ec4508e64e1bb6"
71
71
  }