Skip to content

Commit ca25b9b

Browse files
Bumped plugin version to v9.1.2 (#75)
1 parent 12eecec commit ca25b9b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

plugin.json

+1-1
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": "9.1.1",
9+
"version": "9.1.2",
1010
"min_server_version": "7.2.0",
1111
"server": {
1212
"executables": {

server/manifest.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
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=9.1.1"
13+
href="https://www.focalboard.com/fwlink/doc-boards.html?v=9.1.2"
1414
rel="noreferrer"
1515
target="_blank"
1616
>

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

+10-10
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="v9.1.1"
54+
title="v9.1.2"
5555
>
56-
v9.1.1
56+
v9.1.2
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="v9.1.1"
255+
title="v9.1.2"
256256
>
257-
v9.1.1
257+
v9.1.2
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="v9.1.1"
511+
title="v9.1.2"
512512
>
513-
v9.1.1
513+
v9.1.2
514514
</div>
515515
</div>
516516
</div>
@@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
919919
>
920920
<div
921921
class="version"
922-
title="v9.1.1"
922+
title="v9.1.2"
923923
>
924-
v9.1.1
924+
v9.1.2
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="v9.1.1"
1216+
title="v9.1.2"
12171217
>
1218-
v9.1.1
1218+
v9.1.2
12191219
</div>
12201220
</div>
12211221
</div>

webapp/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Constants {
3838
static readonly titleColumnId = '__title'
3939
static readonly badgesColumnId = '__badges'
4040

41-
static readonly versionString = '9.1.1'
41+
static readonly versionString = '9.1.2'
4242

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

0 commit comments

Comments
 (0)