Skip to content

Commit

Permalink
docs: release 12.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Nov 22, 2021
1 parent df80aa0 commit d9b9f59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# [12.0.0-beta.3](https://github.com/ng-bootstrap/ng-bootstrap/compare/11.0.0-rc.0...12.0.0-beta.3) (2021-11-22)
# [12.0.0-beta.4](https://github.com/ng-bootstrap/ng-bootstrap/compare/11.0.0-rc.0...12.0.0-beta.4) (2021-11-22)

This 3rd beta release for Bootstrap 5 adds Angular 13 support and uses Popper.js for positioning. Schematics are not yet updated for this version.
This 4th beta release for Bootstrap 5 adds Angular 13 support and uses Popper.js for positioning. Schematics are not yet updated for this version.

Apologies for the version mixup with this release, please use this guide:
- ng-bootstrap 10 (stable) -> Angular 12 and Bootstrap 4
Expand Down
6 changes: 3 additions & 3 deletions demo/src/app/default/default.component.html
Expand Up @@ -2,9 +2,9 @@
<div class="container">
<ngb-alert [dismissible]="false" type="warning">
<p>
Beta support for Bootstrap 5 is available with <code>12.0.0-beta.1</code>
Beta support for Bootstrap 5 is available with <code>12.0.0-beta.X</code>
</p>
You can install it via the <code>npm install @ng-bootstrap/ng-bootstrap@next</code><br/>Please remember it is not production
You can install it via the <code>npm install @ng-bootstrap/ng-bootstrap@bootstrap5</code><br/>Please remember it is not production
ready, report any issues and make sure to check <a href="https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md" target="_blank">the changes</a>.
</ngb-alert>
<div class="row align-items-center">
Expand All @@ -27,7 +27,7 @@ <h3 class="text-secondary">The angular way</h3>
class="btn btn-lg btn-outline-secondary"
routerLink="/getting-started">Get started now</a>
</div>
<p class="text-muted mb-4">Currently at v{{version}}, next v11.0.0-beta.2 (Bootstrap 5)</p>
<p class="text-muted mb-4">Currently at v{{version}}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "12.0.0-beta.3",
"version": "12.0.0-beta.4",
"description": "Angular powered Bootstrap",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"engines": {
Expand Down

0 comments on commit d9b9f59

Please sign in to comment.