Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 18, 2024
1 parent 7123fab commit 00233d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "17.18.13",
"version": "17.18.14",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand All @@ -11,6 +11,7 @@
"lint": "ng lint",
"format": "prettier --write \"**/*.{js,ts,d.ts}\"",
"build": "ng build",
"release": "npm run build:lib && npm publish --tag v17-stable",
"format:check": "prettier --check \"**/*.{js,ts,d.ts}\"",
"build:lib": "npm run build:check && npm run build:package",
"build:package": "BROWSERSLIST_ENV=library ng build primeng-library && gulp build-assets",
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.18.13",
"version": "17.18.14",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down

0 comments on commit 00233d8

Please sign in to comment.