Skip to content

Commit 3f2e1d8

Browse files
committed
release: @pinia-orm/nuxt@1.6.5 pinia-orm@1.6.5
1 parent 7cf0d6e commit 3f2e1d8

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

packages/nuxt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.6.5](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.6.3...@pinia-orm/nuxt@1.6.5) (2023-03-27)
2+
13
## [1.6.3](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.6.0...@pinia-orm/nuxt@1.6.3) (2023-03-24)
24

35
# [1.6.0](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.1.7...@pinia-orm/nuxt@1.6.0) (2023-03-22)

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pinia-orm/nuxt",
33
"description": "Nuxt module for pinia-orm",
4-
"version": "1.6.3",
4+
"version": "1.6.5",
55
"license": "MIT",
66
"type": "module",
77
"author": {
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@pinia/nuxt": "^0.4.7",
44-
"pinia-orm": ">=1.6.3"
44+
"pinia-orm": ">=1.6.5"
4545
},
4646
"dependencies": {
4747
"@nuxt/kit": "^3.3.2"

packages/pinia-orm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.5](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.6.4...pinia-orm@1.6.5) (2023-03-27)
2+
3+
### Bug Fixes
4+
5+
- **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)
6+
- **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))
7+
18
## [1.6.4](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.6.3...pinia-orm@1.6.4) (2023-03-24)
29

310
### Bug Fixes

packages/pinia-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia-orm",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)