Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Version Packages (#96)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @zus-health/ctw-component-library@0.13.0

### Minor Changes

- 1086140: Condition History Panel now has a stacked UI list detailing
previous occurrences of different conditions. There is a preview summary
card followed by a detailed card for each of the different conditions
that have been recorded.
- fb5fd96: When user edits or adds a condition, practitioner id will now
be used to set the recorder field automatically. If no practitioner id
is found then recorder will be nulled else the current practitioner id
for the user will be used.

### Patch Changes

- 112d3df: Move ctw provider and context into separate files to avoid
bug outlined in <vitejs/vite#10239>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 4, 2022
1 parent 1086140 commit 9d6a052
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-parents-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-parents-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-experts-drop.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# ctw-component-library

## 0.13.0

### Minor Changes

- 1086140: Condition History Panel now has a stacked UI list detailing previous occurrences of different conditions. There is a preview summary card followed by a detailed card for each of the different conditions that have been recorded.
- fb5fd96: When user edits or adds a condition, practitioner id will now be used to set the recorder field automatically. If no practitioner id is found then recorder will be nulled else the current practitioner id for the user will be used.

### Patch Changes

- 112d3df: Move ctw provider and context into separate files to avoid bug outlined in https://github.com/vitejs/vite/pull/10239

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@zus-health/ctw-component-library",
"version": "0.12.0",
"version": "0.13.0",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 9d6a052

Please sign in to comment.