Skip to content

Commit

Permalink
docs(): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
panoti committed Sep 14, 2023
1 parent 1327fc2 commit 93784ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-ex/semantic-ui",
"version": "16.0.0",
"version": "16.0.1",
"scripts": {
"ng": "ng",
"lib:lint": "ng lint lib",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<demo-page-title>
<div header>Getting Started</div>
<div sub-header>
<p>Semantic UI Angular 2 Integrations, written in pure Angular - <strong>no JQuery required</strong>.</p>
<p>Semantic UI Angular 2+ Integrations, written in pure Angular - <strong>no JQuery required</strong>.</p>
</div>
</demo-page-title>
<demo-page-content>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h2 class="ui dividing header">Installation</h2>
</div>
<h2 class="ui dividing header">Dependencies</h2>
<div class="ui bulleted list">
<div class="item"><a href="https://angular.io">Angular</a> (^6.0.0)</div>
<div class="item"><a href="https://angular.io">Angular</a> (^16.0.0)</div>
<div class="item"><a href="http://semantic-ui.com/">Semantic UI CSS</a> (^2.3.1) (jQuery is <strong>not</strong> required)</div>
</div>
</demo-page-content>
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-ex/semantic-ui",
"version": "16.0.0",
"version": "16.0.1",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
Expand Down

0 comments on commit 93784ce

Please sign in to comment.