@twreporter/universal-header 2.4.2 → 2.4.3-rc.1

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,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.4.3-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.4.3-rc.0...@twreporter/universal-header@2.4.3-rc.1) (2023-03-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * mobile header logo align center ([6b8fdef](https://github.com/twreporter/twreporter-npm-packages/commit/6b8fdefe6e48614255cd9bbeb20245f5c64f602d))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.4.3-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.4.2...@twreporter/universal-header@2.4.3-rc.0) (2023-02-23)
18
+
19
+ **Note:** Version bump only for package @twreporter/universal-header
20
+
21
+
22
+
23
+
24
+
6
25
  ## [2.4.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.4.2-rc.9...@twreporter/universal-header@2.4.2) (2023-02-23)
7
26
 
8
27
  **Note:** Version bump only for package @twreporter/universal-header
@@ -123,7 +123,7 @@ var LogoContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
123
123
  var MobileLogoContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
124
124
  displayName: "header__MobileLogoContainer",
125
125
  componentId: "sc-1krza7i-3"
126
- })(["display:flex;align-items:center;img{height:21px;}"]);
126
+ })(["display:flex;align-items:center;img{height:21px;}a{display:flex;}"]);
127
127
 
128
128
  var HideWhenNarrow = /*#__PURE__*/_styledComponents["default"].div.withConfig({
129
129
  displayName: "header__HideWhenNarrow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/universal-header",
3
- "version": "2.4.2",
3
+ "version": "2.4.3-rc.1",
4
4
  "description": "Universal header of TWReporter sites",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -20,8 +20,8 @@
20
20
  ],
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@twreporter/core": "^1.8.2",
24
- "@twreporter/react-components": "^8.16.0",
23
+ "@twreporter/core": "^1.8.3-rc.0",
24
+ "@twreporter/react-components": "^8.16.1-rc.0",
25
25
  "lodash": "^4.17.11",
26
26
  "prop-types": "^15.6.2",
27
27
  "querystring": "^0.2.0",
@@ -48,5 +48,5 @@
48
48
  "@storybook/testing-library": "^0.0.13",
49
49
  "babel-loader": "^8.2.5"
50
50
  },
51
- "gitHead": "a5a1980a7ae734c4936b3320e02fc43361eb6efc"
51
+ "gitHead": "fd93b15593f58c85bd52d33cb36c0628aefe1aee"
52
52
  }