v0.1.0-alpha.11

This commit is contained in:
Hossein Mehrabi 2023-06-01 23:47:25 +03:30
parent d95f83d623
commit bf54bbd44d
4 changed files with 17 additions and 5 deletions

View File

@ -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.11](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2023-06-01)
### Bug Fixes
- **lsd-react:** remove react and react-dom from dependencies ([d95f83d](https://github.com/acid-info/logos-design-system/commit/d95f83d623f71ac73108b34d25b7bf7717561330))
# [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) # [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 ### 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.10", "version": "0.1.0-alpha.11",
"packages": ["packages/*", "apps/*"] "packages": ["packages/*", "apps/*"]
} }

View File

@ -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.11](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2023-06-01)
### Bug Fixes
- **lsd-react:** remove react and react-dom from dependencies ([d95f83d](https://github.com/acid-info/logos-design-system/commit/d95f83d623f71ac73108b34d25b7bf7717561330))
# [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) # [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 ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@acid-info/lsd-react", "name": "@acid-info/lsd-react",
"version": "0.1.0-alpha.10", "version": "0.1.0-alpha.11",
"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",
@ -42,13 +42,13 @@
"@types/react-dom": "^18.0.9", "@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0", "@vitejs/plugin-react": "^3.0.0",
"chromatic": "^6.15.0", "chromatic": "^6.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.58.0", "sass": "^1.58.0",
"typescript": "^4.9.3", "typescript": "^4.9.3",
"utility-types": "^3.10.0", "utility-types": "^3.10.0",
"vite": "^4.0.0", "vite": "^4.0.0",
"vite-plugin-dts": "^1.7.2", "vite-plugin-dts": "^1.7.2"
"react": "^17.0.2",
"react-dom": "^17.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"@emotion/react": "^11.10.5", "@emotion/react": "^11.10.5",