From ae552e260caf267e799a345019e4e7829b2fd835 Mon Sep 17 00:00:00 2001 From: Chen-I Lim <46905241+chenilim@users.noreply.github.com> Date: Fri, 22 Oct 2021 13:59:05 -0700 Subject: [PATCH] Update to v0.10 (#1633) --- mac/Focalboard/Info.plist | 2 +- mattermost-plugin/plugin.json | 2 +- mattermost-plugin/server/manifest.go | 2 +- server/model/version.go | 4 ++++ webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- .../globalHeader/__snapshots__/globalHeader.test.tsx.snap | 2 +- .../components/sidebar/__snapshots__/sidebar.test.tsx.snap | 2 +- webapp/src/constants.ts | 2 +- .../pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap | 2 +- win-wpf/AppxManifest.xml | 2 +- 11 files changed, 15 insertions(+), 11 deletions(-) diff --git a/mac/Focalboard/Info.plist b/mac/Focalboard/Info.plist index e293aca21..0a203f913 100644 --- a/mac/Focalboard/Info.plist +++ b/mac/Focalboard/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.9.1 + 0.10.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json index 04282b601..d6d07daa5 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.9.1", + "version": "0.10.0", "min_server_version": "6.0.0", "server": { "executables": { diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index bd765ba42..35eccdf59 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.9.1", + "version": "0.10.0", "min_server_version": "6.0.0", "server": { "executables": { diff --git a/server/model/version.go b/server/model/version.go index a136e9754..8efbb20f4 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -4,6 +4,10 @@ package model // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "0.10.0", + "0.9.4", + "0.9.3", + "0.9.2", "0.9.1", "0.9.0", "0.8.2", diff --git a/webapp/package-lock.json b/webapp/package-lock.json index ed0463f9e..651f332e2 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "focalboard", - "version": "0.9.1", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "focalboard", - "version": "0.9.1", + "version": "0.10.0", "dependencies": { "@mattermost/compass-icons": "^0.1.10", "@reduxjs/toolkit": "^1.6.0", diff --git a/webapp/package.json b/webapp/package.json index 56c7d01a1..8c9576121 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "focalboard", - "version": "0.9.1", + "version": "0.10.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 9a16732c5..a58b83789 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 0e5623521..e30d0a482 100644 --- a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap +++ b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap @@ -52,7 +52,7 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = `
- v0.9.1 + v0.10.0
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 8ff3d0030..ad12e0b4c 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -19,7 +19,7 @@ class Constants { static readonly defaultTitleColumnWidth = 280 static readonly titleColumnId = '__title' - static readonly versionString = '0.9.1' + static readonly versionString = '0.10.0' static readonly languages = [ { diff --git a/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap b/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap index 00cc39013..ebd7b00f2 100644 --- a/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap +++ b/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap @@ -55,7 +55,7 @@ exports[`pages/dashboard/DashboardPage base case 1`] = `
- v0.9.1 + v0.10.0
diff --git a/win-wpf/AppxManifest.xml b/win-wpf/AppxManifest.xml index 4fd28c792..17c19c5fc 100644 --- a/win-wpf/AppxManifest.xml +++ b/win-wpf/AppxManifest.xml @@ -2,7 +2,7 @@ - + Focalboard Mattermost, Inc.