Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Mar 7, 2024
1 parent 1e93d22 commit 0814e80
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 20 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

### [1.0.4](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v1.0.3...v1.0.4) (2024-03-07)


### Build System

* **actions:** update checkout to v4 ([c97eb47](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/c97eb4747df26130e6d53699394c828cb1c70f63))
* bump @commitlint/cli from 17.8.1 to 19.0.3 ([cb74940](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/cb7494083c2e318d853aec9a769536e9096c42aa))
* bump @commitlint/config-conventional from 17.8.1 to 19.0.3 ([43e7685](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/43e7685f5c0f69240f27db803e713d6256362298))
* bump eslint-config-prettier from 8.10.0 to 9.1.0 ([9a8b487](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/9a8b48757c40f928209525b9a8a96a9b1fec57ef))
* bump eslint-plugin-jsdoc from 46.10.1 to 48.2.0 ([bc6923e](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/bc6923e9929d509f3471368f4fafbd4197cfabd5))
* bump husky from 8.0.3 to 9.0.11 ([8e500d2](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/8e500d24d41183989be6edf3586874dd5471eb4c))
* bump lint-staged from 13.3.0 to 15.2.2 ([e0fd084](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/e0fd084c592a30e45bb0e08858a95bf73507192a))
* bump prettier from 2.8.8 to 3.2.5 ([6b52de0](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/6b52de067836d4a2950921eb895c33ceb635f4da))
* bump rollup from 2.79.1 to 3.29.4 ([6e0b90b](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/6e0b90ba52c40f1ca03afe2f4884d3a14e929a44))
* bump rollup from 3.29.4 to 4.12.1 ([580145e](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/580145e7e8119267047d98fc5480dbd772d0a6da))

### [1.0.3](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v1.0.2...v1.0.3) (2023-06-30)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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/accessible-menu-bootstrap-5@1.0.3/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.4/dist/accessible-menu-bs5.min.js"></script>
```

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

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.3/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.4/dist/accessible-menu-bs5.min.js"></script>
```

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

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.3/dist/disclosure-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.4/dist/disclosure-menu-bs5.min.js"></script>
```

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

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.3/dist/menubar-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.4/dist/menubar-bs5.min.js"></script>
```

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

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.3/dist/treeview-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.4/dist/treeview-bs5.min.js"></script>
```

then
Expand Down
2 changes: 1 addition & 1 deletion dist/accessible-menu-bs5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/accessible-menu-bs5.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/disclosure-menu-bs5.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/disclosure-menu-bs5.esm.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/disclosure-menu-bs5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/disclosure-menu-bs5.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/menubar-bs5.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/menubar-bs5.esm.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/menubar-bs5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/menubar-bs5.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treeview-bs5.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treeview-bs5.esm.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treeview-bs5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treeview-bs5.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessible-menu-bootstrap-5",
"version": "1.0.3",
"version": "1.0.4",
"description": "A JavaScript library to help you generate WAI-ARIA accessible menus with in the DOM using Bootstrap 5.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 0814e80

Please sign in to comment.