v0.1.0-alpha.1

This commit is contained in:
Hossein Mehrabi 2023-04-14 03:20:56 +03:30
parent 87ea7891d0
commit 5e76f4e86f
4 changed files with 16 additions and 2 deletions

View File

@ -3,6 +3,13 @@
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.1](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2023-04-13)
### Bug Fixes
- export all components ([87ea789](https://github.com/acid-info/logos-design-system/commit/87ea7891d0c7dd916d37acc308802ba8a05629db))
- fix Badge component rendering in disabled state by default ([2df8631](https://github.com/acid-info/logos-design-system/commit/2df8631ff3c93431c076aaa17adbc97478a5f270))
# 0.1.0-alpha.0 (2023-04-13)
### 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.0",
"version": "0.1.0-alpha.1",
"packages": ["packages/*", "apps/*"]
}

View File

@ -3,6 +3,13 @@
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.1](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2023-04-13)
### Bug Fixes
- export all components ([87ea789](https://github.com/acid-info/logos-design-system/commit/87ea7891d0c7dd916d37acc308802ba8a05629db))
- fix Badge component rendering in disabled state by default ([2df8631](https://github.com/acid-info/logos-design-system/commit/2df8631ff3c93431c076aaa17adbc97478a5f270))
# 0.1.0-alpha.0 (2023-04-13)
### Bug Fixes

View File

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