v0.1.0-alpha.9

This commit is contained in:
Hossein Mehrabi 2023-06-01 23:31:16 +03:30
parent 0fb32830df
commit 5f9805c3f7
4 changed files with 16 additions and 2 deletions

View File

@ -3,6 +3,13 @@
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.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
- fix bug with PickIcon svg props ([73a2c60](https://github.com/acid-info/logos-design-system/commit/73a2c608db03f67784cc4b265db2c2816874491a))
- **lsd-react:** load global and baseline styles before user styles ([0fb3283](https://github.com/acid-info/logos-design-system/commit/0fb32830df5c42b8ceea997d852ed10d276a38b2))
# [0.1.0-alpha.8](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2023-05-29) # [0.1.0-alpha.8](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2023-05-29)
### Bug Fixes ### Bug Fixes

View File

@ -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.8", "version": "0.1.0-alpha.9",
"packages": ["packages/*", "apps/*"] "packages": ["packages/*", "apps/*"]
} }

View File

@ -3,6 +3,13 @@
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.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
- fix bug with PickIcon svg props ([73a2c60](https://github.com/acid-info/logos-design-system/commit/73a2c608db03f67784cc4b265db2c2816874491a))
- **lsd-react:** load global and baseline styles before user styles ([0fb3283](https://github.com/acid-info/logos-design-system/commit/0fb32830df5c42b8ceea997d852ed10d276a38b2))
# [0.1.0-alpha.8](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2023-05-29) # [0.1.0-alpha.8](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2023-05-29)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@acid-info/lsd-react", "name": "@acid-info/lsd-react",
"version": "0.1.0-alpha.8", "version": "0.1.0-alpha.9",
"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",