Skip to content

Commit

Permalink
Prepare for first stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Mar 14, 2023
1 parent 3d5123e commit 22c4978
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0 (2023-03-14)

First Stable Release

* Fix error messages

## 1.0.0-RC.2 (2023-03-10)

Second Release Candidate
Expand Down
6 changes: 6 additions & 0 deletions docs-src/md/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0 (2023-03-14)

First Stable Release

* Fix error messages

## 1.0.0-RC.2 (2023-03-10)

Second Release Candidate
Expand Down
2 changes: 1 addition & 1 deletion docs-src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
</div>

<p class="text-muted">
Currently <strong>v1.0.0-RC.2</strong>
Currently <strong>v1.0.0</strong>
<span class="px-1">·</span>
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
1.0.0 (2023-03-14)
</h2>
<p>First Stable Release</p>
<ul>
<li>Fix error messages</li>
</ul>
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
1.0.0-RC.2 (2023-03-10)
Expand Down
8 changes: 8 additions & 0 deletions docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
1.0.0 (2023-03-14)
</h2>
<p>First Stable Release</p>
<ul>
<li>Fix error messages</li>
</ul>
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
1.0.0-RC.2 (2023-03-10)
Expand Down
10 changes: 9 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
</div>
<p class="text-muted">
Currently
<strong>v1.0.0-RC.2</strong>
<strong>v1.0.0</strong>
<span class="px-1">·</span>
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
</p>
Expand Down Expand Up @@ -93,6 +93,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
1.0.0 (2023-03-14)
</h2>
<p>First Stable Release</p>
<ul>
<li>Fix error messages</li>
</ul>
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
1.0.0-RC.2 (2023-03-10)
Expand Down
8 changes: 8 additions & 0 deletions docs/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
1.0.0 (2023-03-14)
</h2>
<p>First Stable Release</p>
<ul>
<li>Fix error messages</li>
</ul>
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
1.0.0-RC.2 (2023-03-10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthtml-component",
"version": "1.0.0-RC.2",
"version": "1.0.0",
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
"license": "MIT",
"repository": "thewebartisan7/posthtml-components",
Expand Down

0 comments on commit 22c4978

Please sign in to comment.