diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c36c4..330b098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.208](https://github.com/medblocks/medblocks-ui/compare/v0.0.207...v0.0.208) (2024-12-31) + ### [0.0.207](https://github.com/medblocks/medblocks-ui/compare/v0.0.206...v0.0.207) (2024-12-29) - Breaking changes : export is now a function, that can be used to get the composition out of both mb-form and mb-auto-form. diff --git a/package-lock.json b/package-lock.json index fd7a3c5..6782ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "medblocks-ui", - "version": "0.0.207", + "version": "0.0.208", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "medblocks-ui", - "version": "0.0.207", + "version": "0.0.208", "license": "Apache-2.0", "dependencies": { "@shoelace-style/shoelace": "2.0.0-beta.71", diff --git a/package.json b/package.json index c9724c6..fb11fdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medblocks-ui", - "version": "0.0.207", + "version": "0.0.208", "description": "Web components for building healthcare interfaces", "author": "Sidharth Ramesh", "license": "Apache-2.0",