Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 4, 2024
1 parent dc4b019 commit b23157c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [16.4.3](https://github.com/primefaces/primeng/tree/16.4.3) (2024-01-04)

[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.2...16.4.3)

**Implemented New Features and Enhancements:**

- ContextMenu | Touch Device support [\#14375](https://github.com/primefaces/primeng/issues/14375)

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

[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.1...16.4.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "16.4.2",
"version": "16.4.3",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/package.json
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "16.4.2",
"version": "16.4.3",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand All @@ -24,4 +24,4 @@
"rxjs": "^6.0.0 || ^7.8.1",
"zone.js": "~0.13.0"
}
}
}
4 changes: 2 additions & 2 deletions src/app/showcase/data/versions.json
@@ -1,6 +1,6 @@
[
{
"version": "v16.4.2",
"version": "v16.4.3",
"name": "v16",
"url": "https://primeng.org"
},
Expand Down Expand Up @@ -49,4 +49,4 @@
"name": "v7",
"url": "https://www.primefaces.org/primeng-v7-lts"
}
]
]
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/codeeditor/templates.ts
Expand Up @@ -15,7 +15,7 @@ export interface Props {
const app_dependencies = pkg ? pkg.devDependencies : {};

const PrimeNG = {
version: '16.4.2',
version: '16.4.3',
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.'
};
Expand Down

0 comments on commit b23157c

Please sign in to comment.