Skip to content

Commit

Permalink
build: release 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-gregorio-totvs authored and pedrodominguesp committed Jan 29, 2025
1 parent 73a0ffb commit 85628c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@totvs/po-theme",
"version": "18.24.0",
"version": "19.0.0",
"author": "Totvs",
"description": "PO Theme - Totvs Default Theme",
"repository": {
Expand All @@ -9,9 +9,11 @@
},
"license": "MIT",
"scripts": {
"build": "po-theme build --fonts --name=default"
"build": "po-theme build --fonts --name=default",
"pack": "cd dist/ && npm pack",
"publish:local": "npm publish ./dist --registry http://localhost:4873 --ignore-scripts"
},
"devDependencies": {
"@po-ui/style": "18.24.0"
"@po-ui/style": "19.0.0"
}
}

0 comments on commit 85628c3

Please sign in to comment.