Skip to content

Commit fde11d6

Browse files
v0.2.0-beta.2
1 parent bfcf4bf commit fde11d6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.4...v0.2.0-beta.2) (2025-04-16)
7+
8+
**Note:** Version bump only for package @acid-info/logos-design-system
9+
610
# [0.1.0-beta.4](https://github.com/acid-info/lsd/compare/v0.1.0-beta.3...v0.1.0-beta.4) (2025-04-16)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "0.2.0-beta.1",
5+
"version": "0.2.0-beta.2",
66
"packages": ["packages/*", "apps/*"]
77
}

packages/lsd-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.2](https://github.com/acid-info/lsd/compare/v0.1.0-beta.4...v0.2.0-beta.2) (2025-04-16)
7+
8+
**Note:** Version bump only for package @acid-info/lsd-react
9+
610
# [0.1.0-beta.4](https://github.com/acid-info/lsd/compare/v0.1.0-beta.3...v0.1.0-beta.4) (2025-04-16)
711

812
### Bug Fixes

packages/lsd-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acid-info/lsd-react",
3-
"version": "0.2.0-beta.1",
3+
"version": "0.2.0-beta.2",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/lsd-react.js",
66
"require": "./dist/lsd-react.umd.js",

0 commit comments

Comments
 (0)