diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb24a5..62ee5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.16](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) (2023-06-12) + +### Bug Fixes + +- set the default disabled state of the Tag component to false ([772285c](https://github.com/acid-info/logos-design-system/commit/772285cdd52316e8b77579cbce841b6276eaa9eb)) + # [0.1.0-alpha.15](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) (2023-06-11) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 648c6be..caf1914 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": true, "useWorkspaces": true, - "version": "0.1.0-alpha.15", + "version": "0.1.0-alpha.16", "packages": ["packages/*", "apps/*"] } diff --git a/packages/lsd-react/CHANGELOG.md b/packages/lsd-react/CHANGELOG.md index 8310997..fba9113 100644 --- a/packages/lsd-react/CHANGELOG.md +++ b/packages/lsd-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.16](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) (2023-06-12) + +### Bug Fixes + +- set the default disabled state of the Tag component to false ([772285c](https://github.com/acid-info/logos-design-system/commit/772285cdd52316e8b77579cbce841b6276eaa9eb)) + # [0.1.0-alpha.15](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) (2023-06-11) ### Bug Fixes diff --git a/packages/lsd-react/package.json b/packages/lsd-react/package.json index 479aa82..39e2cf1 100644 --- a/packages/lsd-react/package.json +++ b/packages/lsd-react/package.json @@ -1,6 +1,6 @@ { "name": "@acid-info/lsd-react", - "version": "0.1.0-alpha.15", + "version": "0.1.0-alpha.16", "types": "./dist/index.d.ts", "main": "./dist/lsd-react.js", "require": "./dist/lsd-react.umd.js",