Skip to content

Commit

Permalink
Set new version & fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 7, 2024
1 parent 37ade6f commit e16c32c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
## [17.10.0](https://github.com/primefaces/primeng/tree/17.10.0) (2024-03-07)

[Full Changelog](https://github.com/primefaces/primeng/compare/17.8.0...17.10.0)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.9.0...17.10.0)

**Implemented New Features and Enhancements:**
- ColorPicker: Form elements must have labels [\#14941](https://github.com/primefaces/primeng/issues/14941)
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.9.0",
"version": "17.10.0",
"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.9.0",
"version": "17.10.0",
"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.9.0",
"version": "v17.10.0",
"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.9.0',
version: '17.10.0',
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 e16c32c

Please sign in to comment.