Skip to content

Commit

Permalink
chore(release): 8.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Apr 15, 2024
1 parent 595ce2a commit 4c1313c
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.19](https://github.com/hybridsjs/hybrids/compare/v8.2.18...v8.2.19) (2024-04-15)


### Bug Fixes

* **store:** pass through record id as it is ([a5d9165](https://github.com/hybridsjs/hybrids/commit/a5d9165285351975aed8da446e1134fefb743c2b))
* **store:** stringify id of list model items ([11f7625](https://github.com/hybridsjs/hybrids/commit/11f7625dd8fd91188f48d3dfc45ed6f58033af33))

### [8.2.18](https://github.com/hybridsjs/hybrids/compare/v8.2.17...v8.2.18) (2024-04-10)


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.18",
"version": "8.2.19",
"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 4c1313c

Please sign in to comment.