Skip to content

Commit

Permalink
Merge pull request #13070 from primefaces/types
Browse files Browse the repository at this point in the history
Update changelog & set new version
  • Loading branch information
cetincakiroglu authored May 19, 2023
2 parents 10f3aac + 4c66a78 commit 01e3cc7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [16.0.0-rc.2](https://github.com/primefaces/primeng/tree/16.0.0-rc.2) (2023-05-19)

[Full Changelog](https://github.com/primefaces/primeng/compare/16.0.0-rc.1...16.0.0-rc.2)

**Enhancements:**
- Type Improvements[\#12979](https://github.com/primefaces/primeng/issues/12979)

**Fixed bugs:**
- PrimeNG 15 does not build with RxJS 6 [\#13012](https://github.com/primefaces/primeng/issues/13012)
- Autocomplete: Clear is not working as expected [\#13026](https://github.com/primefaces/primeng/issues/13026)

## [16.0.0-rc.1](https://github.com/primefaces/primeng/tree/16.0.0-rc.1) (2023-05-05)

[Full Changelog](https://github.com/primefaces/primeng/compare/15.4.1...16.0.0-rc.1)
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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"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.0.0-rc.1",
"version": "16.0.0-rc.2",
"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
Expand Up @@ -5,12 +5,12 @@
"url": "https://primeng.org"
},
{
"version": "v15.4.2-lts",
"version": "v15.4.3-lts",
"name": "v15",
"url": "https://www.primefaces.org/primeng-v15-lts/#/"
},
{
"version": "v14.2.6-lts",
"version": "v14.2.7-lts",
"name": "v14",
"url": "https://www.primefaces.org/primeng-v14-lts"
},
Expand Down

2 comments on commit 01e3cc7

@vercel
Copy link

@vercel vercel bot commented on 01e3cc7 May 19, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 01e3cc7 May 19, 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-primetek.vercel.app
primeng-git-prod-primetek.vercel.app
primeng.org

Please sign in to comment.