@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 8.35.14 to 8.36.0
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "8.35.14", | ||
"version": "8.36.0", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
# vue-decision-processing-components | ||
## Overview | ||
Vue.js components to be shared between the decision processing applications for the various CES Schools. | ||
## How to Use This | ||
- All Decision Processing Clients use various components from this npm package. | ||
## How to Build Locally | ||
- Currently no way to run/build locally | ||
- installation: npm install @byu-oit/vue-decision-processing-components | ||
## How to Publish | ||
- Bump version number in [package.json](./package.json#L3) using the following command in bash | ||
- `npm version [patch|minor|major]` | ||
- then change the commit message to follow the conventional commit message standard `git commit --amend` to something like `chore: bump version x.y.z` | ||
This automatically creates a git tag if you run `git push --follow-tags` (which labels commits with the exact version that was published to npm). | ||
- PR to main | ||
- GHA publishes to npm | ||
## How to Test | ||
- vue-decision-processing-components can be tested by making changes to node modules in any decision-processing client and then copied to this repo to push the changes to prd. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
437672
24