diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cba2c0e..6edf4c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,18 +133,18 @@ jobs: run: npm ci #CI is an install with adhering to package-lock - - name: Build solution without generating new package - env: - #Overwrite package generation - DISABLE_PACKAGE_GENERATION: true - run: | - dotnet build TELBlazor.sln -c Release \ - /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \ - /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \ - /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \ - /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \ - /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \ - /p:E2ETracingEnabled=$E2E_TRACING_ENABLED + # - name: Build solution without generating new package + # env: + # #Overwrite package generation + # DISABLE_PACKAGE_GENERATION: true + # run: | + # dotnet build TELBlazor.sln -c Release \ + # /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \ + # /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \ + # /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \ + # /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \ + # /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \ + # /p:E2ETracingEnabled=$E2E_TRACING_ENABLED - name: Build and pack TELBlazor.Components env: @@ -236,9 +236,10 @@ jobs: env: #Overwrite package generation DISABLE_PACKAGE_GENERATION: true + USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE: false run: | dotnet build TELBlazor.sln -c Release \ - /p:TELBlazorPackageVersion=$DEV_TELBLAZOR_PACKAGE_VERSION \ + /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \ /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \ /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \ /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \ @@ -246,6 +247,10 @@ jobs: /p:E2ETracingEnabled=$E2E_TRACING_ENABLED - name: Publish WasmStaticClient TELBlazor ShowCase + env: + #Overwrite package generation + DISABLE_PACKAGE_GENERATION: true + USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE: false run: | dotnet publish ./TELBlazor.Components.ShowCase.WasmStaticClient/TELBlazor.Components.ShowCase.WasmStaticClient.csproj --configuration Release \ /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \ @@ -257,4 +262,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: docs # The folder the action should deploy - branch: gh-pages # The branch the action should deploy to \ No newline at end of file + branch: gh-pages # The branch the action should deploy to diff --git a/CHANGELOG.md b/CHANGELOG.md index 879441f..b920e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,145 @@ +# [1.3.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.2.0...v1.3.0) (2025-05-27) + + +### Features + +* **cicd:** Update release.yml pckage ref ([41ebcda](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/41ebcda82fe91c8291ed1bb5e0047703e4fa59fa)) + +# [1.2.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.1.0...v1.2.0) (2025-05-27) + + +### Features + +* **cicd:** Update release.yml ([fc0e758](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fc0e758a3213042759b78ad23db163303ae0a88a)) + +# [1.1.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.4...v1.1.0) (2025-05-27) + + +### Features + +* **button:** add to msbuild with params ([36e0f1a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/36e0f1a6d60ff37c897c97f9eb9c1e0639927c22)) +* **button:** adding to layout ([05bb41d](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/05bb41dd130a8ff573a9a3ecc8be24a425a1e348)) +* **button:** appsettings production ([a1cc496](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a1cc496d1c7f0bcb40fc730bdfa376d5f8957bed)) +* **button:** artifact by name ([ba7e990](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/ba7e990c2e1a824e7fe8b7e3014ee03c33c5464f)) +* **button:** avoiding ignores ([5ee0f4a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/5ee0f4a73c8a02b72da498e3cde824b03f6aafd5)) +* **button:** bad commit squash ([db2829a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/db2829aca9b3c416f033d04ceb90c950dfba3002)) +* **button:** baseurl encode appsettings next ([07f4abf](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/07f4abf4e2af668c5fe4d2b80fb9615cdc99ab7f)) +* **button:** build solution to trigger node ([f913e27](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f913e278b0707dc06cab91030fd09dd2fa85a68c)) +* **button:** build type ([a0b9e9a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a0b9e9add1be8d0ee0b74b9e902ab3126e4bf6b4)) +* **button:** button with logger squash me ([64c6616](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/64c66167398661e9eb823f153fd4615a2836b693)) +* **button:** caps ([8890eda](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8890edae9a0170107e3ac192de56e533690045ab)) +* **button:** centralise node ([7eaed95](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/7eaed958a312557ba856c938f64b0018dbcc23de)) +* **button:** cicd ([bcce28f](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/bcce28f2f2e4a39ac29ac26656ed9676215ea670)) +* **button:** cicd ([131bbeb](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/131bbeb65557917b734c6a89319875ee087dd25b)) +* **button:** cicd appsettings ([c90f8c9](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/c90f8c989ac97827cc86a2f6ea9d473961d38956)) +* **button:** cicd for pr checks ([0d3d3b4](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/0d3d3b4cefb1a32dadf7015296b3e261d2a4d881)) +* **button:** cicd no id on job ([66a634e](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/66a634e2bb8f5dccfedc388bd5fbadc09398c37a)) +* **button:** cicd release script ([4a7ce57](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4a7ce578908145091ffafc2b6d4b52188067a286)) +* **button:** cicd test ([060fab2](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/060fab285f09038ef3c84405167fbfc438c99a8f)) +* **button:** cicd tidy up ([21012a5](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/21012a5607ff174eb9dfac81d2ecd7f54ade0c17)) +* **button:** cicds ([eedcc25](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/eedcc256b57966a3550e1bf8536d8c62dc915101)) +* **button:** combining test e2e unit coverage threshold report ([efbdb06](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/efbdb06883b3310a3d4cde0ae607dc84e9e714d1)) +* **button:** comments out of e2e json ([d03697d](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/d03697d32d3f97e946fc3522e251ca1310f804c9)) +* **button:** continue on error ([f8c4a03](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f8c4a037b215cd6d52793923f05b1a8332a03ee7)) +* **button:** coverlet ([b7d2416](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/b7d24164cb85677529faffce725b7e6fb9cbdbc2)) +* **button:** data not exposed ([de2e4c4](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/de2e4c4b56979f848b34fd6d3487a9c579de2413)) +* **button:** debug ([c0b3dd0](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/c0b3dd0952dc85d204f21db1f2502fd398651017)) +* **button:** debug ([57d5c75](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/57d5c75f94f24e8a3647373fcfc419d5b2914ae4)) +* **button:** debug ([75bbce2](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/75bbce24f86585fb03870bc34f7cb238e14b04ce)) +* **button:** debug routes ([8ee1840](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8ee1840dfb26b9b6931e96bb1bdc1c269a63c217)) +* **button:** declared higher ([1c88c7e](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/1c88c7e6a19834527e9c75201794ccd7c542b71f)) +* **button:** deploy to report site ([49bbb83](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/49bbb832fe28fd369f19a30e26fa6deeba0e6026)) +* **button:** disabled thresholds ([252ac90](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/252ac903ca8a1dd698637367bcbff195eda34643)) +* **button:** doesnt run in triggered ([eb65a6d](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/eb65a6d84de9b206e36e890129d8bea761a298ab)) +* **button:** dont test against prod appsetting yet ([66b1292](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/66b1292efc5690f9c1ab6df7554eb5805481eb8b)) +* **button:** drop slash ([28c6bc4](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/28c6bc403edc43365a5a62e47ccec926383d5348)) +* **button:** e2e cicd ([f83fa0d](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f83fa0d06cabdfe123f95bea5954f795982f6704)) +* **button:** explicity headless setting defaulting to false ([66f0416](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/66f0416d2fff440fdf110102403f5bb372e322bc)) +* **button:** fail check ([e56e555](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/e56e555a85c8fe78b775814e5675f97eabfc465a)) +* **button:** go ([54e9c57](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/54e9c572095a8d37d46ae01519f7f63eea07bdae)) +* **button:** gogo ([4a7e76e](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4a7e76ebd75d0f81aec380ba8fd6c20191842f0e)) +* **button:** gogo ([dc449de](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/dc449dea5f8a200a54f296493383a5d07e58298a)) +* **button:** having a solution release build as a check so including appsettings ([2595414](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/259541455b72a868f6112d01862e78f2b70ce062)) +* **button:** home ([a7c2227](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a7c2227227fe0e99db28add7a81e1a9864e30fa1)) +* **button:** htmlhtml typo ([f32f96a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f32f96a7ca3c828af6397780d111d4ab840304c0)) +* **button:** in the meantime ([3e54b2f](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/3e54b2f3100d22247627f2ffd9f9dc8e46d1a8f1)) +* **button:** in trigger yml ([5064e1c](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/5064e1ccbe3c204b31daf5722a6f1d049bbce346)) +* **button:** is it event set ([f49bed7](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f49bed7dee641b2460387851cdf161e1cc066d6f)) +* **button:** just declare accept extra build ([fc63f71](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fc63f71b9e65019664dcba13f254f6853fa713be)) +* **button:** just home link ([07ce5f5](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/07ce5f5d5540883c122eab4dc1fffc14a720b58f)) +* **button:** layout fiddling ([bfef5f8](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/bfef5f8e816e303a8027b2a4b4c7116fcb70dd02)) +* **button:** layouts ([6d6d64f](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/6d6d64fbcac279f386d8a2d937176736a34860f0)) +* **button:** little change ([022d3e1](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/022d3e1161dc2d83befae58e8453b0be37aaddae)) +* **button:** loglevel before testing changes ([aff78a0](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/aff78a03a5601a7938eb0107caf9343d95c50222)) +* **button:** luck ([af7eea3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/af7eea3727ff939df510fdcf0c44f009d7a446a0)) +* **button:** missing package ([5f879b5](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/5f879b5b0e94d18757c427a0f153d20f39864d93)) +* **button:** missing versions ([6c850db](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/6c850db1a3953dea12d60fa58bb07c422ef7d443)) +* **button:** need to centralise css creation and target showcase ([54571ff](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/54571ffe8840192c421f19056cf3c94a9078a4b4)) +* **button:** nicer breaking ([1d591e0](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/1d591e00030e59dd3f46c9f299bf2f14531b0bcc)) +* **button:** node changes this time ([df526bb](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/df526bba9cc8db084ef5297dab15db807ff8462e)) +* **button:** none verbose ([3bc7897](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/3bc7897d383873fd2a9864e8735720e3bc1121de)) +* **button:** not getting appsettings cicd ([75e414b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/75e414b346d3ee66469d7f0c5f781aa378be3880)) +* **button:** not picking up devyml change ([07eca52](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/07eca52956b7490dc4c0d2de4f54b840798326e4)) +* **button:** not worry about folder exclude atm ([552dc73](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/552dc736ca50dffe8d3f851c41307210c514a230)) +* **button:** npm at solution level ([5b910fc](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/5b910fc294b7a45f7deb83deea895fab5de0d55d)) +* **button:** odd ([5b182b2](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/5b182b2ee8c58bed3f5097b5c331cdb18e57e6d1)) +* **button:** p go ([b9e2de8](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/b9e2de84c3bde301ac220738c157a1f58b8e0840)) +* **button:** package version dev ([bf6f327](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/bf6f327d80e755b0483b66a97d5253365556d65f)) +* **button:** passing secret to reuseable-ci ([232af52](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/232af52519d8c5987f62b9eed88f000a00de7687)) +* **button:** previous path loc ([871d1cb](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/871d1cb9b7805e6601a8cb1e1ffccfc999561c2b)) +* **button:** propograte changes ([8588a07](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8588a0790241cd147c91290da2a6c339bf88408e)) +* **button:** props ([5bd2e0e](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/5bd2e0e19668304fe357d51a28d41e03bf5405e2)) +* **button:** pseudo code ([81a03e3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/81a03e347e71f570c62113b764484b41462fe714)) +* **button:** push while listen ([2868f4c](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/2868f4cf77b86a06898f83a09e9067f058ceeb65)) +* **button:** qqqq tidying ([d1480dd](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/d1480ddcea328773943caf8619025635862074f1)) +* **button:** quick check ([50e40c6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/50e40c622581265d6f22e46f6a806c9220d1d6a3)) +* **button:** readme ([73dd526](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/73dd526b5f4df6bcbd7e29fd8477934af9fa3734)) +* **button:** readme ([ae3110e](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/ae3110e00dbc145dacc1216113bdc9ef8555014b)) +* **button:** really ([938e8ce](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/938e8ce53184a4e89d5273d6ea014f3910cafb42)) +* **button:** refactor ([fd58121](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fd581211045fb327e6e36e9986676a091ad81c6b)) +* **button:** Refactoring and nhsukfrontend version ([4e65815](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4e65815e93096a93b6f5d2b3c734a71860da71ca)) +* **button:** relative routes in csproj ([71d6b23](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/71d6b2371e7be90f07fb759f576f06f5ffc34392)) +* **button:** remove coverlet.collector and exclude some coverage ([56939ea](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/56939ea9d5745946a449c8539575073649d48bd8)) +* **button:** resusable ci ([4c90c6a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4c90c6a47f707bee5acc17116b49de0c6ebc469b)) +* **button:** route fix for appsettings ([67406f8](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/67406f87ac4f3c3951c811ab3929c38005fd23d6)) +* **button:** routing for ci ([296da4d](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/296da4d1cdbadb8ce2b6d997702f06b64c630758)) +* **button:** runsetting go while local test ([66050b3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/66050b369c7d4d5e45cf339b219d97b66035d97a)) +* **button:** scattershot ([4aa11aa](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4aa11aa119ff06ae366ca7d69e66b40381ef0458)) +* **button:** secret accessible ([02e66b8](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/02e66b86c8f0c82b1638d658f3623e6b22069fe0)) +* **button:** secrets declared differently in triggered ([cc18ec0](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/cc18ec018f8d0bdc916c6057dbe827d415e489c2)) +* **button:** seeing it ([c723135](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/c723135af93ee3d86a7c73d62d5bab7321641213)) +* **button:** seems bad ([4b27e92](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4b27e927ab2473c1d03fb4b96fc320568861912a)) +* **button:** semi not comma ([aeafb9f](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/aeafb9fa89f35050c3bd664db99c827e7e71e6e8)) +* **button:** shouldnt need it ([57208f4](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/57208f41e264beacfa5f3b541fb212a74e7bb55c)) +* **button:** spam cicd ([c852a5c](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/c852a5cf4efcc1bdad83a3031551b490a18065c0)) +* **button:** speach marks ([cf1dc99](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/cf1dc9934e5e93420174ffd6106207fc41d295f4)) +* **button:** squash ([8b41944](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8b419440b6e72e490d215aff50d881131a1e8ea6)) +* **button:** squash later ([1fe1a3a](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/1fe1a3af7300c417a1a30770767fd895504aae61)) +* **button:** squash later ([ee875ce](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/ee875ce01d061fab4056e0df918b25a71a27ac8f)) +* **button:** squashing ([443e8d9](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/443e8d91288a671d6a0a192684e0405be5859a3f)) +* **button:** stop e2e building just needs to test ([838e3dd](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/838e3dd79d3d59ba557b8fd522eb2de2f9dd0058)) +* **button:** strange undetectable yml issue maybe ([7c96522](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/7c965220c79eee42f2fb75aef3c3f280eebe9574)) +* **button:** test ([782d223](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/782d223d3723cfe2c1cb70153fcc8c110d9516f1)) +* **button:** test cicd ([4ba0d06](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4ba0d067dafce2312de627f6c0f9fb0da6c518c7)) +* **button:** test route ([b101e0d](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/b101e0d29bf724084a2512514dbbadc45c9288d1)) +* **button:** test yml ([c8f5772](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/c8f577269a4268371c0edfb2a364cbb8decf60ba)) +* **button:** threshold ([2d7c7f5](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/2d7c7f5a57b29ded1f091c8b051084667728f711)) +* **button:** threshold ([8e6e2bd](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8e6e2bd0668fd4ffb7e7d66a1a5338a9bf5d80f5)) +* **button:** token ([9da3263](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/9da3263f48abdeda6adcb96d7fc4601047286d9a)) +* **button:** token ([ad32f69](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/ad32f69ec517d8ee5810f0eb429f644ca631155b)) +* **button:** try it ([067e269](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/067e269fcf3f7394bb89f201308cd10c5619b719)) +* **button:** try using just built ([08fcb2b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/08fcb2bcc5b019841271c4b58bb77b5733fa3d0d)) +* **button:** use package ref ([91df5c9](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/91df5c9f228ac6b5ab2e874557ea1a8812edbf06)) +* **button:** very low threshold till tests ready ([d81f0d7](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/d81f0d7c5e4cf86e6599415c8334817022d35cb3)) +* **button:** what sticks ([7b163dc](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/7b163dc22160b99fec53104b07d3ea36bc4cae05)) +* **button:** works locally ([9806216](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/9806216b8b28f6fc044243df532139037002ea53)) +* **button:** xmysummary ci-reuseably yml ([643add3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/643add303bb2d9135c6b4c14e09b5fc4f46cc842)) +* **button:** yml ([45d8567](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/45d856729fa1d32d7b7127ac4f9dbe0ae5c1f3b1)) +* **button:** yml check ([ef73d87](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/ef73d87476879398b3e8f654a2f7ca1875456628)) +* **button:** yml err ([574ddf3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/574ddf3b02115aadc096ee9c27cde13aef71a4fc)) +* **button:** yml fix ([154941b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/154941bf4d9c977c549ecf7d35326b3bb369e554)) +* **refactor:** direct build props ([ae832d5](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/ae832d5d2e3dd88d9437273a10d42c7535c1dd56)) + # [1.1.0-feat-button-for-cicd-testing.30](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.1.0-feat-button-for-cicd-testing.29...v1.1.0-feat-button-for-cicd-testing.30) (2025-05-27)