Skip to content

Commit

Permalink
chore(release): 8.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Dec 7, 2023
1 parent c1cb4f7 commit c07bba2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [8.2.8](https://github.com/hybridsjs/hybrids/compare/v8.2.7...v8.2.8) (2023-12-07)


### Bug Fixes

* **cache:** clean up not reachable removal of deps ([c1cb4f7](https://github.com/hybridsjs/hybrids/commit/c1cb4f7075a1dfe421bd161f89b7e5b8f0c52219))
* **store:** Use id from the current draft when id is falsy ([a52bf00](https://github.com/hybridsjs/hybrids/commit/a52bf0083984ead69c64b828420ec247116a4e5f))

### [8.2.7](https://github.com/hybridsjs/hybrids/compare/v8.2.6...v8.2.7) (2023-12-04)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hybrids",
"version": "8.2.7",
"version": "8.2.8",
"description": "A JavaScript framework for creating fully-featured web applications, components libraries, and single web components with unique declarative and functional architecture",
"type": "module",
"exports": {
Expand Down

0 comments on commit c07bba2

Please sign in to comment.