@times-components/date-publication 0.28.2-alpha.146 → 0.28.2-alpha.156
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 +38 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.30.0](https://github.com/newsuk/times-components/compare/@times-components/date-publication@0.29.0...@times-components/date-publication@0.30.0) (2024-01-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TMPZ-280:** reversed display order of mini-quiz hints ([#3717](https://github.com/newsuk/times-components/issues/3717)) ([52b2dd2](https://github.com/newsuk/times-components/commit/52b2dd2c43c5deafff5e93f7de8b596164502e36))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.29.0](https://github.com/newsuk/times-components/compare/@times-components/date-publication@0.28.4...@times-components/date-publication@0.29.0) (2024-01-17)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **TMPZ-19:** added tracking for the puzzle category scroll buttons ([#3716](https://github.com/newsuk/times-components/issues/3716)) ([982afc5](https://github.com/newsuk/times-components/commit/982afc54adfeaf06543a046be1095e9d4ee74689))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [0.28.4](https://github.com/newsuk/times-components/compare/@times-components/date-publication@0.28.3...@times-components/date-publication@0.28.4) (2024-01-12)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @times-components/date-publication
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [0.28.3](https://github.com/newsuk/times-components/compare/@times-components/date-publication@0.28.2...@times-components/date-publication@0.28.3) (2024-01-12)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @times-components/date-publication
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## [0.28.2](https://github.com/newsuk/times-components/compare/@times-components/date-publication@0.28.1...@times-components/date-publication@0.28.2) (2024-01-11)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @times-components/date-publication
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/date-publication",
|
|
3
|
-
"version": "0.28.2-alpha.
|
|
3
|
+
"version": "0.28.2-alpha.156+01883263df",
|
|
4
4
|
"description": "Date and Publication properties ",
|
|
5
5
|
"main": "dist/date-publication",
|
|
6
6
|
"dev": "src/date-publication",
|
|
@@ -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/storybook": "^4.11.
|
|
39
|
+
"@times-components/storybook": "^4.11.4-alpha.156+01883263df",
|
|
40
40
|
"@times-components/test-utils": "^2.4.1",
|
|
41
|
-
"@times-components/utils": "^6.16.22-alpha.
|
|
41
|
+
"@times-components/utils": "^6.16.22-alpha.156+01883263df",
|
|
42
42
|
"@times-components/webpack-configurator": "^2.1.0",
|
|
43
43
|
"babel-jest": "24.8.0",
|
|
44
44
|
"babel-loader": "8.0.5",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"webpack": "4.30.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@times-components/ts-styleguide": "^1.48.2-alpha.
|
|
55
|
+
"@times-components/ts-styleguide": "^1.48.2-alpha.156+01883263df",
|
|
56
56
|
"date-fns": "2.28.0",
|
|
57
57
|
"prop-types": "15.7.2",
|
|
58
58
|
"styled-components": "4.3.2"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "01883263dffa78e73b6ef83da98bbda3485df3f6"
|
|
72
72
|
}
|