Skip to content

Commit

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

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.2](https://github.com/hybridsjs/hybrids/compare/v8.2.1...v8.2.2) (2023-07-11)


### Bug Fixes

* **store:** add test for clear case & update docs ([d1fd7f1](https://github.com/hybridsjs/hybrids/commit/d1fd7f14891c375ab873c3909861102007598da2))
* **store:** Unavailable localStorage for offline caching ([8287593](https://github.com/hybridsjs/hybrids/commit/82875933ac15c3cd61ac616a17e78a3283741384))
* **store:** use GC for `store.clear()` when clearValue is set ([b7aea14](https://github.com/hybridsjs/hybrids/commit/b7aea14f0f752b24d7fcc7b8cd1ac220cc62b893))

### [8.2.1](https://github.com/hybridsjs/hybrids/compare/v8.2.0...v8.2.1) (2023-06-14)


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.1",
"version": "8.2.2",
"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 be382a1

Please sign in to comment.