1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00

Update to version 0.15.0 (#2231)

* update to version 0.15.0

* update month

* update snapshots

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Scott Bishel 2022-02-04 11:21:33 -07:00 committed by GitHub
parent 22760fcb53
commit 50d62db683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 21 additions and 20 deletions

View File

@ -4,7 +4,7 @@
import Foundation import Foundation
class Globals { class Globals {
static let ProductVersion = 01400 static let ProductVersion = 01500
static let WhatsNewVersion = 01100 static let WhatsNewVersion = 01100
static var currentWhatsNewVersion: Int { static var currentWhatsNewVersion: Int {

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.14.0</string> <string>0.15.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>

View File

@ -6,7 +6,7 @@
"support_url": "https://github.com/mattermost/focalboard/issues", "support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases", "release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg", "icon_path": "assets/starter-template-icon.svg",
"version": "0.14.0", "version": "0.15.0",
"min_server_version": "6.0.0", "min_server_version": "6.0.0",
"server": { "server": {
"executables": { "executables": {

View File

@ -20,7 +20,7 @@ const manifestStr = `
"support_url": "https://github.com/mattermost/focalboard/issues", "support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases", "release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg", "icon_path": "assets/starter-template-icon.svg",
"version": "0.14.0", "version": "0.15.0",
"min_server_version": "6.0.0", "min_server_version": "6.0.0",
"server": { "server": {
"executables": { "executables": {

View File

@ -4,6 +4,7 @@ package model
// It should be maintained in chronological order with most current // It should be maintained in chronological order with most current
// release at the front of the list. // release at the front of the list.
var versions = []string{ var versions = []string{
"0.15.0",
"0.14.0", "0.14.0",
"0.12.0", "0.12.0",
"0.11.0", "0.11.0",

View File

@ -1,12 +1,12 @@
{ {
"name": "focalboard", "name": "focalboard",
"version": "0.14.0", "version": "0.15.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "focalboard", "name": "focalboard",
"version": "0.14.0", "version": "0.15.0",
"dependencies": { "dependencies": {
"@draft-js-plugins/editor": "^4.1.0", "@draft-js-plugins/editor": "^4.1.0",
"@draft-js-plugins/emoji": "^4.5.5", "@draft-js-plugins/emoji": "^4.5.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "focalboard", "name": "focalboard",
"version": "0.14.0", "version": "0.15.0",
"private": true, "private": true,
"description": "", "description": "",
"scripts": { "scripts": {

View File

@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] =
class="version" class="version"
title="v1.0.0" title="v1.0.0"
> >
Feb 2022 Mar 2022
</div> </div>
</div> </div>
</div> </div>

View File

@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = `
class="version" class="version"
title="v1.0.0" title="v1.0.0"
> >
Feb 2022 Mar 2022
</div> </div>
</div> </div>
</div> </div>
@ -1257,7 +1257,7 @@ exports[`src/components/workspace should match snapshot 1`] = `
class="version" class="version"
title="v1.0.0" title="v1.0.0"
> >
Feb 2022 Mar 2022
</div> </div>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
/> />
<a <a
class="GlobalHeaderComponent__button help-button" class="GlobalHeaderComponent__button help-button"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=0.14.0" href="https://www.focalboard.com/fwlink/doc-boards.html?v=0.15.0"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >

View File

@ -109,9 +109,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
> >
<div <div
class="version" class="version"
title="v0.14.0" title="v0.15.0"
> >
Feb 2022 Mar 2022
</div> </div>
</div> </div>
</div> </div>
@ -484,9 +484,9 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = `
> >
<div <div
class="version" class="version"
title="v0.14.0" title="v0.15.0"
> >
Feb 2022 Mar 2022
</div> </div>
</div> </div>
</div> </div>

View File

@ -20,8 +20,8 @@ class Constants {
static readonly titleColumnId = '__title' static readonly titleColumnId = '__title'
static readonly badgesColumnId = '__badges' static readonly badgesColumnId = '__badges'
static readonly versionString = '0.14.0' static readonly versionString = '0.15.0'
static readonly versionDisplayString = 'Feb 2022' static readonly versionDisplayString = 'Mar 2022'
static readonly languages = [ static readonly languages = [
{ {

View File

@ -54,9 +54,9 @@ exports[`pages/dashboard/DashboardPage base case 1`] = `
> >
<div <div
class="version" class="version"
title="v0.14.0" title="v0.15.0"
> >
Feb 2022 Mar 2022
</div> </div>
</div> </div>
</div> </div>

View File

@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"> xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.14.0.0" ProcessorArchitecture="x64" /> <Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.15.0.0" ProcessorArchitecture="x64" />
<Properties> <Properties>
<DisplayName>Focalboard</DisplayName> <DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName> <PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>