mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-23 15:29:40 +00:00
v0.1.0-alpha.8
This commit is contained in:
parent
ec7cdf0e82
commit
363674d076
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,6 +3,16 @@
|
||||
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.8](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2023-05-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- adjust icon's position in the button component ([ec7cdf0](https://github.com/acid-info/logos-design-system/commit/ec7cdf0e82ab0bf9f28018399eaec193bd605b1d))
|
||||
|
||||
### Features
|
||||
|
||||
- add outlined and filled variant options to button component ([9d01136](https://github.com/acid-info/logos-design-system/commit/9d01136a1bd49f7fd9eb86699c684d359215bebf))
|
||||
|
||||
# [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
|
||||
|
@ -2,6 +2,6 @@
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useNx": true,
|
||||
"useWorkspaces": true,
|
||||
"version": "0.1.0-alpha.7",
|
||||
"version": "0.1.0-alpha.8",
|
||||
"packages": ["packages/*", "apps/*"]
|
||||
}
|
||||
|
@ -3,6 +3,16 @@
|
||||
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.8](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2023-05-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- adjust icon's position in the button component ([ec7cdf0](https://github.com/acid-info/logos-design-system/commit/ec7cdf0e82ab0bf9f28018399eaec193bd605b1d))
|
||||
|
||||
### Features
|
||||
|
||||
- add outlined and filled variant options to button component ([9d01136](https://github.com/acid-info/logos-design-system/commit/9d01136a1bd49f7fd9eb86699c684d359215bebf))
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@acid-info/lsd-react",
|
||||
"version": "0.1.0-alpha.7",
|
||||
"version": "0.1.0-alpha.8",
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "./dist/lsd-react.js",
|
||||
"require": "./dist/lsd-react.umd.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user