mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-11 17:44:14 +00:00
v0.1.0-alpha.15
This commit is contained in:
parent
6fd888078e
commit
ab901be08b
@ -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.15](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) (2023-06-11)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **lsd-react:** use theme's name as the cache key when generating global styles ([6fd8880](https://github.com/acid-info/logos-design-system/commit/6fd888078e5acd4e15e5280c9185fa31c618caef))
|
||||||
|
|
||||||
# [0.1.0-alpha.14](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) (2023-06-11)
|
# [0.1.0-alpha.14](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) (2023-06-11)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -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.14",
|
"version": "0.1.0-alpha.15",
|
||||||
"packages": ["packages/*", "apps/*"]
|
"packages": ["packages/*", "apps/*"]
|
||||||
}
|
}
|
||||||
|
@ -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.15](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) (2023-06-11)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **lsd-react:** use theme's name as the cache key when generating global styles ([6fd8880](https://github.com/acid-info/logos-design-system/commit/6fd888078e5acd4e15e5280c9185fa31c618caef))
|
||||||
|
|
||||||
# [0.1.0-alpha.14](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) (2023-06-11)
|
# [0.1.0-alpha.14](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) (2023-06-11)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@acid-info/lsd-react",
|
"name": "@acid-info/lsd-react",
|
||||||
"version": "0.1.0-alpha.14",
|
"version": "0.1.0-alpha.15",
|
||||||
"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…
x
Reference in New Issue
Block a user