mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-27 09:15:38 +00:00
v0.1.0-alpha.20
This commit is contained in:
parent
ea24ee7906
commit
0d6cc88e52
@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [0.1.0-alpha.20](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) (2023-09-20)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **lsd-react:** omit common props before passing down props to html elements; closes [#39](https://github.com/acid-info/logos-design-system/issues/39) ([ea24ee7](https://github.com/acid-info/logos-design-system/commit/ea24ee790625dfc67523d4de4d2d7a016f8f33c7))
|
||||||
|
|
||||||
# [0.1.0-alpha.19](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2023-09-20)
|
# [0.1.0-alpha.19](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2023-09-20)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"useNx": true,
|
"useNx": true,
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "0.1.0-alpha.19",
|
"version": "0.1.0-alpha.20",
|
||||||
"packages": ["packages/*", "apps/*"]
|
"packages": ["packages/*", "apps/*"]
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [0.1.0-alpha.20](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) (2023-09-20)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **lsd-react:** omit common props before passing down props to html elements; closes [#39](https://github.com/acid-info/logos-design-system/issues/39) ([ea24ee7](https://github.com/acid-info/logos-design-system/commit/ea24ee790625dfc67523d4de4d2d7a016f8f33c7))
|
||||||
|
|
||||||
# [0.1.0-alpha.19](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2023-09-20)
|
# [0.1.0-alpha.19](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2023-09-20)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@acid-info/lsd-react",
|
"name": "@acid-info/lsd-react",
|
||||||
"version": "0.1.0-alpha.19",
|
"version": "0.1.0-alpha.20",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"main": "./dist/lsd-react.js",
|
"main": "./dist/lsd-react.js",
|
||||||
"require": "./dist/lsd-react.umd.js",
|
"require": "./dist/lsd-react.umd.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user