mirror of https://github.com/acid-info/lsd.git
v0.1.0-alpha.5
This commit is contained in:
parent
58cafb00eb
commit
c05904a909
|
@ -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.5](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2023-05-24)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- downgrade React to v17.0.2 & fix entrypoint paths ([5c06d9b](https://github.com/acid-info/logos-design-system/commit/5c06d9bc25b564fba900e32d64c728feb95c77e6))
|
||||||
|
|
||||||
# [0.1.0-alpha.4](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2023-05-24)
|
# [0.1.0-alpha.4](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2023-05-24)
|
||||||
|
|
||||||
### 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.4",
|
"version": "0.1.0-alpha.5",
|
||||||
"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.5](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2023-05-24)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- downgrade React to v17.0.2 & fix entrypoint paths ([5c06d9b](https://github.com/acid-info/logos-design-system/commit/5c06d9bc25b564fba900e32d64c728feb95c77e6))
|
||||||
|
|
||||||
# [0.1.0-alpha.4](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2023-05-24)
|
# [0.1.0-alpha.4](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2023-05-24)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@acid-info/lsd-react",
|
"name": "@acid-info/lsd-react",
|
||||||
"version": "0.1.0-alpha.4",
|
"version": "0.1.0-alpha.5",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"main": "./dist/lsd-react.mjs",
|
"main": "./dist/lsd-react.mjs",
|
||||||
"require": "./dist/lsd-react.umd.js",
|
"require": "./dist/lsd-react.umd.js",
|
||||||
|
|
Loading…
Reference in New Issue