Skip to content

Commit 44648ce

Browse files
author
k.polyntsov
committed
chore(release): 8.0.2
1 parent 7536b30 commit 44648ce

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [8.0.2](https://github.com/optimistex/ngx-select-ex/compare/v8.0.1...v8.0.2) (2024-08-20)
6+
7+
8+
### Bug Fixes
9+
10+
* position choises on appendTo scrollable area ([7536b30](https://github.com/optimistex/ngx-select-ex/commit/7536b30c48b4a057ac60542f7b7f621c47c5aa28))
11+
512
### [8.0.1](https://github.com/optimistex/ngx-select-ex/compare/v8.0.0...v8.0.1) (2022-01-20)
613

714

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<app-demo>Loading...</app-demo>
3535
<script src="assets/js/prettify.min.js"></script>
3636
<!-- script files will be inserted by html-webpack-plugin -->
37-
<script src="runtime.6e86c36d03de1f40.js" type="module"></script><script src="polyfills.2a52533678cdce3b.js" type="module"></script><script src="main.4eabd128646d5578.js" type="module"></script>
37+
<script src="runtime.6e86c36d03de1f40.js" type="module"></script><script src="polyfills.2a52533678cdce3b.js" type="module"></script><script src="main.a66e40a599b77d16.js" type="module"></script>
3838

3939
</body></html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-select-ex",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Angular based replacement for select boxes",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)