Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.2.7-fix-example-cicd.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.6...v9.2.7-fix-example-cicd.1) (2025-04-23)


### Bug Fixes

* **just show cicd:** minor fix ([8432fef](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/8432fef07dcd441618cee3f8ff2be7e1a2040226))

## [9.2.6](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.5...v9.2.6) (2025-04-23)


Expand Down
13 changes: 5 additions & 8 deletions Package.BlazorComponentLibrary/Components/SimpleCounter.razor
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<h3>Simple Counter</h3>
<h1 class="nhsuk-tag--red">!!!!!! If im red we are getting nhsuk-tag-red !!!!!!</h1>
<h1 class="scoped-css-simple-counter-red">if im red we have scoped css (though for our scenario we probably will solely rely on nhsuk)</h1>
change
<b>version from build process</b>
<span class="version-display">@Package.BlazorComponentLibrary.BCLVersion.VersionInfo.Version</span>
<b>manually types</b>
<span>5.6.9</span>
<h1 class="nhsuk-tag--green">!!!!!! Change example !!!!!!</h1>
<h3>Simple Counter</h3>
<p class="nhsuk-tag--red">!!!!!! If im red we are getting nhsuk-tag-red !!!!!!</p>
<p class="scoped-css-simple-counter-red">if im red we have scoped css (though for our scenario we probably will solely rely on nhsuk)</p>

<button class="btn btn-primary" @onclick="IncrementCount">
surely not A Build aaa(@currentCount)
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[10.9.8, )"
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[10.9.9, )"
}
},
"Microsoft.AspNetCore.Components.Web": {
Expand Down Expand Up @@ -278,9 +278,9 @@
},
"TELBlazorComponentLibrary.GitPageBlazorWasm": {
"type": "CentralTransitive",
"requested": "[10.9.8, )",
"resolved": "10.9.8",
"contentHash": "FXxUCn5fCRscdHLcxMpk31YcRzUX2a+wEdahOlRiXtXgCN8+suZ5tzVrjr8R4rij9iU0Fq5XtT7hrexQeinEpg==",
"requested": "[10.9.9, )",
"resolved": "10.9.9",
"contentHash": "8JFnOiPTIDPVvgOm63wpCo/TtWWCbIPbOg1HIOvjI5R4gWnqXvDJnVoycEdQlKqRvfRYeLdGtZ5jIO8D08cmww==",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "8.0.14",
"Microsoft.Extensions.Http": "8.0.0"
Expand Down