Skip to content

Commit

Permalink
chore(release): 19.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
k.polyntsov committed Nov 21, 2024
1 parent e63d768 commit 50d3a38
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 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.

### [19.0.5](https://github.com/optimistex/ngx-select-ex/compare/v19.0.4...v19.0.5) (2024-11-21)


### Bug Fixes

* license ([e63d768](https://github.com/optimistex/ngx-select-ex/commit/e63d768d29d5a4bf64c28bef96f78cb3192b944c))

### [19.0.4](https://github.com/optimistex/ngx-select-ex/compare/v19.0.3...v19.0.4) (2024-11-21)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
<app-root>Loading...</app-root>
<script src="js/prettify.min.js"></script>
<!-- script files will be inserted by html-webpack-plugin -->
<script src="runtime.d7858bd0f2a6c26c.js" type="module"></script><script src="polyfills.a334141288ea3a9c.js" type="module"></script><script src="main.c48b18e9e5eefcd0.js" type="module"></script></body>
<script src="runtime.d7858bd0f2a6c26c.js" type="module"></script><script src="polyfills.a334141288ea3a9c.js" type="module"></script><script src="main.7ad077ad2aacf437.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": "19.0.4",
"version": "19.0.5",
"description": "Angular based replacement for select boxes",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-select-ex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-select-ex",
"version": "19.0.4",
"version": "19.0.5",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^18.0.0 || ^19.0.0",
Expand Down

0 comments on commit 50d3a38

Please sign in to comment.