Skip to content

Commit

Permalink
3.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed May 9, 2024
1 parent 3a47376 commit f19c5e9
Show file tree
Hide file tree
Showing 14 changed files with 1,895 additions and 1,996 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- v*.*.*

env:
BUILD_VERSION: '3.0.4'
BUILD_VERSION: '3.0.5'
BUILD_CONFIGURATION: Release

jobs:
Expand Down
3,499 changes: 1,655 additions & 1,844 deletions source/client/package-lock.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions source/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@automapper/pojos": "^8.7.7",
"@emotion/react": "^11.11.1",
"@fluentui/react-components": "^9.42.0",
"@fluentui/react-icons-mdl2": "^1.3.52",
"@microsoft/applicationinsights-react-js": "^17.0.2",
"@microsoft/applicationinsights-web": "^3.0.6",
"@microsoft/teams-js": "^2.18.0",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.49.2",
"react-intl": "^6.5.5",
"react-router-dom": "^6.21.0",
"react-use": "^17.4.2",
"@automapper/pojos": "^8.8.1",
"@emotion/react": "^11.11.4",
"@fluentui/react-components": "^9.49.2",
"@fluentui/react-icons-mdl2": "^1.3.63",
"@microsoft/applicationinsights-react-js": "^17.1.2",
"@microsoft/applicationinsights-web": "^3.2.0",
"@microsoft/teams-js": "^2.23.0",
"axios": "^1.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.4",
"react-intl": "^6.6.6",
"react-router-dom": "^6.23.0",
"react-use": "^17.5.0",
"ress": "^5.0.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@formatjs/cli": "^6.2.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@formatjs/cli": "^6.2.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-formatjs": "^10.5.10",
"eslint": "^8.55.0",
"babel-plugin-formatjs": "^10.5.14",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.32",
"postcss-styled-syntax": "^0.5.0",
"sass": "^1.69.5",
"stylelint": "^16.0.2",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard-scss": "^12.0.0",
"typescript": "^5.3.3",
"vite": "^4.5.1"
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"postcss-styled-syntax": "^0.6.4",
"sass": "^1.77.0",
"stylelint": "^16.5.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.4.5",
"vite": "^4.5.3"
},
"scripts": {
"start": "tsc && vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Karamem0.Commistant.Adapters
public class AdapterWithErrorHandler : CloudAdapter
{

public AdapterWithErrorHandler(BotFrameworkAuthentication auth, ILogger<IBotFrameworkHttpAdapter> logger)
public AdapterWithErrorHandler(BotFrameworkAuthentication auth, ILogger<AdapterWithErrorHandler> logger)
: base(auth, logger)
{
this.OnTurnError = async (turnContext, exception) =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@

<ItemGroup>
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.13" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.17" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.2" />
<PackageReference Include="Microsoft.Bot.Builder.Azure.Blobs" Version="4.22.2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.22.2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.22.2" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="8.0.2" />
<PackageReference Include="QRCoder" Version="1.4.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.4" />
<PackageReference Include="Microsoft.Bot.Builder.Azure.Blobs" Version="4.22.3" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.22.3" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.22.3" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="8.0.4" />
<PackageReference Include="QRCoder" Version="1.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion source/server/Karamem0.Commistant.Bot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"ApplicationInsights": {
"LogLevel": {
"Default": "Information"
}
},
"EnableDependencyTrackingTelemetryModule": false,
"EnablePerformanceCounterCollectionModule": false
}
},
"AzureBotStatesStorageUrl": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ public static class DictionaryExtension
{
return (T)value;
}
return default;
else
{
return default;
}
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.13" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.17" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.22.2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.22.2" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="8.0.2" />
<PackageReference Include="QRCoder" Version="1.4.3" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.22.3" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.22.3" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="8.0.4" />
<PackageReference Include="QRCoder" Version="1.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit f19c5e9

Please sign in to comment.