Skip to content

Commit

Permalink
Merge pull request #1218 from DNNCommunity/release/0.24.1
Browse files Browse the repository at this point in the history
Released v0.24.1
  • Loading branch information
valadas authored Oct 26, 2024
2 parents 21753cb + 4228538 commit 7c3b8dd
Show file tree
Hide file tree
Showing 16 changed files with 261 additions and 143 deletions.
4 changes: 3 additions & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"hints": {
"axe/name-role-value": "off",
"no-inline-styles": "off"
"no-inline-styles": "off",
"axe/aria": "off",
"axe/forms": "off"
}
}
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
Loading

0 comments on commit 7c3b8dd

Please sign in to comment.