Skip to content

Commit

Permalink
Merge pull request #90 from acid-info/release-beta
Browse files Browse the repository at this point in the history
chore: release v0.1.0-beta.0
  • Loading branch information
jeangovil committed Dec 6, 2023
2 parents beaccdb + 05d45d8 commit e3a5c77
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.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)

**Note:** Version bump only for package @acid-info/logos-design-system
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-alpha.23",
"version": "0.1.0-beta.0",
"packages": ["packages/*", "apps/*"]
}
4 changes: 4 additions & 0 deletions packages/lsd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.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)

**Note:** Version bump only for package @acid-info/lsd-react
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-alpha.23",
"version": "0.1.0-beta.0",
"types": "./dist/index.d.ts",
"main": "./dist/lsd-react.js",
"require": "./dist/lsd-react.umd.js",
Expand Down

1 comment on commit e3a5c77

@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/lsd-react@0.1.0-beta.0

yarn add @acid-info/lsd-react@

Please sign in to comment.