Skip to content

Commit a745c29

Browse files
authored
update version to v7.11.1 (#4797)
1 parent 8cf0ec3 commit a745c29

File tree

8 files changed

+18
-17
lines changed

8 files changed

+18
-17
lines changed

mattermost-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"support_url": "https://github.com/mattermost/focalboard/issues",
77
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
88
"icon_path": "assets/starter-template-icon.svg",
9-
"version": "7.11.0",
9+
"version": "7.11.1",
1010
"min_server_version": "7.2.0",
1111
"server": {
1212
"executables": {

mattermost-plugin/server/manifest.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/model/version.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
// It should be maintained in chronological order with most current
99
// release at the front of the list.
1010
var versions = []string{
11+
"7.11.1",
1112
"7.11.0",
1213
"7.10.0",
1314
"7.9.0",

webapp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "focalboard",
3-
"version": "7.11.0",
3+
"version": "7.11.1",
44
"private": true,
55
"description": "",
66
"scripts": {

webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
1010
/>
1111
<a
1212
class="GlobalHeaderComponent__button help-button"
13-
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.11.0"
13+
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.11.1"
1414
rel="noreferrer"
1515
target="_blank"
1616
>

webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = `
5151
>
5252
<div
5353
class="version"
54-
title="v7.11.0"
54+
title="v7.11.1"
5555
>
56-
v7.11.0
56+
v7.11.1
5757
</div>
5858
</div>
5959
</div>
@@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa
252252
>
253253
<div
254254
class="version"
255-
title="v7.11.0"
255+
title="v7.11.1"
256256
>
257-
v7.11.0
257+
v7.11.1
258258
</div>
259259
</div>
260260
</div>
@@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board
508508
>
509509
<div
510510
class="version"
511-
title="v7.11.0"
511+
title="v7.11.1"
512512
>
513-
v7.11.0
513+
v7.11.1
514514
</div>
515515
</div>
516516
</div>
@@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
919919
>
920920
<div
921921
class="version"
922-
title="v7.11.0"
922+
title="v7.11.1"
923923
>
924-
v7.11.0
924+
v7.11.1
925925
</div>
926926
</div>
927927
</div>
@@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = `
12131213
>
12141214
<div
12151215
class="version"
1216-
title="v7.11.0"
1216+
title="v7.11.1"
12171217
>
1218-
v7.11.0
1218+
v7.11.1
12191219
</div>
12201220
</div>
12211221
</div>

webapp/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Constants {
3737
static readonly titleColumnId = '__title'
3838
static readonly badgesColumnId = '__badges'
3939

40-
static readonly versionString = '7.11.0'
40+
static readonly versionString = '7.11.1'
4141
static readonly versionDisplayString = 'May 2023'
4242

4343
static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'

0 commit comments

Comments
 (0)