diff --git a/mac/Focalboard/Globals.swift b/mac/Focalboard/Globals.swift index 393ddcf88..85fd9a3d6 100644 --- a/mac/Focalboard/Globals.swift +++ b/mac/Focalboard/Globals.swift @@ -4,7 +4,7 @@ import Foundation class Globals { - static let ProductVersion = 01500 + static let ProductVersion = 01600 static let WhatsNewVersion = 01100 static var currentWhatsNewVersion: Int { diff --git a/mac/Focalboard/Info.plist b/mac/Focalboard/Info.plist index df8ed4e08..e28ac3fd4 100644 --- a/mac/Focalboard/Info.plist +++ b/mac/Focalboard/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.15.0 + 0.16.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json index 293d912c8..7453ca7d9 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": "0.15.0", + "version": "0.16.0", "min_server_version": "6.0.0", "server": { "executables": { diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index 19578a3fe..350f51ea8 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": "0.15.0", + "version": "0.16.0", "min_server_version": "6.0.0", "server": { "executables": { diff --git a/server/model/version.go b/server/model/version.go index e14e08db2..5005a3143 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -4,6 +4,7 @@ package model // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "0.16.0", "0.15.0", "0.14.0", "0.12.0", diff --git a/webapp/package-lock.json b/webapp/package-lock.json index f6091a181..a70de1a44 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "focalboard", - "version": "0.15.0", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "focalboard", - "version": "0.15.0", + "version": "0.16.0", "dependencies": { "@draft-js-plugins/editor": "^4.1.0", "@draft-js-plugins/emoji": "^4.5.5", diff --git a/webapp/package.json b/webapp/package.json index d33758418..9532ab919 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "focalboard", - "version": "0.15.0", + "version": "0.16.0", "private": true, "description": "", "scripts": { diff --git a/webapp/src/components/__snapshots__/topBar.test.tsx.snap b/webapp/src/components/__snapshots__/topBar.test.tsx.snap index fdfd0713a..e8e0cb836 100644 --- a/webapp/src/components/__snapshots__/topBar.test.tsx.snap +++ b/webapp/src/components/__snapshots__/topBar.test.tsx.snap @@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] = class="version" title="v1.0.0" > - Mar 2022 + Apr 2022 diff --git a/webapp/src/components/__snapshots__/workspace.test.tsx.snap b/webapp/src/components/__snapshots__/workspace.test.tsx.snap index d0c0822c4..076ef440a 100644 --- a/webapp/src/components/__snapshots__/workspace.test.tsx.snap +++ b/webapp/src/components/__snapshots__/workspace.test.tsx.snap @@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = ` class="version" title="v1.0.0" > - Mar 2022 + Apr 2022 @@ -1295,7 +1295,7 @@ exports[`src/components/workspace should match snapshot 1`] = ` class="version" title="v1.0.0" > - Mar 2022 + Apr 2022 diff --git a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap index ab7d79d93..3a8f14dab 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 601d2c635..766feaa93 100644 --- a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap +++ b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap @@ -109,9 +109,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = ` >
- Mar 2022 + Apr 2022
@@ -484,9 +484,9 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = ` >
- Mar 2022 + Apr 2022
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index b7ebc592a..6fde2c6b4 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -22,8 +22,8 @@ class Constants { static readonly titleColumnId = '__title' static readonly badgesColumnId = '__badges' - static readonly versionString = '0.15.0' - static readonly versionDisplayString = 'Mar 2022' + static readonly versionString = '0.16.0' + static readonly versionDisplayString = 'Apr 2022' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/data-and-archives.html' static readonly imports = [ diff --git a/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap b/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap index 581818311..dd9a34aca 100644 --- a/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap +++ b/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap @@ -54,9 +54,9 @@ exports[`pages/dashboard/DashboardPage base case 1`] = ` >
- Mar 2022 + Apr 2022
diff --git a/win-wpf/AppxManifest.xml b/win-wpf/AppxManifest.xml index a6f9387c3..a15c584c8 100644 --- a/win-wpf/AppxManifest.xml +++ b/win-wpf/AppxManifest.xml @@ -2,7 +2,7 @@ - + Focalboard Mattermost, Inc.