Skip to content

Commit

Permalink
Set new version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 6, 2023
1 parent fc68381 commit c471bd5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [16.7.1](https://github.com/primefaces/primeng/tree/16.7.1) (2023-11-06)

[Full Changelog](https://github.com/primefaces/primeng/compare/16.7.0...16.7.1)

**Fixed bugs:**
- BIG ERROR with DropDown [\#13996](https://github.com/primefaces/primeng/issues/13996)
- Component: p-dropdwon onChange is called multiple times at init [\#14005](https://github.com/primefaces/primeng/issues/14005)
- Change of Dropdown selection throws error: Cannot read properties of undefined (reading 'length') primeng dropdown [\#14007](https://github.com/primefaces/primeng/issues/14007)
- Dropdown filtering issues with array of strings [\#14011](https://github.com/primefaces/primeng/issues/14011)
- The ngModel directive can't set an item of dropdown in version 16.7.0 [\#14023](https://github.com/primefaces/primeng/issues/14023)
- ListBox | onClick event does not emit [\#14036](https://github.com/primefaces/primeng/issues/14036)
- ListBox | OnChange doesn't emit [\#14033](https://github.com/primefaces/primeng/issues/14033)
- onClick event listbox error v16.7.0 [\#13998](https://github.com/primefaces/primeng/issues/13998)
- MultiSelect | Input section receives focus on filter click. [\#14035](https://github.com/primefaces/primeng/issues/14035)
- Multiselect set value error v16.7.0 [\#13999](https://github.com/primefaces/primeng/issues/13999)
- SelectButton broken in v16.7.0 [\#14021](https://github.com/primefaces/primeng/issues/14021)
- Global filter to search tree-table is not returning all the relevant results [\#14016](https://github.com/primefaces/primeng/issues/14016)

## [16.7.0](https://github.com/primefaces/primeng/tree/16.7.0) (2023-11-01)

[Full Changelog](https://github.com/primefaces/primeng/compare/16.6.0...16.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "16.7.0",
"version": "16.7.1",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "16.7.0",
"version": "16.7.1",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/data/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "v16.7.0",
"version": "v16.7.1",
"name": "v16",
"url": "https://primeng.org"
},
Expand Down

1 comment on commit c471bd5

@vercel
Copy link

@vercel vercel bot commented on c471bd5 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.