bump version to 7.5.2 (#4238)

This commit is contained in:
Doug Lauder 2022-11-22 21:47:04 -05:00 committed by GitHub
parent cdf46507fb
commit 0365f4a7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 11 deletions

View file

@ -6,7 +6,7 @@
"support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg",
"version": "7.5.1",
"version": "7.5.2",
"min_server_version": "7.2.0",
"server": {
"executables": {

View file

@ -20,7 +20,7 @@ const manifestStr = `
"support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg",
"version": "7.5.1",
"version": "7.5.2",
"min_server_version": "7.2.0",
"server": {
"executables": {

View file

@ -8,6 +8,7 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"7.5.2",
"7.5.1",
"7.5.0",
"7.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "7.5.1",
"version": "7.5.2",
"private": true,
"description": "",
"scripts": {

View file

@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
/>
<a
class="GlobalHeaderComponent__button help-button"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.5.1"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.5.2"
rel="noreferrer"
target="_blank"
>

View file

@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = `
>
<div
class="version"
title="v7.5.1"
title="v7.5.2"
>
v7.5.1
v7.5.2
</div>
</div>
</div>
@ -289,9 +289,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
>
<div
class="version"
title="v7.5.1"
title="v7.5.2"
>
v7.5.1
v7.5.2
</div>
</div>
</div>
@ -553,9 +553,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = `
>
<div
class="version"
title="v7.5.1"
title="v7.5.2"
>
v7.5.1
v7.5.2
</div>
</div>
</div>

View file

@ -36,7 +36,7 @@ class Constants {
static readonly titleColumnId = '__title'
static readonly badgesColumnId = '__badges'
static readonly versionString = '7.5.1'
static readonly versionString = '7.5.2'
static readonly versionDisplayString = 'Nov 2022'
static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'