Skip to content

Commit

Permalink
Set new version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jul 18, 2024
1 parent fac41cd commit 9b2daf4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [17.18.5](https://github.com/primefaces/primeng/tree/17.18.5) (2024-07-18)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.4...17.18.5)

**Fixed bugs:**
- InputNumberModule: Variant "filled" is not applied [\#15885](https://github.com/primefaces/primeng/issues/15885)
- Issue with ListBox and style since 17.18.4 [\#16051](https://github.com/primefaces/primeng/issues/16051)
- MultiSelect - showToggleAll not working as expected [\#16039](https://github.com/primefaces/primeng/issues/16039)
- Dropdown: Focus lost after using tab to select dropdown item [\#15335](https://github.com/primefaces/primeng/issues/15335)
- Tree: inputText in Template mode does not respond to a space key [\#16055](https://github.com/primefaces/primeng/issues/16055)
- pFocusTrap: "aria-hidden-focus" accessibility rule violation [\#16042](https://github.com/primefaces/primeng/issues/16042)
- Toast: Documentation examples are not working properly [\#16025](https://github.com/primefaces/primeng/issues/16025)

## [17.18.4](https://github.com/primefaces/primeng/tree/17.18.4) (2024-07-11)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.3...17.18.4)

Expand Down
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": "primeng",
"version": "17.18.4",
"version": "17.18.5",
"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": "17.18.4",
"version": "17.18.5",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down
6 changes: 3 additions & 3 deletions src/app/showcase/data/versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[
{
"version": "v17.18.4",
"version": "v17.18.5",
"name": "v17",
"url": "https://primeng.org"
},
{
"version": "v16.9.10-lts",
"version": "v16.9.12-lts",
"name": "v16",
"url": "https://www.primefaces.org/primeng-v16-lts/"
},
{
"version": "v15.4.20-lts",
"version": "v15.4.22-lts",
"name": "v15",
"url": "https://www.primefaces.org/primeng-v15-lts/"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Props {
const app_dependencies = pkg ? pkg.devDependencies : {};

const PrimeNG = {
version: '17.18.4',
version: '17.18.5',
description:
'PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.'
};
Expand Down

0 comments on commit 9b2daf4

Please sign in to comment.