Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 30, 2023
1 parent 9fd2bb6 commit fa769fb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog

## [16.3.1](https://github.com/primefaces/primeng/tree/16.3.1) (2023-08-30)

[Full Changelog](https://github.com/primefaces/primeng/compare/16.3.0...16.3.1)

**Fixed bugs:**

- PrimeNG build is not working [\#13581](https://github.com/primefaces/primeng/issues/13581)

## [16.3.0](https://github.com/primefaces/primeng/tree/16.3.0) (2023-08-30)

[Full Changelog](https://github.com/primefaces/primeng/compare/16.2.0...16.3.0)
Expand Down Expand Up @@ -1924,4 +1933,4 @@

**Closed issues:**

- Pass the option as a template variable in Select Components without wrapping to SelectItem [\#9505](https://github.com/primefaces/primeng/issues/9505)
- Pass the option as a template variable in Select Components without wrapping to SelectItem [\#9505](https://github.com/primefaces/primeng/issues/9505)
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": "16.3.0",
"version": "16.3.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": "16.3.0",
"version": "16.3.1",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/data/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "v16.3.0",
"version": "v16.3.1",
"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
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: '16.3.0',
version: '16.3.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.'
};
Expand Down

2 comments on commit fa769fb

@vercel
Copy link

@vercel vercel bot commented on fa769fb Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primeng – ./

primeng-git-prod-primetek.vercel.app
primeng-primetek.vercel.app
primeng.org

@vercel
Copy link

@vercel vercel bot commented on fa769fb Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.