1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Update version to 7.5.1 (#4217)

This commit is contained in:
Miguel de la Cruz 2022-11-16 15:36:34 +01:00 committed by GitHub
parent 1d14e24e9f
commit c0fb42474e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 13 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.0",
"version": "7.5.1",
"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.0",
"version": "7.5.1",
"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.1",
"7.5.0",
"7.4.0",
"7.3.0",

View File

@ -1,12 +1,12 @@
{
"name": "focalboard",
"version": "7.5.0",
"version": "7.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "focalboard",
"version": "7.5.0",
"version": "7.5.1",
"dependencies": {
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/emoji": "^4.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "7.5.0",
"version": "7.5.1",
"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.0"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.5.1"
rel="noreferrer"
target="_blank"
>

View File

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

View File

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