Skip to content

Commit fe35986

Browse files
committed
chore: release 2.1.0
1 parent f66beaa commit fe35986

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ Note: when a new page is selected it takes some time to render completely the pa
3535
pnpm build
3636
pnpm preview
3737
```
38+
39+
### New Release (for Maintainers)
40+
41+
- Execute the release process in the core package incl. releasing on npm
42+
- Update versions in **getting-started.html**, **partials/navbar.html**
43+
- Run docs locally and check manually
44+
- Make commit to dev (message: "chore: release 2.X.X")
45+
- Make PR in GitHub from dev -> main
46+
- Merge the PR
47+
- Party and spread the news via social media channels 🎉

getting-started.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h5>Materialize</h5>
3131
tabindex="0"
3232
id="download-source"
3333
class="btn filled waves-effect waves-light icon-right"
34-
href="https://github.com/materializecss/materialize/releases/download/2.0.3-alpha/materialize-v2.0.3-alpha.zip"
34+
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-v2.1.0.zip"
3535
>
3636
Materialize<i class="material-icons">file_download</i>
3737
</a>
@@ -46,7 +46,7 @@ <h5>Sass</h5>
4646
tabindex="0"
4747
id="download-sass"
4848
class="btn outlined waves-effect waves-light icon-right"
49-
href="https://github.com/materializecss/materialize/releases/download/2.0.3-alpha/materialize-src-v2.0.3-alpha.zip"
49+
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-src-v2.1.0.zip"
5050
>
5151
Source<i class="material-icons right">file_download</i>
5252
</a>
@@ -80,9 +80,9 @@ <h5>CDN</h5>
8080
<span class="copyMessage">Copied!</span>
8181
<i class="material-icons copyButton">content_copy</i>
8282
<code class="language-html copiedText"><xmp><!-- Compiled and minified CSS -->
83-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.0.3-alpha/dist/css/materialize.min.css">
83+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/css/materialize.min.css">
8484
<!-- Compiled and minified JavaScript -->
85-
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.0.3-alpha/dist/js/materialize.min.js"></script>
85+
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/js/materialize.min.js"></script>
8686
</xmp></code></pre>
8787
</div>
8888
<div class="col s12">

partials/navbar.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@
5050
<li class="version">
5151
<a class="dropdown-trigger" href="#" data-target="version-dropdown">
5252
<!-- svg -->
53-
2.0.3-alpha<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
53+
2.1.0<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
5454
<path d="M7 10l5 5 5-5z"></path>
5555
<path d="M0 0h24v24H0z" fill="none"></path>
5656
</svg>
5757
</a>
5858
<ul class="dropdown-content" id="version-dropdown">
59+
<li><a>2.1.0</a></li>
60+
<li><a>2.0.4</a></li>
5961
<li><a>2.0.3-alpha</a></li>
6062
<li>
6163
<a href="https://materializecss.com/" target="_blank" rel="noopener noreferrer">1.0.0 (not maintained)</a>

0 commit comments

Comments
 (0)