Skip to content

Commit e2dfbb8

Browse files
authored
Merge pull request #54 from TechnologyEnhancedLearning/fix-example-cicd
Fix example cicd
2 parents d61ee45 + ade95de commit e2dfbb8

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [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)
2+
3+
4+
### Bug Fixes
5+
6+
* **just show cicd:** minor fix ([8432fef](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/8432fef07dcd441618cee3f8ff2be7e1a2040226))
7+
18
## [9.2.6](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.2.5...v9.2.6) (2025-04-23)
29

310

Package.BlazorComponentLibrary/Components/SimpleCounter.razor

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
<h3>Simple Counter</h3>
2-
<h1 class="nhsuk-tag--red">!!!!!! If im red we are getting nhsuk-tag-red !!!!!!</h1>
3-
<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>
4-
change
5-
<b>version from build process</b>
6-
<span class="version-display">@Package.BlazorComponentLibrary.BCLVersion.VersionInfo.Version</span>
7-
<b>manually types</b>
8-
<span>5.6.9</span>
1+
<h1 class="nhsuk-tag--green">!!!!!! Change example !!!!!!</h1>
2+
<h3>Simple Counter</h3>
3+
<p class="nhsuk-tag--red">!!!!!! If im red we are getting nhsuk-tag-red !!!!!!</p>
4+
<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>
5+
96
<button class="btn btn-primary" @onclick="IncrementCount">
107
surely not A Build aaa(@currentCount)
118
</button>

TestHostPrerenderWASM/TestHostPrerenderWASM.Client/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"type": "Project",
246246
"dependencies": {
247247
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
248-
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[10.9.8, )"
248+
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[10.9.9, )"
249249
}
250250
},
251251
"Microsoft.AspNetCore.Components.Web": {
@@ -278,9 +278,9 @@
278278
},
279279
"TELBlazorComponentLibrary.GitPageBlazorWasm": {
280280
"type": "CentralTransitive",
281-
"requested": "[10.9.8, )",
282-
"resolved": "10.9.8",
283-
"contentHash": "FXxUCn5fCRscdHLcxMpk31YcRzUX2a+wEdahOlRiXtXgCN8+suZ5tzVrjr8R4rij9iU0Fq5XtT7hrexQeinEpg==",
281+
"requested": "[10.9.9, )",
282+
"resolved": "10.9.9",
283+
"contentHash": "8JFnOiPTIDPVvgOm63wpCo/TtWWCbIPbOg1HIOvjI5R4gWnqXvDJnVoycEdQlKqRvfRYeLdGtZ5jIO8D08cmww==",
284284
"dependencies": {
285285
"Microsoft.AspNetCore.Components.Web": "8.0.14",
286286
"Microsoft.Extensions.Http": "8.0.0"

0 commit comments

Comments
 (0)