1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

Update to v0.10 (#1633)

This commit is contained in:
Chen-I Lim
2021-10-22 13:59:05 -07:00
committed by GitHub
parent eed1f86c15
commit ae552e260c
11 changed files with 15 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.10.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.9.1",
"version": "0.10.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.9.1",
"version": "0.10.0",
"min_server_version": "6.0.0",
"server": {
"executables": {

View File

@@ -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",

View File

@@ -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",

View File

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

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.9.1"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=0.10.0"
rel="noreferrer"
target="_blank"
>

View File

@@ -52,7 +52,7 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = `
<div
class="version"
>
v0.9.1
v0.10.0
</div>
</div>
</div>

View File

@@ -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 = [
{

View File

@@ -55,7 +55,7 @@ exports[`pages/dashboard/DashboardPage base case 1`] = `
<div
class="version"
>
v0.9.1
v0.10.0
</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.9.1.0" ProcessorArchitecture="x64" />
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.10.0.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>