Skip to content

Commit

Permalink
DN8RC1 redux 2 (#1090)
Browse files Browse the repository at this point in the history
* Release notes prep for RC2

* GHA release
  • Loading branch information
MarkStega authored Sep 16, 2023
1 parent aee070f commit e82d83d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/GithubActionsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@ jobs:
- name: Build Material.Blazor
run: dotnet build ${{env.projectMBMD3}} --configuration ${{env.buildConfiguration}}

- name: Create documentation 🔧
run: docfx docfx.json
env:
DOCFX_SOURCE_BRANCH_NAME: main

- name: Upload Documentation Artifacts 🔺
uses: actions/upload-artifact@v3
with:
Expand Down
25 changes: 24 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@ title: ReleaseNotes
---
# Release Notes

#### [5.0.0-rc2]
(https://github.com/Material-Blazor/Material.Blazor/tree/5.0.0-rc2)

Released 2023-10-??

**Updates**
- Dependabot updates
- Migrate all projects to .Net 8 RC 2
- Migrate @material/web to 1.0.0-pre.17

**New components**
- Added preview of Material Design 3 components:
- ??
- ??

**Breaking Changes**

**Deprecated Components**

**Known issues**

<br />

#### [5.0.0-rc1]
(https://github.com/Maerial-Blazor/Material.Blazor/tree/5.0.0-rc1)
(https://github.com/Material-Blazor/Material.Blazor/tree/5.0.0-rc1)

Released 2023-09-16

Expand Down

0 comments on commit e82d83d

Please sign in to comment.