v0.1.0-alpha.6

This commit is contained in:
Hossein Mehrabi 2023-05-24 15:45:06 +03:30
parent 37991faa3a
commit d0fd13f98b
4 changed files with 14 additions and 2 deletions

View File

@ -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.6](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) (2023-05-24)
### Bug Fixes
- cjs build only ([37991fa](https://github.com/acid-info/logos-design-system/commit/37991faa3a0a71dd06a2e35a433daecf46870199))
# [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

View File

@ -2,6 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"packages": ["packages/*", "apps/*"]
}

View File

@ -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.6](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) (2023-05-24)
### Bug Fixes
- cjs build only ([37991fa](https://github.com/acid-info/logos-design-system/commit/37991faa3a0a71dd06a2e35a433daecf46870199))
# [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

View File

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