Skip to content

Commit

Permalink
chore(release): 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Jun 30, 2023
1 parent 0b1fdb8 commit c341e62
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 20 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.

### [3.0.8](https://github.com/NickDJM/accessible-menu/compare/v3.0.7...v3.0.8) (2023-06-30)


### Build System

* **npm:** update all dependencies to latest ([af2bd4a](https://github.com/NickDJM/accessible-menu/commit/af2bd4ab4d71f80c68d8661a42af1c53a763ddc8))

### [3.0.7](https://github.com/NickDJM/accessible-menu/compare/v3.0.6...v3.0.7) (2023-06-29)


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

## Upgrading from version 2 to version 3?
Expand Down Expand Up @@ -77,7 +77,7 @@ import AccessibleMenu from "accessible-menu";
or

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

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

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

then
Expand All @@ -127,7 +127,7 @@ import { Menubar } from "accessible-menu";
or

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

then
Expand All @@ -148,7 +148,7 @@ import { Treeview } from "accessible-menu";
or

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/treeview.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",
"version": "3.0.7",
"version": "3.0.8",
"description": "A JavaScript library to help you generate WCAG accessible menus in the DOM.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c341e62

Please sign in to comment.