mirror of https://github.com/acid-info/lsd.git
v0.1.0-alpha.13
This commit is contained in:
parent
8f8a337151
commit
9d2253bd2b
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -3,6 +3,17 @@
|
||||||
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.13](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) (2023-06-05)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **lsd-react:** respect custom breakpoint typography settings in the createTheme function ([8f8a337](https://github.com/acid-info/logos-design-system/commit/8f8a3371513fcdfb570f8920a6fd792654af9483))
|
||||||
|
|
||||||
|
### BREAKING CHANGES
|
||||||
|
|
||||||
|
- **lsd-react:** createTheme now ignores base theme typography settings for larger breakpoints when
|
||||||
|
custom typography settings are set for smaller breakpoints for a particular typography variant
|
||||||
|
|
||||||
# [0.1.0-alpha.12](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-05)
|
# [0.1.0-alpha.12](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-05)
|
||||||
|
|
||||||
### 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.12",
|
"version": "0.1.0-alpha.13",
|
||||||
"packages": ["packages/*", "apps/*"]
|
"packages": ["packages/*", "apps/*"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,17 @@
|
||||||
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.13](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) (2023-06-05)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **lsd-react:** respect custom breakpoint typography settings in the createTheme function ([8f8a337](https://github.com/acid-info/logos-design-system/commit/8f8a3371513fcdfb570f8920a6fd792654af9483))
|
||||||
|
|
||||||
|
### BREAKING CHANGES
|
||||||
|
|
||||||
|
- **lsd-react:** createTheme now ignores base theme typography settings for larger breakpoints when
|
||||||
|
custom typography settings are set for smaller breakpoints for a particular typography variant
|
||||||
|
|
||||||
# [0.1.0-alpha.12](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-05)
|
# [0.1.0-alpha.12](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-05)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@acid-info/lsd-react",
|
"name": "@acid-info/lsd-react",
|
||||||
"version": "0.1.0-alpha.12",
|
"version": "0.1.0-alpha.13",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue