1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

update version to v7.8.0 (#4432)

This commit is contained in:
Scott Bishel 2023-01-06 09:58:59 -07:00 committed by GitHub
parent e981855219
commit 7ae2e62388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 19 deletions

View File

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

View File

@ -20,7 +20,7 @@ const manifestStr = `
"support_url": "https://github.com/mattermost/focalboard/issues", "support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases", "release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg", "icon_path": "assets/starter-template-icon.svg",
"version": "7.7.0", "version": "7.8.0",
"min_server_version": "7.2.0", "min_server_version": "7.2.0",
"server": { "server": {
"executables": { "executables": {
@ -45,7 +45,8 @@ const manifestStr = `
"type": "bool", "type": "bool",
"help_text": "This allows board editors to share boards that can be accessed by anyone with the link.", "help_text": "This allows board editors to share boards that can be accessed by anyone with the link.",
"placeholder": "", "placeholder": "",
"default": false "default": false,
"hosting": ""
} }
] ]
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = `
> >
<div <div
class="version" class="version"
title="v7.7.0" title="v7.8.0"
> >
v7.7.0 v7.8.0
</div> </div>
</div> </div>
</div> </div>
@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa
> >
<div <div
class="version" class="version"
title="v7.7.0" title="v7.8.0"
> >
v7.7.0 v7.8.0
</div> </div>
</div> </div>
</div> </div>
@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board
> >
<div <div
class="version" class="version"
title="v7.7.0" title="v7.8.0"
> >
v7.7.0 v7.8.0
</div> </div>
</div> </div>
</div> </div>
@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
> >
<div <div
class="version" class="version"
title="v7.7.0" title="v7.8.0"
> >
v7.7.0 v7.8.0
</div> </div>
</div> </div>
</div> </div>
@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = `
> >
<div <div
class="version" class="version"
title="v7.7.0" title="v7.8.0"
> >
v7.7.0 v7.8.0
</div> </div>
</div> </div>
</div> </div>

View File

@ -36,8 +36,8 @@ class Constants {
static readonly titleColumnId = '__title' static readonly titleColumnId = '__title'
static readonly badgesColumnId = '__badges' static readonly badgesColumnId = '__badges'
static readonly versionString = '7.7.0' static readonly versionString = '7.8.0'
static readonly versionDisplayString = 'Jan 2023' static readonly versionDisplayString = 'Feb 2023'
static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'
static readonly imports = [ static readonly imports = [