Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Mar 27, 2023
1 parent 7cf0d6e commit 3f2e1d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.6.5](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-03-27)

## [1.6.3](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-03-24)

# [1.6.0](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-03-22)
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pinia-orm/nuxt",
"description": "Nuxt module for pinia-orm",
"version": "1.6.3",
"version": "1.6.5",
"license": "MIT",
"type": "module",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@pinia/nuxt": "^0.4.7",
"pinia-orm": ">=1.6.3"
"pinia-orm": ">=1.6.5"
},
"dependencies": {
"@nuxt/kit": "^3.3.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/pinia-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.5](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.6.5) (2023-03-27)

### Bug Fixes

- **pinia-orm:** `$refresh()` is not working ([#1125](https://github.com/CodeDredd/pinia-orm/issues/1125)) ([7cf0d6e](https://github.com/CodeDredd/pinia-orm/commit/7cf0d6ebffb21009192bde6e3b1b40a311700915)), closes [#1124](https://github.com/CodeDredd/pinia-orm/issues/1124)
- **pinia-orm:** Improve Date serialization in Model class ([#1121](https://github.com/CodeDredd/pinia-orm/issues/1121)) ([84aeb72](https://github.com/CodeDredd/pinia-orm/commit/84aeb72f9739f634aac8b71a2c80708526711825))

## [1.6.4](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.6.4) (2023-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia-orm",
"version": "1.6.4",
"version": "1.6.5",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
"keywords": [
"vue",
Expand Down

0 comments on commit 3f2e1d8

Please sign in to comment.