Skip to content

Commit 93784ce

Browse files
committed
docs(): bump versions
1 parent 1327fc2 commit 93784ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ex/semantic-ui",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"scripts": {
55
"ng": "ng",
66
"lib:lint": "ng lint lib",

projects/demo/src/app/pages/getting-started/getting-started.page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<demo-page-title>
22
<div header>Getting Started</div>
33
<div sub-header>
4-
<p>Semantic UI Angular 2 Integrations, written in pure Angular - <strong>no JQuery required</strong>.</p>
4+
<p>Semantic UI Angular 2+ Integrations, written in pure Angular - <strong>no JQuery required</strong>.</p>
55
</div>
66
</demo-page-title>
77
<demo-page-content>
@@ -45,7 +45,7 @@ <h2 class="ui dividing header">Installation</h2>
4545
</div>
4646
<h2 class="ui dividing header">Dependencies</h2>
4747
<div class="ui bulleted list">
48-
<div class="item"><a href="https://angular.io">Angular</a> (^6.0.0)</div>
48+
<div class="item"><a href="https://angular.io">Angular</a> (^16.0.0)</div>
4949
<div class="item"><a href="http://semantic-ui.com/">Semantic UI CSS</a> (^2.3.1) (jQuery is <strong>not</strong> required)</div>
5050
</div>
5151
</demo-page-content>

projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ex/semantic-ui",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"peerDependencies": {
55
"@angular/common": "^16.2.0",
66
"@angular/core": "^16.2.0"

0 commit comments

Comments
 (0)