Skip to content

Commit

Permalink
chore(release): v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukioru committed Mar 4, 2024
1 parent 25a6ea3 commit 81470ec
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.8](https://github.com/lskjs/cli/compare/v2.7.7...v2.7.8) (2024-03-04)


### Bug Fixes

* **list:** colors fix ([25a6ea3](https://github.com/lskjs/cli/commit/25a6ea320c6f70f6ded219affaa4d1986d051e83))





## [2.7.7](https://github.com/lskjs/cli/compare/v2.7.6...v2.7.7) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.7",
"version": "2.7.8",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.8](https://github.com/lskjs/ux/compare/v2.7.7...v2.7.8) (2024-03-04)


### Bug Fixes

* **list:** colors fix ([25a6ea3](https://github.com/lskjs/ux/commit/25a6ea320c6f70f6ded219affaa4d1986d051e83))





## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/list",
"version": "2.7.5",
"version": "2.7.8",
"description": "LSK ux subrepo: list",
"keywords": [],
"repository": "https://github.com/lskjs/ux/tree/master/packages/list",
Expand Down

0 comments on commit 81470ec

Please sign in to comment.