Skip to content

Commit

Permalink
Merge pull request #121 from zyfra/fix/publish-charts
Browse files Browse the repository at this point in the history
chore: fix charts library deploy error
  • Loading branch information
ZurabDev authored Mar 31, 2023
2 parents cd54725 + 006632e commit 8682fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: cd dist/libs/core && npm publish --access public --verbose || exit_code=0
# - run: cd dist/libs/schematics && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/theme && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/charts && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/charts/base && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/icons/base && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/icons/flags && npm publish --access public --verbose || exit_code=0
- name: Deploy doc to firebase
Expand Down
6 changes: 3 additions & 3 deletions apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.

- feat(doc/input-date-range): add example with presets list 🎨
- feat(doc/calendar-range): add example with presets list 🎨
- feat(doc/table): add exmple with stick to left, to right, to bottom side 🎨 [104](https:/zyfra/Prizm/issues/104)
- feat(doc/table): add example with stick to left, to right, to bottom side 🎨 [104](https:/zyfra/Prizm/issues/104)
- feat(doc/sticky): add doc for new directive prizmStick 🎨 [104](https:/zyfra/Prizm/issues/104)
- feat(components/sticky): add new directive prizmStick for sticky to any side with dynamic calculations 🎨 [104](https:/zyfra/Prizm/issues/104)
- feat(components/switcher): add disabled and add support template icon [117](https:/zyfra/Prizm/issues/117) 🎨
Expand All @@ -18,8 +18,8 @@ All notable changes to this project will be documented in this file.

- fix(components/table): pass correct context to row [110](https:/zyfra/Prizm/issues/110)
- fix(components/input-date-period): fix export [107](https:/zyfra/Prizm/issues/107)
- fix(components/dialog): fix error with more then context size [108](https:/zyfra/Prizm/issues/108)
- fix(components/confirm-dialog): fix error with more then context size [108](https:/zyfra/Prizm/issues/108)
- fix(components/dialog): fix error with more than context size [108](https:/zyfra/Prizm/issues/108)
- fix(components/confirm-dialog): fix error with more than context size [108](https:/zyfra/Prizm/issues/108)
- fix(components/sidebar): error with double height set [101](https:/zyfra/Prizm/issues/101)
- feat(components/select): null content does not show [116](https:/zyfra/Prizm/issues/116)
- fix(components/toast): toasts overlap each other [118](https:/zyfra/Prizm/issues/118)
Expand Down

0 comments on commit 8682fd8

Please sign in to comment.