mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-27 09:15:38 +00:00
v0.1.0-beta.1
This commit is contained in:
parent
cdfb9d468e
commit
a9464119ce
@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.1.0-beta.1](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.23...v0.1.0-beta.1) (2023-12-12)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **lsd-react:** fix Button typography styles ([cdfb9d4](https://github.com/acid-info/lsd/commit/cdfb9d468e8cc778ea4de5e030e921a351934817))
|
||||
|
||||
# [0.1.0-beta.0](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.23...v0.1.0-beta.0) (2023-12-06)
|
||||
|
||||
**Note:** Version bump only for package @acid-info/logos-design-system
|
||||
|
@ -2,6 +2,6 @@
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useNx": true,
|
||||
"useWorkspaces": true,
|
||||
"version": "0.1.0-beta.0",
|
||||
"version": "0.1.0-beta.1",
|
||||
"packages": ["packages/*", "apps/*"]
|
||||
}
|
||||
|
@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.1.0-beta.1](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.23...v0.1.0-beta.1) (2023-12-12)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **lsd-react:** fix Button typography styles ([cdfb9d4](https://github.com/acid-info/lsd/commit/cdfb9d468e8cc778ea4de5e030e921a351934817))
|
||||
|
||||
# [0.1.0-beta.0](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.23...v0.1.0-beta.0) (2023-12-06)
|
||||
|
||||
**Note:** Version bump only for package @acid-info/lsd-react
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@acid-info/lsd-react",
|
||||
"version": "0.1.0-beta.0",
|
||||
"version": "0.1.0-beta.1",
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "./dist/lsd-react.js",
|
||||
"require": "./dist/lsd-react.umd.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user