Skip to content

Commit

Permalink
docs: release 11.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Jul 5, 2021
1 parent 6714a89 commit 9598506
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [11.0.0-beta.2](https://github.com/ng-bootstrap/ng-bootstrap/compare/10.0.0...11.0.0-beta.2) (2021-07-05)

This release adds Angular 12 support for the Bootstrap 5 beta version along with a couple of bugfixes.

### Bug Fixes

* **accordion:** fix broken collapse animation ([801093a](https://github.com/ng-bootstrap/ng-bootstrap/commit/801093af31cd9c43e197170d76e03e1a329e93b0))
* **datepicker:** fix header colors ([c24880c](https://github.com/ng-bootstrap/ng-bootstrap/commit/c24880c0f6455c60d9825127904dd80e1def09c8))


# [10.0.0](https://github.com/ng-bootstrap/ng-bootstrap/compare/9.1.3...10.0.0) (2021-07-01)

This release adds Angular 12 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ The supported versions are:
| 7.x.x, 8.x.x | 10.0.0 | 4.5.0 |
| 9.0.0 | 11.0.0 | 4.5.0 |
| 10.0.0 | 12.0.0 | 4.5.0 |
| 11.0.0-beta.x| 11.0.0 | 5.0.0 |
| 11.0.0-beta.x| 12.0.0 | 5.0.0 |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions demo/src/app/default/default.component.html
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<ngb-alert [dismissible]="false" type="warning">
<p>
Beta support for Bootstrap 5 is released starting with <code>11.0.0-beta.1</code>
Beta support for Bootstrap 5 is available with <code>11.0.0-beta.2</code>
</p>
You can install it via the <code>npm install @ng-bootstrap/ng-bootstrap@next</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>.
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.1 (Bootstrap 5)</p>
<p class="text-muted mb-4">Currently at v{{version}}, next v11.0.0-beta.2 (Bootstrap 5)</p>
</div>
</div>
</div>
Expand Down
Expand Up @@ -73,7 +73,7 @@
</tr>
<tr>
<th scope="row">11.0.0-beta.x</th>
<td>11.0.0</td>
<td>12.0.0</td>
<td>5.0.0</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "11.0.0-beta.1",
"version": "11.0.0-beta.2",
"description": "Angular powered Bootstrap",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"engines": {
Expand Down

0 comments on commit 9598506

Please sign in to comment.