v0.1.0-alpha.7

This commit is contained in:
Hossein Mehrabi 2023-05-25 19:33:21 +03:30
parent bf40a03e4c
commit 89441b520c
4 changed files with 14 additions and 2 deletions

View File

@ -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.7](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2023-05-25)
### Bug Fixes
- fix Collapse component's controlled state issue ([bf40a03](https://github.com/acid-info/logos-design-system/commit/bf40a03e4cf5c09bd4ac5f4642f0fac3599ed65c))
# [0.1.0-alpha.6](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) (2023-05-24)
### Bug Fixes

View File

@ -2,6 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"packages": ["packages/*", "apps/*"]
}

View File

@ -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.7](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2023-05-25)
### Bug Fixes
- fix Collapse component's controlled state issue ([bf40a03](https://github.com/acid-info/logos-design-system/commit/bf40a03e4cf5c09bd4ac5f4642f0fac3599ed65c))
# [0.1.0-alpha.6](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) (2023-05-24)
### Bug Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@acid-info/lsd-react",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"types": "./dist/index.d.ts",
"main": "./dist/lsd-react.js",
"require": "./dist/lsd-react.umd.js",