Skip to content

Commit

Permalink
version bumb
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 29, 2023
1 parent 870471a commit 46f69fc
Show file tree
Hide file tree
Showing 58 changed files with 58 additions and 57 deletions.
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starsky",
"version": "0.5.13",
"version": "0.5.14",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/build-tools/app-version-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { readFile, writeFile } = require("fs").promises;
const { getFiles } = require("./lib/get-files-directory");
const { prefixPath } = require("./lib/prefix-path.const.js");

let newVersion = "0.5.13";
let newVersion = "0.5.14";

// allow version as single argument
const argv = process.argv.slice(2);
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-tools",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/dropbox-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropbox-import",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "dropbox-import.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/end2end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "end2end",
"version": "0.5.13",
"version": "0.5.14",
"description": "End2End testing of the application",
"scripts": {
"start": "cypress open --env configFolder=starsky,configEnv=local,CYPRESS_RETRIES=2 --e2e --browser=electron",
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/localtunnel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localtunnel-project",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "localtunnel.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "mail.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "mock.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/slack-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-notifications",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starsky-tools",
"version": "0.5.13",
"version": "0.5.14",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky-tools/thumbnail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thumbnail",
"version": "0.5.13",
"version": "0.5.14",
"description": "Client side thumbnail generation interacting with a Starsky WebApi ",
"main": "thumbnail.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky.feature.demo/starsky.feature.demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{34d46dc0-f965-46bf-9178-b83a9a6627e7}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.demo</RootNamespace>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ProjectGuid>{09ccbfa9-612f-4d5e-ae27-c0c06e7114c9}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{23e26a58-29c5-4d0c-813b-9f7bd991b107}</ProjectGuid>
<RootNamespace>starsky.feature.geolookup</RootNamespace>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ProjectGuid>{d9c8e6e0-2526-4978-ad8c-b4e74993cfd8}</ProjectGuid>
<RootNamespace>starsky.feature.health</RootNamespace>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{e9c60bf0-09b6-40c9-95b5-25c7a185365e}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>starsky.feature.metaupdate</RootNamespace>
<ProjectGuid>{9567d576-4dee-481b-b316-c55d493416f4}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>starsky.feature.packagetelemetry</RootNamespace>
<ProjectGuid>{6fbad8a6-53fa-41d2-98a4-61eb46d70794}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>starsky.feature.realtime</RootNamespace>
<ProjectGuid>{4a749ec1-4e6d-4c68-b69c-00c5c80f5660}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ProjectGuid>{a864f834-133f-4ea8-9a4d-53e5cad837ab}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{c9e6cec6-c453-4c61-a955-ec65765afe0a}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
<RootNamespace>starsky.feature.search</RootNamespace>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>starsky.feature.syncbackground</RootNamespace>
<ProjectGuid>{15e1493e-6e79-4314-907f-b3ef18eb9046}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>starsky.feature.thumbnail</RootNamespace>
<ProjectGuid>{93a6019f-6627-483e-a18e-0d073d7b0883}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky.feature.trash/starsky.feature.trash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>starsky.feature.trash</RootNamespace>
<ProjectGuid>{21affb47-1f8c-458a-84bb-24959e0fda31}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{31df1419-6c81-4372-b7ae-a6ebb429e7e9}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{7f7fe502-31a8-409b-bd0b-92d7d1bfeb31}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{842d2080-b847-43c3-8535-e5065970dd47}</ProjectGuid>
<RootNamespace>starsky.foundation.accountmanagement</RootNamespace>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>disable</Nullable><!-- todo enable -->
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{9402eb61-ae4c-4e8b-8413-c47573d16c9d}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<RootNamespace>starsky.foundation.consoletelemetry</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{46588bf9-d745-460d-a22d-d8fdfc698809}</ProjectGuid>
<DebugType>Full</DebugType>
<DefineConstants>T</DefineConstants>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{0697d621-f50c-430b-9a41-9a9992d63a2b}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{60193d91-0d92-4fc2-b469-d7691cb0e986}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{e1753943-96a7-4dee-afc3-234c1c83b8a3}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{10a49647-83ab-43c4-a3ff-8b0767518023}</ProjectGuid>
<DebugType>Full</DebugType>
<DefineConstants>SYSTEM_TEXT_ENABLED</DefineConstants>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>disable</Nullable> <!-- todo enable nullable -->
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{82ba730f-0aca-470d-ad0e-af046d422f8c}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>disable</Nullable> <!-- todo enable nullable -->
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>starsky.foundation.realtime</RootNamespace>
<!-- SonarQube needs this -->
<ProjectGuid>{b90175e1-ba3f-4a18-a0ff-2cde71e8151e}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>disable</Nullable> <!-- todo enable nullable -->
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>starsky.foundation.settings</RootNamespace>
<!-- SonarQube needs this -->
<ProjectGuid>{67e301f1-e700-4ca5-81ae-696abab1bb0f}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{12f5ae66-8d7f-4d81-86c5-e3e3864f44a1}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<!-- SonarQube needs this -->
<ProjectGuid>{8cd2e452-ab62-446c-ad42-7d90b63d1b81}</ProjectGuid>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<RootNamespace>starsky.foundation.sync</RootNamespace>
<Nullable>disable</Nullable> <!-- todo enable nullable -->
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{4b3990c9-171b-4d53-a821-f458e8ac072f}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{88e70822-ae50-4fc5-9384-a8726b70849a}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{3b84ed27-fef0-4c2b-8cb5-04b7fdb613f8}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<RootNamespace>starsky.foundation.webtelemetry</RootNamespace>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{240fbcdb-4379-4bbe-b154-eb4f87504d9e}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<RootNamespace>starsky.foundation.worker</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- SonarQube needs this -->
<ProjectGuid>{bc265f9e-e0f1-46da-9c40-0babe44de9ee}</ProjectGuid>
<DebugType>Full</DebugType>
<Version>0.5.13</Version>
<Version>0.5.14</Version>
<Nullable>disable</Nullable> <!-- todo enable nullable -->
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions starsky/starsky.sln
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build-tools", "Build-tools"
..\starsky-tools\build-tools\nuget-package-list.js = ..\starsky-tools\build-tools\nuget-package-list.js
..\starsky-tools\build-tools\app-version-test.js = ..\starsky-tools\build-tools\app-version-test.js
..\starsky-tools\build-tools\clientapp-vite-update.js = ..\starsky-tools\build-tools\clientapp-vite-update.js
..\starsky-tools\build-tools\package.json = ..\starsky-tools\build-tools\package.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "starsky.feature.packagetelemetry", "starsky.feature.packagetelemetry\starsky.feature.packagetelemetry.csproj", "{7AB42607-88DF-427C-823B-033A224A73A6}"
Expand Down
2 changes: 1 addition & 1 deletion starsky/starsky/clientapp/default-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clientapp2",
"private": true,
"version": "0.5.13",
"version": "0.5.14",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading

1 comment on commit 46f69fc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.