Skip to content

Commit

Permalink
v0.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-acid-info[bot] committed Jan 10, 2024
1 parent aeb6645 commit 7ee84ba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"packages": ["packages/*", "apps/*"]
}
6 changes: 6 additions & 0 deletions packages/lsd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/lsd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acid-info/lsd-react",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"types": "./dist/index.d.ts",
"main": "./dist/lsd-react.js",
"require": "./dist/lsd-react.umd.js",
Expand Down

1 comment on commit 7ee84ba

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Beta Release!

@acid-info/[email protected]

yarn add @acid-info/[email protected]

Please sign in to comment.