@twreporter/universal-header 2.7.0-rc.1 → 2.7.0-rc.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 CHANGED
@@ -3,6 +3,17 @@
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.7.0-rc.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.7.0-rc.1...@twreporter/universal-header@2.7.0-rc.2) (2023-07-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * signin path typo ([a72142e](https://github.com/twreporter/twreporter-npm-packages/commit/a72142e4a6c2cb132c1b61fd710f4c7bee092371))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.7.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.7.0-rc.0...@twreporter/universal-header@2.7.0-rc.1) (2023-07-04)
7
18
 
8
19
  **Note:** Version bump only for package @twreporter/universal-header
@@ -134,7 +134,7 @@ function getLink() {
134
134
  function getLoginLink() {
135
135
  var releaseBranch = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaultReleaseBranch;
136
136
  return {
137
- to: accountsBaseURL[releaseBranch] + '/login',
137
+ to: accountsBaseURL[releaseBranch] + '/signin',
138
138
  isExternal: true
139
139
  };
140
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/universal-header",
3
- "version": "2.7.0-rc.1",
3
+ "version": "2.7.0-rc.2",
4
4
  "description": "Universal header of TWReporter sites",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -48,5 +48,5 @@
48
48
  "@storybook/testing-library": "^0.0.13",
49
49
  "babel-loader": "^8.2.5"
50
50
  },
51
- "gitHead": "6f8e7a9e61bb5dc6242548d45b50bcba3d44cbfa"
51
+ "gitHead": "5b261fac5806c5ba5000738e5d3c189071a60ca3"
52
52
  }