v0.1.0-alpha.2

This commit is contained in:
Hossein Mehrabi 2023-04-14 03:25:39 +03:30
parent adf5a6d711
commit c2bb421021
4 changed files with 10 additions and 2 deletions

View File

@ -3,6 +3,10 @@
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.2](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2023-04-13)
**Note:** Version bump only for package @acid-info/logos-design-system
# [0.1.0-alpha.1](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2023-04-13)
### 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.1",
"version": "0.1.0-alpha.2",
"packages": ["packages/*", "apps/*"]
}

View File

@ -3,6 +3,10 @@
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.2](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2023-04-13)
**Note:** Version bump only for package @acid-info/lsd-react
# [0.1.0-alpha.1](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2023-04-13)
### Bug Fixes

View File

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