Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Jun 13, 2024
1 parent f66beaa commit fe35986
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ Note: when a new page is selected it takes some time to render completely the pa
pnpm build
pnpm preview
```

### New Release (for Maintainers)

- Execute the release process in the core package incl. releasing on npm
- Update versions in **getting-started.html**, **partials/navbar.html**
- Run docs locally and check manually
- Make commit to dev (message: "chore: release 2.X.X")
- Make PR in GitHub from dev -> main
- Merge the PR
- Party and spread the news via social media channels 🎉
8 changes: 4 additions & 4 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h5>Materialize</h5>
tabindex="0"
id="download-source"
class="btn filled waves-effect waves-light icon-right"
href="https://github.com/materializecss/materialize/releases/download/2.0.3-alpha/materialize-v2.0.3-alpha.zip"
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-v2.1.0.zip"
>
Materialize<i class="material-icons">file_download</i>
</a>
Expand All @@ -46,7 +46,7 @@ <h5>Sass</h5>
tabindex="0"
id="download-sass"
class="btn outlined waves-effect waves-light icon-right"
href="https://github.com/materializecss/materialize/releases/download/2.0.3-alpha/materialize-src-v2.0.3-alpha.zip"
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-src-v2.1.0.zip"
>
Source<i class="material-icons right">file_download</i>
</a>
Expand Down Expand Up @@ -80,9 +80,9 @@ <h5>CDN</h5>
<span class="copyMessage">Copied!</span>
<i class="material-icons copyButton">content_copy</i>
<code class="language-html copiedText"><xmp><!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.0.3-alpha/dist/css/materialize.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.0.3-alpha/dist/js/materialize.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/js/materialize.min.js"></script>
</xmp></code></pre>
</div>
<div class="col s12">
Expand Down
4 changes: 3 additions & 1 deletion partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@
<li class="version">
<a class="dropdown-trigger" href="#" data-target="version-dropdown">
<!-- svg -->
2.0.3-alpha<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2.1.0<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M7 10l5 5 5-5z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
<ul class="dropdown-content" id="version-dropdown">
<li><a>2.1.0</a></li>
<li><a>2.0.4</a></li>
<li><a>2.0.3-alpha</a></li>
<li>
<a href="https://materializecss.com/" target="_blank" rel="noopener noreferrer">1.0.0 (not maintained)</a>
Expand Down

0 comments on commit fe35986

Please sign in to comment.