From aa2d4cd3543146a33d1b2f3efd4f1465824ddfdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:15:46 -0400 Subject: [PATCH] Version Packages (#94) 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.12.0 ### Minor Changes - 67ddbb0: Manage inconsistent coding in Conditions History Panel. Now supports SNOMED, ICD-10, ICD-10CM, ICD-9, ICD-9CM for code matching. Will now filter out summary and lens tags as well. Co-authored-by: github-actions[bot] --- .changeset/dirty-pandas-dream.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dirty-pandas-dream.md diff --git a/.changeset/dirty-pandas-dream.md b/.changeset/dirty-pandas-dream.md deleted file mode 100644 index f75540d5f..000000000 --- a/.changeset/dirty-pandas-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zus-health/ctw-component-library": minor ---- - -Manage inconsistent coding in Conditions History Panel. Now supports SNOMED, ICD-10, ICD-10CM, ICD-9, ICD-9CM for code matching. Will now filter out summary and lens tags as well. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbe45fca..184d316cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ctw-component-library +## 0.12.0 + +### Minor Changes + +- 67ddbb0: Manage inconsistent coding in Conditions History Panel. Now supports SNOMED, ICD-10, ICD-10CM, ICD-9, ICD-9CM for code matching. Will now filter out summary and lens tags as well. + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 3cf4cd40f..7fdb531d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zus-health/ctw-component-library", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "main": "dist/index.cjs", "module": "dist/index.es.js",