Skip to content

Commit

Permalink
Fix NPM Publish (#298)
Browse files Browse the repository at this point in the history
* Adds build and test stages to npm publish

* Bumps version to 0.3.1 for release
  • Loading branch information
tony1uphealth authored Dec 15, 2021
1 parent 1dbce24 commit d573a51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ export default {
| `ReferralRequest` ||| _N/A_ |
| `ResearchStudy` | _N/A_ |||

### Styles update `v0.3.0`
### Styles update `v0.3`

The 0.3.0 version of the FHIR React Component library introduces the bootstrap Accordion component as the base of each available resource which provides any data. The RWD support is provided for each component.
The 0.3 version of the FHIR React Component library introduces the bootstrap Accordion component as the base of each available resource which provides any data. The RWD support is provided for each component.

All of the changes can be tracked by viewing the current version of the [storybook](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/fhir-react-next/index.html?path=/story/condition--default-visualization-dstu-2).

### Available resources `v0.3.0`
### Available resources `v0.3`


| Resource | DSTU2 | STU3 | R4 | Carin BB Profile | DaVinci PDex |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhir-react",
"version": "0.3.0",
"version": "0.3.1",
"description": "React component library for displaying FHIR Resources ",
"main": "build/index.js",
"peerDependencies": {
Expand Down

0 comments on commit d573a51

Please sign in to comment.