Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [bdsg-cli 0.1.2] - 2026-01-12

### Fixed

- **Dependencies**: Updated `bdsg` dependency to `^0.1.3` to fix installation errors outside the monorepo. Users can now install `bdsg-cli` globally without workspace resolution issues.

[bdsg-cli 0.1.2]: https://github.com/CarlosEduJs/bdsg/releases/tag/bdsg-cli@v0.1.2

## [bdsg 0.1.3] - 2026-01-12

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/bdsg-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bdsg-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "CLI for design system generation",
"type": "module",
"bin": {
Expand All @@ -11,7 +11,7 @@
"dev": "tsc --watch"
},
"dependencies": {
"bdsg": "^0.1.2",
"bdsg": "^0.1.3",
"commander": "^12.0.0",
"inquirer": "^9.2.0",
"chalk": "^5.3.0",
Expand Down