Skip to content

Commit

Permalink
uptick version to 1.0.0 (#395)
Browse files Browse the repository at this point in the history
* uptick version to 1.0.0

* add a changelog
  • Loading branch information
jocelynn1uphealth authored Feb 24, 2023
1 parent 2ecdec6 commit 9103742
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

Changelog format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0

### Added

- Support for "Notes" in `Observation` component

### Changed

- React version to 18.x.x
- Storybook version to 6.x.x
- Minor/patch versions of various supporting libraries
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.13",
"version": "1.0.0",
"description": "React component library for displaying FHIR Resources ",
"main": "build/index.js",
"peerDependencies": {
Expand Down

0 comments on commit 9103742

Please sign in to comment.