1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +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
class Globals {
static let ProductVersion = 01400
static let ProductVersion = 01500
static let WhatsNewVersion = 01100
static var currentWhatsNewVersion: Int {

View File

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

View File

@ -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.14.0",
"version": "0.15.0",
"min_server_version": "6.0.0",
"server": {
"executables": {

View File

@ -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.14.0",
"version": "0.15.0",
"min_server_version": "6.0.0",
"server": {
"executables": {

View File

@ -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.15.0",
"0.14.0",
"0.12.0",
"0.11.0",

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
/>
<a
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"
target="_blank"
>

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
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>
<DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>