Skip to content

Commit

Permalink
v3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Nov 8, 2021
1 parent d606447 commit a12476b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/PopBlog.Mvc/PopBlog.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.10.0" />
<PackageReference Include="Dapper" Version="2.0.90" />
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0-preview3.21293.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageReference Include="TagLibSharp" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/PopBlog.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {},
"dependencies": {
"bootstrap": "5.1.3",
"tinymce": "5.10.0"
"tinymce": "5.10.1"
},
"devDependencies": {
"gulp": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/PopBlog.Web/wwwroot/lib/PopBlog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@popworldmedia/popblog",
"version": "3.0.0-prerelease.207",
"version": "3.0.0",
"description": "POP Blog client side",
"scripts": {},
"repository": {
Expand All @@ -16,6 +16,6 @@
"homepage": "https://github.com/POPWorldMedia/POPBlog#readme",
"dependencies": {
"bootstrap": "5.1.3",
"tinymce": "5.6.1"
"tinymce": "5.10.1"
}
}

0 comments on commit a12476b

Please sign in to comment.