fhir-react 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,7 @@ Changelog format is loosely based on [Keep a Changelog](https://keepachangelog.c
5
5
 
6
6
  ### Changed
7
7
  - The package/lock files to match the license of MIT in the license file
8
+ - Removed references to storybook S3 bucket that no longer exists
8
9
 
9
10
  ## 1.0.0
10
11
 
package/README.md CHANGED
@@ -1,6 +1,3 @@
1
- [![CircleCI](https://circleci.com/gh/1uphealth/fhir-react/tree/master.svg?style=svg)](https://circleci.com/gh/1uphealth/fhir-react/tree/master)
2
- [![Storybook](https://github.com/storybookjs/brand/raw/master/badge/badge-storybook.svg?sanitize=true)](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/release-0-3-13/index.html)
3
-
4
1
  # fhir-react
5
2
 
6
3
  A React component library for displaying [FHIR](https://1up.health/dev/doc/introduction-to-fhir) data.
@@ -237,7 +234,6 @@ const MyComponent = () => {
237
234
 
238
235
  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.
239
236
 
240
- 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).
241
237
 
242
238
  ### Available resources `v0.3`
243
239
 
@@ -283,8 +279,6 @@ npm run storybook
283
279
 
284
280
  Now you can check how a component graphically presents information based on raw data at http://localhost:63653 .
285
281
 
286
- There's also an online version available at http://storybook-fhir-react-lib.s3-website-us-east-1.amazonaws.com .
287
-
288
282
  ## Development
289
283
 
290
284
  1. run `npm link` in this folder to create the npm package locally
@@ -315,7 +309,3 @@ npm run build
315
309
 
316
310
  To publish, [create a new release in GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).
317
311
 
318
- ### Storybook for the changes
319
-
320
- When creating a new PR, changes will be available in the storybook at: <br>
321
- http://storybook-fhir-react-lib.s3-website-us-east-1.amazonaws.com/dev/{branch-name}/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fhir-react",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "React component library for displaying FHIR Resources ",
5
5
  "main": "build/index.js",
6
6
  "peerDependencies": {