Skip to content

Commit

Permalink
Merge pull request #1208 from valadas/nuke-8.1.2
Browse files Browse the repository at this point in the history
Bumped nuke to v8.1.2
  • Loading branch information
valadas authored Oct 25, 2024
2 parents ae18abe + df203b4 commit b29d277
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 117 deletions.
2 changes: 1 addition & 1 deletion _build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.1.0" />
<PackageReference Include="Nuke.Common" Version="8.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.400",
"version": "8.0.403",
"rollForward": "latestMajor"
}
}
184 changes: 72 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnncommunity/dnn-elements-react",
"version": "0.24.0-alpha.366",
"version": "0.25.0-alpha.9",
"description": "Dnn themed custom elements with react wrappers.",
"homepage": "https://github.com/valadas/dnn-elements",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/stencil-library/licenses.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@dnncommunity/dnn-elements@0.24.0-alpha.366": {
"@dnncommunity/dnn-elements@0.25.0-alpha.9": {
"licenses": "MIT",
"repository": "https://github.com/dnncommunity/dnn-elements",
"path": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/stencil-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnncommunity/dnn-elements",
"version": "0.24.0-alpha.366",
"version": "0.25.0-alpha.9",
"description": "Dnn themed custom elements.",
"repository": "https://github.com/dnncommunity/dnn-elements",
"homepage": "https://dnncommunity.github.io/dnn-elements",
Expand Down

0 comments on commit b29d277

Please sign in to comment.