From 01eb95a6d2f4b25b6eff1dd877d0a1c6e0c90b07 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Fri, 9 Sep 2022 10:37:03 -0600 Subject: [PATCH] Update to version 7.4.0 (#3819) --- mattermost-plugin/plugin.json | 2 +- mattermost-plugin/server/manifest.go | 2 +- server/model/version.go | 1 + webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- .../__snapshots__/globalHeader.test.tsx.snap | 2 +- .../sidebar/__snapshots__/sidebar.test.tsx.snap | 12 ++++++------ webapp/src/constants.ts | 4 ++-- 8 files changed, 15 insertions(+), 14 deletions(-) diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json index de38afec6..9c2377917 100644 --- a/mattermost-plugin/plugin.json +++ b/mattermost-plugin/plugin.json @@ -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.3.0", + "version": "7.4.0", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index 88a8a47fc..b7e894974 100644 --- a/mattermost-plugin/server/manifest.go +++ b/mattermost-plugin/server/manifest.go @@ -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.3.0", + "version": "7.4.0", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/server/model/version.go b/server/model/version.go index abdcef3d8..bffdca098 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -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.4.0", "7.3.0", "7.2.0", "7.0.0", diff --git a/webapp/package-lock.json b/webapp/package-lock.json index be5c2a9f9..2738ccf44 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "focalboard", - "version": "7.3.0", + "version": "7.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "focalboard", - "version": "7.3.0", + "version": "7.4.0", "dependencies": { "@draft-js-plugins/editor": "^4.1.2", "@draft-js-plugins/emoji": "^4.6.0", diff --git a/webapp/package.json b/webapp/package.json index c65f875e0..1872252f9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "focalboard", - "version": "7.3.0", + "version": "7.4.0", "private": true, "description": "", "scripts": { diff --git a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap index 26f99d7e5..7b72fbfa9 100644 --- a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap +++ b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] = /> diff --git a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap index facde0061..c8786b609 100644 --- a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap +++ b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap @@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = ` >
- v7.3.0 + v7.4.0
@@ -332,9 +332,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = ` >
- v7.3.0 + v7.4.0
@@ -639,9 +639,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = ` >
- v7.3.0 + v7.4.0
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 75ed51ffb..336fb7e63 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -36,8 +36,8 @@ class Constants { static readonly titleColumnId = '__title' static readonly badgesColumnId = '__badges' - static readonly versionString = '7.3.0' - static readonly versionDisplayString = 'Sep 2022' + static readonly versionString = '7.4.0' + static readonly versionDisplayString = 'Oct 2022' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/data-and-archives.html' static readonly imports = [