publish first alpha versions of pkgs
This commit is contained in:
		
							parent
							
								
									d4eb3c135c
								
							
						
					
					
						commit
						3f1a33d2ad
					
				
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @ -9,6 +9,16 @@ | ||||
|     "lint": "ng lint", | ||||
|     "e2e": "ng e2e", | ||||
|     "clean": "rimraf dist", | ||||
| 
 | ||||
|     "build-bootstrap": "ng build ngx-data-bootstrap-ui --configuration production", | ||||
|     "publish-bootstrap": "npm publish dist/openharbor/ngx-data-bootstrap-ui --access public", | ||||
| 
 | ||||
|     "build-cdk": "ng build ngx-data-cdk-ui --configuration production", | ||||
|     "publish-cdk": "npm publish dist/openharbor/ngx-data-cdk-ui --access public", | ||||
| 
 | ||||
|     "build-ng-select": "ng build ngx-data-ng-select-ui --configuration production", | ||||
|     "publish-ng-select": "npm publish dist/openharbor/ngx-data-ng-select-ui --access public", | ||||
| 
 | ||||
|     "start:app": "wait-on dist/openharbor/ngx-cdk-ui/fesm5 && dist/poweredsoft/ngx-bootstrap/fesm5 && ng serve --poll 2000", | ||||
|     "watch:lib": "ng build @poweredsoft/ngx-cdk-ui --watch && ng build @poweredsoft/ngx-bootstrap --watch", | ||||
|     "watch:all": "npm run clean && run-p watch:lib start:app" | ||||
| @ -66,4 +76,4 @@ | ||||
|     "wait-on": "^5.0.1" | ||||
|   }, | ||||
|   "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" | ||||
| } | ||||
| } | ||||
|  | ||||
| @ -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'; | ||||
|  | ||||
| @ -1,6 +1,7 @@ | ||||
| { | ||||
|   "name": "@openharbor/ngx-data-cdk-ui", | ||||
|   "version": "0.0.18", | ||||
|   "version": "18.0.0-alpha.2", | ||||
|   "repository": "https://git.openharbor.io/Open-Harbor/ngx-data-ui", | ||||
|   "peerDependencies": { | ||||
|     "@angular/common": "^18.0.0", | ||||
|     "@angular/core": "^18.0.0", | ||||
|  | ||||
| @ -1,6 +1,7 @@ | ||||
| { | ||||
|   "name": "@openharbor/ngx-data-ng-select-ui", | ||||
|   "version": "0.0.6", | ||||
|   "version": "18.0.0-alpha.2", | ||||
|   "repository": "https://git.openharbor.io/Open-Harbor/ngx-data-ui", | ||||
|   "peerDependencies": { | ||||
|     "@angular/common": "^18.0.0", | ||||
|     "@angular/core": "^18.0.0" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user