mirror of https://github.com/acid-info/lsd.git
v0.1.0-alpha.10
This commit is contained in:
parent
cff8e480cf
commit
07267156f0
|
@ -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.10](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2023-06-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- fix peer dependency versions ([cff8e48](https://github.com/acid-info/logos-design-system/commit/cff8e480cf4932ddf11bf3256e978ea159e480f3))
|
||||
|
||||
# [0.1.0-alpha.9](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2023-06-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useNx": true,
|
||||
"useWorkspaces": true,
|
||||
"version": "0.1.0-alpha.9",
|
||||
"version": "0.1.0-alpha.10",
|
||||
"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.10](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2023-06-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- fix peer dependency versions ([cff8e48](https://github.com/acid-info/logos-design-system/commit/cff8e480cf4932ddf11bf3256e978ea159e480f3))
|
||||
|
||||
# [0.1.0-alpha.9](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2023-06-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@acid-info/lsd-react",
|
||||
"version": "0.1.0-alpha.9",
|
||||
"version": "0.1.0-alpha.10",
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "./dist/lsd-react.js",
|
||||
"require": "./dist/lsd-react.umd.js",
|
||||
|
|
Loading…
Reference in New Issue