@times-components/ts-slices 1.7.0 → 1.7.2
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 +19 -0
- package/package.json +4 -4
- package/src/components/article/Article/__tests__/__snapshots__/Article.test.tsx.snap +2 -2
- package/src/components/article/ArticleComment/__tests__/__snapshots__/ArticleComment.test.tsx.snap +1 -1
- package/src/components/article/ArticleStandard/__tests__/__snapshots__/ArticleStandard.test.tsx.snap +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.7.2](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.7.1...@times-components/ts-slices@1.7.2) (2023-02-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Reverts
|
|
10
|
+
|
|
11
|
+
* Revert "feat(TD-2979): replace gillSans with roboto (#3226)" (#3228) ([834129f](https://github.com/newsuk/times-components/commit/834129f471197d50b1446a460e383910444aba15)), closes [#3226](https://github.com/newsuk/times-components/issues/3226) [#3228](https://github.com/newsuk/times-components/issues/3228)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.7.1](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.7.0...@times-components/ts-slices@1.7.1) (2023-02-02)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @times-components/ts-slices
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [1.7.0](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.6.12...@times-components/ts-slices@1.7.0) (2023-02-01)
|
|
7
26
|
|
|
8
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-slices",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "Reuseable Typescript React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"node": ">=8.9"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@times-components/ts-styleguide": "1.39.
|
|
54
|
+
"@times-components/ts-styleguide": "1.39.2",
|
|
55
55
|
"date-fns": "2.28.0",
|
|
56
56
|
"lodash.get": "4.4.2",
|
|
57
57
|
"react": "16.9.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@testing-library/react": "^12.1.2",
|
|
62
|
-
"@times-components/storybook": "4.5.
|
|
62
|
+
"@times-components/storybook": "4.5.10",
|
|
63
63
|
"@types/lodash.get": "4.4.6",
|
|
64
64
|
"@types/lodash.shuffle": "4.2.6",
|
|
65
65
|
"@types/mockdate": "2.0.0",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"@testing-library/jest-dom/extend-expect"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "1335b5c0d81be1d6da08bd58a5c665c45c9a5b23"
|
|
91
91
|
}
|
|
@@ -16,7 +16,7 @@ exports[`<Article /> should render an article correctly 1`] = `
|
|
|
16
16
|
class="sc-bwzfXH iKKeUw"
|
|
17
17
|
>
|
|
18
18
|
<p
|
|
19
|
-
class="sc-htpNat
|
|
19
|
+
class="sc-htpNat dtQRdf"
|
|
20
20
|
>
|
|
21
21
|
Some text label
|
|
22
22
|
</p>
|
|
@@ -24,7 +24,7 @@ exports[`<Article /> should render an article correctly 1`] = `
|
|
|
24
24
|
Headline
|
|
25
25
|
</div>
|
|
26
26
|
<p
|
|
27
|
-
class="sc-ifAKCX
|
|
27
|
+
class="sc-ifAKCX hVJTTS"
|
|
28
28
|
>
|
|
29
29
|
1 hour ago
|
|
30
30
|
</p>
|
package/src/components/article/ArticleStandard/__tests__/__snapshots__/ArticleStandard.test.tsx.snap
CHANGED
|
@@ -16,7 +16,7 @@ exports[`<ArticleStandard /> should render an article correctly 1`] = `
|
|
|
16
16
|
class="sc-bwzfXH iKKeUw"
|
|
17
17
|
>
|
|
18
18
|
<p
|
|
19
|
-
class="sc-htpNat
|
|
19
|
+
class="sc-htpNat dtQRdf"
|
|
20
20
|
>
|
|
21
21
|
Some text label
|
|
22
22
|
</p>
|
|
@@ -24,12 +24,12 @@ exports[`<ArticleStandard /> should render an article correctly 1`] = `
|
|
|
24
24
|
Headline
|
|
25
25
|
</div>
|
|
26
26
|
<p
|
|
27
|
-
class="sc-bxivhb
|
|
27
|
+
class="sc-bxivhb jpOhka"
|
|
28
28
|
>
|
|
29
29
|
August 20 2020, 1.00pm
|
|
30
30
|
</p>
|
|
31
31
|
<p
|
|
32
|
-
class="sc-ifAKCX
|
|
32
|
+
class="sc-ifAKCX bbXdqc"
|
|
33
33
|
>
|
|
34
34
|
Some author
|
|
35
35
|
</p>
|