Skip to content

Commit

Permalink
Set new version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 20, 2023
1 parent b55be8d commit 703b805
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [15.1.0](https://github.com/primefaces/primeng/tree/15.1.1) (2023-01-20)

[Full Changelog](https://github.com/primefaces/primeng/compare/15.1.0...15.1.1)
**Fixed bugs:**
- Dropdown and Multiselect: ERROR TypeError: value.trim is not a function [\#12525](https://github.com/primefaces/primeng/issues/12525)
- Dropdown virtualScroll filter bug [\#12461](https://github.com/primefaces/primeng/issues/12461)

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

[Full Changelog](https://github.com/primefaces/primeng/compare/15.0.1...15.1.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": "15.1.1-SNAPSHOT",
"version": "15.1.1",
"license": "MIT",
"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": "15.1.1-SNAPSHOT",
"version": "15.1.1",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/app.footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Component } from '@angular/core';
template: `
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeNG 15.1.0 by </span>
<span>PrimeNG 15.1.1 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>
Expand Down

0 comments on commit 703b805

Please sign in to comment.