Skip to content

Commit

Permalink
v0.1.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-acid-info[bot] committed Dec 5, 2023
1 parent 7e4f042 commit ad8cfe7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.22](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2023-12-05)

### Bug Fixes

- **lsd-react:** update typography variant names ([a5b3af3](https://github.com/acid-info/lsd/commit/a5b3af33b7d91a14c42b31ee1a27f73c44a2dbe6))

### Features

- **lsd-react:** add small size and label to TextField component ([145a563](https://github.com/acid-info/lsd/commit/145a563a7550239c38831b173c2d71ef4b42737b))

# [0.1.0-alpha.21](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2023-11-16)

### 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-alpha.21",
"version": "0.1.0-alpha.22",
"packages": ["packages/*", "apps/*"]
}
10 changes: 10 additions & 0 deletions packages/lsd-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.22](https://github.com/acid-info/lsd/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) (2023-12-05)

### Bug Fixes

- **lsd-react:** update typography variant names ([a5b3af3](https://github.com/acid-info/lsd/commit/a5b3af33b7d91a14c42b31ee1a27f73c44a2dbe6))

### Features

- **lsd-react:** add small size and label to TextField component ([145a563](https://github.com/acid-info/lsd/commit/145a563a7550239c38831b173c2d71ef4b42737b))

# [0.1.0-alpha.21](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2023-11-16)

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

1 comment on commit ad8cfe7

@github-actions
Copy link

Choose a reason for hiding this comment

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

🎉 Alpha Release!

@acid-info/lsd-react@0.1.0-alpha.22

yarn add @acid-info/lsd-react@0.1.0-alpha.22

Please sign in to comment.