Skip to content

Commit

Permalink
Merge branch 'feat/release-4.5.0' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurabDev committed Oct 2, 2024
2 parents f57c626 + ed3486b commit 8a7ae8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main-publish-ng17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/i18n && npm publish --access public --verbose
- run: cd dist/libs/i18n && npm publish --tag ng17 --access public --verbose

publish-helpers:
needs: build
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/helpers && npm publish --access public --verbose
- run: cd dist/libs/helpers && npm publish --tag ng17 --access public --verbose

publish-core:
needs: build
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/core && npm publish --access public --verbose
- run: cd dist/libs/core && npm publish --tag ng17 --access public --verbose

publish-theme:
needs: build
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/theme && npm publish --access public --verbose
- run: cd dist/libs/theme && npm publish --tag ng17 --access public --verbose

publish-icons:
needs: build
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/icons/base && npm publish --access public --verbose
- run: cd dist/libs/icons/base && npm publish --tag ng17 --access public --verbose

publish-icons-loader:
needs: build
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/icons/loader && npm publish --access public --verbose
- run: cd dist/libs/icons/loader && npm publish --tag ng17 --access public --verbose

publish-flags:
needs: build
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/icons/flags && npm publish --access public --verbose
- run: cd dist/libs/icons/flags && npm publish --tag ng17 --access public --verbose

publish-plugin:
needs: build
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/plugin && npm publish --access public --verbose
- run: cd dist/libs/plugin && npm publish --tag ng17 --access public --verbose

publish-ast:
needs: build
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/ast && npm publish --access public --verbose
- run: cd dist/libs/ast && npm publish --tag ng17 --access public --verbose

publish-charts:
needs: build
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/charts && npm publish --access public --verbose
- run: cd dist/libs/charts && npm publish --tag ng17 --access public --verbose

publish-nxmv:
needs: build
Expand Down Expand Up @@ -447,4 +447,4 @@ jobs:
name: dist
path: ./dist

- run: cd dist/libs/nxmv && npm publish --access public --verbose
- run: cd dist/libs/nxmv && npm publish --tag ng17 --access public --verbose
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './tree-multi-select.component';
export * from './tree-select-multi-selected.directive';
export * from './search';
export * from './item';

0 comments on commit 8a7ae8f

Please sign in to comment.