Skip to content

Commit

Permalink
release: @pinia-orm/nuxt@1.1.4 pinia-orm@1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Nov 14, 2022
1 parent 8beaeda commit 97444c7
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.4](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.1.3...@pinia-orm/nuxt@1.1.4) (2022-11-14)

## [1.1.3](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.1.2...@pinia-orm/nuxt@1.1.3) (2022-11-10)

## [1.1.2](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.1.1...@pinia-orm/nuxt@1.1.2) (2022-11-09)
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.1.3",
"version": "1.1.4",
"license": "MIT",
"type": "module",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@pinia/nuxt": "^0.4.3",
"pinia-orm": ">=1.2.1"
"pinia-orm": ">=1.2.2"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.13"
Expand Down
6 changes: 6 additions & 0 deletions packages/pinia-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.2.2](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.2.1...pinia-orm@1.2.2) (2022-11-14)

### Bug Fixes

- **pinia-orm:** `null` is casted in DateCast ([#565](https://github.com/CodeDredd/pinia-orm/issues/565)) ([f101155](https://github.com/CodeDredd/pinia-orm/commit/f1011554877ec42f4715820e26c9ee9f375d3252))

## [1.2.1](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.2.0...pinia-orm@1.2.1) (2022-11-10)

### 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.2.1",
"version": "1.2.2",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
"keywords": [
"vue",
Expand Down

0 comments on commit 97444c7

Please sign in to comment.