Skip to content

Commit

Permalink
chore(release): 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Jan 20, 2022
1 parent fbe2f6b commit b949f58
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.

### [8.0.1](https://github.com/optimistex/ngx-select-ex/compare/v8.0.0...v8.0.1) (2022-01-20)


### Bug Fixes

* add `lodash.isequal` to peerDependencies ([fbe2f6b](https://github.com/optimistex/ngx-select-ex/commit/fbe2f6b6e70e850f6ec751628667be42419c46c2))

## [8.0.0](https://github.com/optimistex/ngx-select-ex/compare/v7.0.1...v8.0.0) (2022-01-20)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
<app-demo>Loading...</app-demo>
<script src="assets/js/prettify.min.js"></script>
<!-- script files will be inserted by html-webpack-plugin -->
<script src="runtime.6e86c36d03de1f40.js" type="module"></script><script src="polyfills.2a52533678cdce3b.js" type="module"></script><script src="main.860eee49fffbc2d5.js" type="module"></script>
<script src="runtime.6e86c36d03de1f40.js" type="module"></script><script src="polyfills.2a52533678cdce3b.js" type="module"></script><script src="main.4eabd128646d5578.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-select-ex",
"version": "8.0.0",
"version": "8.0.1",
"description": "Angular based replacement for select boxes",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit b949f58

Please sign in to comment.