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 Apr 19, 2024
1 parent f83fff4 commit 6c017fb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [17.14.1](https://github.com/primefaces/primeng/tree/17.14.1) (2024-04-19)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.14.0...17.14.1)
**Fixed bugs:**
- Stepper | Core css is overriden and broken [\#15317](https://github.com/primefaces/primeng/issues/15317)

## [17.14.0](https://github.com/primefaces/primeng/tree/17.14.0) (2024-04-19)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.13.0...17.14.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": "17.14.0",
"version": "17.14.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": "17.14.0",
"version": "17.14.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": "v17.14.0",
"version": "v17.14.1",
"name": "v17",
"url": "https://primeng.org"
},
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.14.0',
version: '17.14.1',
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 6c017fb

Please sign in to comment.