Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Feb 17, 2023
1 parent a2e8406 commit d0079a1
Show file tree
Hide file tree
Showing 31 changed files with 8,482 additions and 11,196 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

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.1](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v1.0.0...v1.0.1) (2023-02-17)


### Bug Fixes

* **tests:** add jest-jsdom-environment to project ([4cc6b8b](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/4cc6b8ba3c3e9271f6eb254d1c5e1177b7d2cbd4))


### Build System

* bump @commitlint/cli from 15.0.0 to 16.0.1 ([d38392b](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/d38392b887e5fa58acf71078720bc7961e8981a1))
* bump @commitlint/cli from 16.3.0 to 17.0.0 ([71a0969](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/71a0969702ee1093c8e194add08acbdb7590dcce))
* bump @commitlint/config-conventional from 15.0.0 to 16.0.0 ([6bb82de](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/6bb82deb2db78883556dae79892bdb3607b80cad))
* bump @commitlint/config-conventional from 16.2.4 to 17.0.0 ([775971a](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/775971aa0ef2a5795c45f7b8a268cfdb4c32c4a9))
* bump @rollup/plugin-babel from 5.3.1 to 6.0.0 ([2bd6e78](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/2bd6e78a0d0c0784fb9f004e96ee824b45364819))
* bump @rollup/plugin-node-resolve from 13.3.0 to 14.0.0 ([8eeb213](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/8eeb213142d8144a37e9014b5390aae2b3d5204a))
* bump @rollup/plugin-node-resolve from 14.1.0 to 15.0.0 ([83d6a76](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/83d6a76cac58a3127bcbb951ad8fe7c252d9c426))
* bump eslint-plugin-jsdoc from 37.9.7 to 38.0.3 ([1bbaf27](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/1bbaf27111ee4569cb7a3c438fd6346dcbf6a33b))
* bump eslint-plugin-jsdoc from 38.1.6 to 39.1.0 ([257533f](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/257533fbb8453523a511784ef70f312245f8a6ee))
* bump eslint-plugin-jsdoc from 39.9.1 to 40.0.0 ([1c0d737](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/1c0d73712a6d0142558e2f1ef2cfc5de1e7871bf))
* bump husky from 7.0.4 to 8.0.1 ([cbd6923](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/cbd6923095f310e6f8ea7b9048afe8369445ac16))
* bump jest from 27.5.1 to 28.0.3 ([a6e0a4e](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/a6e0a4ef0353d394f776d7368f19d04eb67b5dbb))
* bump jest from 28.1.3 to 29.0.0 ([487cde4](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/487cde449437ab84de8e37fba2a2dcc3ff1c4ead))
* bump jest-environment-jsdom from 28.1.3 to 29.0.0 ([178e712](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/178e712af95882978f83705e666c2e3e67a24714))
* bump jest-extended from 1.2.1 to 2.0.0 ([fd5fa54](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/fd5fa5420f75754fdc11ba182351ee4cc20fe2a9))
* bump jest-extended from 2.1.0 to 3.0.0 ([a82f9d3](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/a82f9d3490ebe281506e27ef158cd5b6edaf235e))
* bump jsdoc from 3.6.11 to 4.0.0 ([c0b098f](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/c0b098f5e898425ffbfacaae3b818d6d8adbec88))
* bump lint-staged from 12.5.0 to 13.0.1 ([29063d8](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/29063d8fdbfa1fd78d1af8baadd76154cd49c3aa))


### Documentation

* **badges:** fix shields.io badges for tests ([a2e8406](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/a2e84068fb87ea1c83a3b9f5f9cf962f454a176f)), closes [#28](https://github.com/NickDJM/accessible-menu-bootstrap-5/issues/28)
* **examples:** add live examples provided by mandrasch ([ca9dc5e](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/ca9dc5ed982345deaefc8a92850ae2fdc236a526)), closes [#9](https://github.com/NickDJM/accessible-menu-bootstrap-5/issues/9)
* **examples:** correct examples to use proper Bootstrap 5 setup ([b1bbe8c](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/b1bbe8cbfbe71b6f6d8ad01c4eac4e545b1afbf7)), closes [#6](https://github.com/NickDJM/accessible-menu-bootstrap-5/issues/6)
* **sponsor:** add coldfront labs as sponsor ([40e59db](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/40e59db22c6dba3e5b7351a07166e2529b0c971c)), closes [#29](https://github.com/NickDJM/accessible-menu-bootstrap-5/issues/29)
* update supported menu links to point to apg ([faddc7c](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/faddc7c0d3e7116d5767cbe16dfe7032bfa950e1)), closes [#30](https://github.com/NickDJM/accessible-menu-bootstrap-5/issues/30)

## 1.0.0 (2021-11-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.0/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.1/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.0/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.1/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.0/dist/disclosure-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.1/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.0/dist/menubar-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.1/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.0/dist/treeview-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@1.0.1/dist/treeview-bs5.min.js"></script>
```

then
Expand Down
Loading

0 comments on commit d0079a1

Please sign in to comment.