v0.1.0-beta.3

This commit is contained in:
ci-acid-info[bot] 2024-01-10 08:57:18 +00:00
parent aeb6645965
commit 7ee84ba18d
4 changed files with 14 additions and 2 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-beta.3](https://github.com/acid-info/lsd/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2024-01-10)
### Features
- export the Portal component ([aeb6645](https://github.com/acid-info/lsd/commit/aeb6645965cb70d70bb2e0f19f343b9c2db84342))
# [0.1.0-beta.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-12-18) # [0.1.0-beta.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-12-18)
### 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-beta.2", "version": "0.1.0-beta.3",
"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-beta.3](https://github.com/acid-info/lsd/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2024-01-10)
### Features
- export the Portal component ([aeb6645](https://github.com/acid-info/lsd/commit/aeb6645965cb70d70bb2e0f19f343b9c2db84342))
# [0.1.0-beta.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-12-18) # [0.1.0-beta.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-12-18)
### Bug Fixes ### Bug Fixes

View File

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