update frontend to 0.3.4.3

This commit is contained in:
Lucy Cifferello
2023-06-01 14:44:09 -06:00
committed by Matt Hill
parent f088f65d5a
commit cc0c1d05ab
6 changed files with 27 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "startos-ui",
"version": "0.3.4.2",
"version": "0.3.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "startos-ui",
"version": "0.3.4.2",
"version": "0.3.4.3",
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/common": "^14.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "startos-ui",
"version": "0.3.4.2",
"version": "0.3.4.3",
"author": "Start9 Labs, Inc",
"homepage": "https://start9.com/",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": null,
"ack-welcome": "0.3.4.2",
"ack-welcome": "0.3.4.3",
"marketplace": {
"selected-url": "https://registry.start9.com/",
"known-hosts": {

View File

@@ -12,6 +12,26 @@
<ion-content class="ion-padding">
<h2>This Release</h2>
<h4>0.3.4.3</h4>
<p class="note-padding">
View the complete
<a
href="https://github.com/Start9Labs/start-os/releases/tag/v0.3.4.3"
target="_blank"
noreferrer
>
release notes
</a>
for more details.
</p>
<h6>Highlights</h6>
<ul class="spaced-list">
<li>Update branding</li>
<li>Miscellaneous bugfixes and performance enhancements</li>
</ul>
<h2>Previous Releases</h2>
<h4>0.3.4.2</h4>
<p class="note-padding">
View the complete
@@ -34,8 +54,6 @@
</li>
</ul>
<h2>Previous Releases</h2>
<h4>0.3.4.1</h4>
<p class="note-padding">
View the complete

View File

@@ -20,9 +20,10 @@ export module Mock {
updated: true,
}
export const MarketplaceEos: RR.GetMarketplaceEosRes = {
version: '0.3.4.2',
version: '0.3.4.3',
headline: 'Our biggest release ever.',
'release-notes': {
'0.3.4.3': 'Some **Markdown** release _notes_ for 0.3.4.3',
'0.3.4.2': 'Some **Markdown** release _notes_ for 0.3.4.2',
'0.3.4.1': 'Some **Markdown** release _notes_ for 0.3.4.1',
'0.3.4': 'Some **Markdown** release _notes_ for 0.3.4',

View File

@@ -44,7 +44,7 @@ export const mockPatchData: DataModel = {
},
'server-info': {
id: 'abcdefgh',
version: '0.3.4.2',
version: '0.3.4.3',
'last-backup': new Date(new Date().valueOf() - 604800001).toISOString(),
'lan-address': 'https://adjective-noun.local',
'tor-address': 'http://myveryownspecialtoraddress.onion',