@times-components/tracking 2.15.2 → 2.15.4
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 +8 -7
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
|
+
## [2.15.4](https://github.com/newsuk/times-components/compare/@times-components/tracking@2.15.3...@times-components/tracking@2.15.4) (2023-01-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **TDP-3095:** changed uppercase to none for style section heading in… ([#3222](https://github.com/newsuk/times-components/issues/3222)) ([6a719b8](https://github.com/newsuk/times-components/commit/6a719b8f2fd5fea63b7fa62b49bbfa83aafb0e30))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.15.3](https://github.com/newsuk/times-components/compare/@times-components/tracking@2.15.2...@times-components/tracking@2.15.3) (2023-01-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @times-components/tracking
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [2.15.2](https://github.com/newsuk/times-components/compare/@times-components/tracking@2.15.1...@times-components/tracking@2.15.2) (2023-01-23)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @times-components/tracking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/tracking",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.4",
|
|
4
4
|
"main": "dist/tracking",
|
|
5
5
|
"dev": "src/tracking",
|
|
6
6
|
"scripts": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,webpack*' --ignore-bin-package=false --skip-missing",
|
|
10
10
|
"lint": "eslint . && yarn prettier:diff",
|
|
11
11
|
"test:web": "jest --config='./__tests__/jest.config.js'",
|
|
12
|
+
"test:web:updatesnapshot": "yarn test:web -u",
|
|
12
13
|
"prepublishOnly": "yarn transpile && yarn bundle",
|
|
13
14
|
"watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
|
|
14
15
|
"cleanup-dist": "rm -rf dist",
|
|
@@ -33,10 +34,10 @@
|
|
|
33
34
|
"@babel/core": "7.4.4",
|
|
34
35
|
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
35
36
|
"@times-components/jest-configurator-web": "0.8.0",
|
|
36
|
-
"@times-components/jest-serializer": "3.5.
|
|
37
|
-
"@times-components/storybook": "4.5.
|
|
38
|
-
"@times-components/tealium-utils": "0.8.
|
|
39
|
-
"@times-components/utils": "6.15.
|
|
37
|
+
"@times-components/jest-serializer": "3.5.3",
|
|
38
|
+
"@times-components/storybook": "4.5.8",
|
|
39
|
+
"@times-components/tealium-utils": "0.8.1",
|
|
40
|
+
"@times-components/utils": "6.15.9",
|
|
40
41
|
"babel-jest": "24.8.0",
|
|
41
42
|
"babel-loader": "8.0.5",
|
|
42
43
|
"depcheck": "0.6.9",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"webpack": "4.30.0"
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@times-components/utils": "6.15.
|
|
52
|
+
"@times-components/utils": "6.15.10",
|
|
52
53
|
"hoist-non-react-statics": "3.3.2",
|
|
53
54
|
"lodash.get": "4.4.2",
|
|
54
55
|
"prop-types": "15.7.2",
|
|
@@ -71,5 +72,5 @@
|
|
|
71
72
|
"react-app/jest"
|
|
72
73
|
]
|
|
73
74
|
},
|
|
74
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "215b3ea0f1916748b373451dc49a49e9cc0e6fbe"
|
|
75
76
|
}
|