Skip to content

Commit

Permalink
Merge pull request #58 from zyfra/fix/deprecated-publish
Browse files Browse the repository at this point in the history
ci: add deprecated lib to publish
  • Loading branch information
ZurabDev committed Feb 22, 2023
2 parents eb3c48f + 9c4f0c6 commit 2c32179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish package
on:
release:
types: [created]
workflow_dispatch:
env:
npmrc_config_push: ${{ secrets.NPMRC_CONFIG_PUSH }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_PUBLISH_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions libs/deprecated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/deprecated",
"version": "0.0.1",
"version": "1.0.0-beta.23",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0",
Expand All @@ -10,8 +10,8 @@
"@ng-web-apis/resize-observer": "^1.0.3",
"@ng-web-apis/intersection-observer": "^3.0.0",
"@ng-web-apis/mutation-observer": "2.0.0",
"primeicons": "^6.0.1 || ^4.1.0",
"primeng": "^14.2.3 || ^12.2.1",
"primeicons": "^4.1.0",
"primeng": "^12.2.1",
"@prizm-ui/helpers": "^1.0.0-beta.23",
"@prizm-ui/core": "^1.0.0-beta.23",
"@prizm-ui/theme": "^1.0.0-beta.23"
Expand Down

0 comments on commit 2c32179

Please sign in to comment.