chore: release v0.1.0-beta.0

This commit is contained in:
github-actions 2023-12-06 08:25:05 +00:00
parent beaccdb14d
commit 05d45d853c
4 changed files with 10 additions and 2 deletions

View File

@ -3,6 +3,10 @@
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-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
# [0.1.0-alpha.23](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2023-12-06) # [0.1.0-alpha.23](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2023-12-06)
**Note:** Version bump only for package @acid-info/logos-design-system **Note:** Version bump only for package @acid-info/logos-design-system

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.23", "version": "0.1.0-beta.0",
"packages": ["packages/*", "apps/*"] "packages": ["packages/*", "apps/*"]
} }

View File

@ -3,6 +3,10 @@
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-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
# [0.1.0-alpha.23](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2023-12-06) # [0.1.0-alpha.23](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) (2023-12-06)
**Note:** Version bump only for package @acid-info/lsd-react **Note:** Version bump only for package @acid-info/lsd-react

View File

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