Skip to content

Commit

Permalink
v0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-acid-info[bot] committed Dec 18, 2023
1 parent d5e0797 commit adec602
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.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-12-18)

### Bug Fixes

- fix filled Button text color ([d5e0797](https://github.com/acid-info/lsd/commit/d5e07971ea55458db819c4d4d7248444c2e957a9))

# [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
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.1",
"version": "0.1.0-beta.2",
"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.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-12-18)

### Bug Fixes

- fix filled Button text color ([d5e0797](https://github.com/acid-info/lsd/commit/d5e07971ea55458db819c4d4d7248444c2e957a9))

# [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
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.1",
"version": "0.1.0-beta.2",
"types": "./dist/index.d.ts",
"main": "./dist/lsd-react.js",
"require": "./dist/lsd-react.umd.js",
Expand Down

1 comment on commit adec602

@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.