publish first alpha versions of pkgs

This commit is contained in:
2024-08-26 02:09:57 -04:00
parent d4eb3c135c
commit 3f1a33d2ad
5 changed files with 18 additions and 4 deletions
@@ -1,6 +1,7 @@
{
"name": "@openharbor/ngx-data-bootstrap-ui",
"version": "0.0.15",
"version": "18.0.0-alpha.2",
"repository": "https://git.openharbor.io/Open-Harbor/ngx-data-ui",
"description": "an internal use library for handling data sources grid filtering sorting, add commands etc",
"keywords": [
"angular",
@@ -2,6 +2,7 @@
* Public API Surface of ngx-bootstrap
*/
export * from './lib/command-modal/command-modal.module';
export * from './lib/command-modal/command-modal.service';
export * from './lib/command-modal/directives/command-modal.directive';
export * from './lib/form-group-command-modal/directives/form-group-command-modal.directive';