From db1c1f5d13007bb3cd645c947d730002a585b440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:10:57 +0300 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/app/components/package.json | 2 +- src/app/showcase/data/versions.json | 2 +- src/app/showcase/layout/doc/codeeditor/templates.ts | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be85c20197c..1ad4cfa43a7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [16.5.1](https://github.com/primefaces/primeng/tree/16.5.1) (2023-10-18) + +[Full Changelog](https://github.com/primefaces/primeng/compare/16.5.0...16.5.1) + +**Fixed bugs:** +- Table | Column widths are not recalculated w/resize + drag & drop [\#13875](https://github.com/primefaces/primeng/issues/13875) +- Tooltip doesn't accept TemplateRef HTMLElement anymore [\#13866](https://github.com/primefaces/primeng/issues/13866) +- Component: AccordionTab.toggle(null) throws TypeError [\#13872](https://github.com/primefaces/primeng/issues/13872) +- Menu Components | Convert property binding of 'id' to attribute binding [\#13870](https://github.com/primefaces/primeng/issues/13870) + ## [16.5.0](https://github.com/primefaces/primeng/tree/16.5.0) (2023-10-11) [Full Changelog](https://github.com/primefaces/primeng/compare/16.4.1...16.5.0) diff --git a/package.json b/package.json index 77652ea0afc..acd640d1441 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "16.5.0", + "version": "16.5.1", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "ng": "ng", diff --git a/src/app/components/package.json b/src/app/components/package.json index 0560140135b..62f875e5a1c 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "16.5.0", + "version": "16.5.1", "repository": { "type": "git", "url": "https://github.com/primefaces/primeng" diff --git a/src/app/showcase/data/versions.json b/src/app/showcase/data/versions.json index d0ec2df87ae..9140e34af9f 100644 --- a/src/app/showcase/data/versions.json +++ b/src/app/showcase/data/versions.json @@ -1,6 +1,6 @@ [ { - "version": "v16.5.0", + "version": "v16.5.1", "name": "v16", "url": "https://primeng.org" }, diff --git a/src/app/showcase/layout/doc/codeeditor/templates.ts b/src/app/showcase/layout/doc/codeeditor/templates.ts index 30546dd1438..a23f6daab00 100644 --- a/src/app/showcase/layout/doc/codeeditor/templates.ts +++ b/src/app/showcase/layout/doc/codeeditor/templates.ts @@ -15,7 +15,7 @@ export interface Props { const app_dependencies = pkg ? pkg.devDependencies : {}; const PrimeNG = { - version: '16.5.0', + version: '16.5.1', description: 'PrimeNG is an open source UI library for Angular featuring a rich set of 90+ 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.' };