v0.1.0-alpha.3

This commit is contained in:
Hossein Mehrabi 2023-04-18 18:47:27 +03:30
parent 2464cffc4b
commit 91bc01e62b
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.3](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2023-04-18)
### Bug Fixes
- append className prop to default class names in Autocomplete component ([2464cff](https://github.com/acid-info/logos-design-system/commit/2464cffc4bf41a9262d997b4f5b7b88a9f50f1f1))
# [0.1.0-alpha.2](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2023-04-13)
**Note:** Version bump only for package @acid-info/logos-design-system

View File

@ -2,6 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"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.3](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2023-04-18)
### Bug Fixes
- append className prop to default class names in Autocomplete component ([2464cff](https://github.com/acid-info/logos-design-system/commit/2464cffc4bf41a9262d997b4f5b7b88a9f50f1f1))
# [0.1.0-alpha.2](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2023-04-13)
**Note:** Version bump only for package @acid-info/lsd-react

View File

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