Skip to content

Commit 8432fef

Browse files
committed
fix(just show cicd): minor fix
1 parent d61ee45 commit 8432fef

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

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)