mirror of https://github.com/acid-info/lsd.git
v0.1.0-alpha.3
This commit is contained in:
parent
2464cffc4b
commit
91bc01e62b
|
@ -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
|
||||
|
|
|
@ -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/*"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue