v0.1.0-alpha.22

This commit is contained in:
ci-acid-info[bot] 2023-12-05 16:26:31 +00:00
parent 7e4f042e17
commit ad8cfe7243
4 changed files with 22 additions and 2 deletions

View File

@ -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.22](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2023-12-05)
### Bug Fixes
- **lsd-react:** update typography variant names ([a5b3af3](https://github.com/acid-info/lsd/commit/a5b3af33b7d91a14c42b31ee1a27f73c44a2dbe6))
### Features
- **lsd-react:** add small size and label to TextField component ([145a563](https://github.com/acid-info/lsd/commit/145a563a7550239c38831b173c2d71ef4b42737b))
# [0.1.0-alpha.21](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2023-11-16)
### 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.21",
"version": "0.1.0-alpha.22",
"packages": ["packages/*", "apps/*"]
}

View File

@ -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.22](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2023-12-05)
### Bug Fixes
- **lsd-react:** update typography variant names ([a5b3af3](https://github.com/acid-info/lsd/commit/a5b3af33b7d91a14c42b31ee1a27f73c44a2dbe6))
### Features
- **lsd-react:** add small size and label to TextField component ([145a563](https://github.com/acid-info/lsd/commit/145a563a7550239c38831b173c2d71ef4b42737b))
# [0.1.0-alpha.21](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2023-11-16)
### Bug Fixes

View File

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