Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Jun 30, 2023
1 parent b6ac3d5 commit d531868
Show file tree
Hide file tree
Showing 13 changed files with 304 additions and 263 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-beta.2](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-06-30)


### Build System

* **npm:** require at least accessible-menu v4.0.0-beta.4 ([b6ac3d5](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/b6ac3d5a256fa3f815092e3f2042e2bbe64cfd67)), closes [#62](https://github.com/NickDJM/accessible-menu-bootstrap-5/issues/62)

## [2.0.0-beta.1](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-06-21)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For learning/prototyping purposes you can use the latest version with:
For production environments, it is recommend to use a specific version to avoid unforseen breaking changes:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/accessible-menu-bs5.min.js"></script>
```

## Usage
Expand Down Expand Up @@ -76,7 +76,7 @@ import AccessibleMenu from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/accessible-menu-bs5.min.js"></script>
```

Once you have **accessible-menu-bootstrap-5** loaded, declare a new menu object.
Expand Down Expand Up @@ -104,7 +104,7 @@ import { Bootstrap5DisclosureMenu } from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/disclosure-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/disclosure-menu-bs5.min.js"></script>
```

then
Expand All @@ -124,7 +124,7 @@ import { Bootstrap5Menubar } from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/menubar-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/menubar-bs5.min.js"></script>
```

then
Expand Down Expand Up @@ -164,7 +164,7 @@ import { Bootstrap5Treeview } from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/treeview-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/treeview-bs5.min.js"></script>
```

then
Expand Down
Loading

0 comments on commit d531868

Please sign in to comment.