Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Becker committed Feb 3, 2022
1 parent be318d4 commit cd02e98
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.0.6 (2022-01-30)
## 1.0.7 (2022-02-03)

### Bug Fixes

- nuxt2/nuxt3 bugs ([5679a44](https://github.com/codedredd/pinia-orm/commit/5679a440c4a093e7d76f0c00fdf1d7d213e1b2a8))

## 1.0.6 (2022-01-30)

## 1.0.5 (2022-01-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia-orm/nuxt",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
"@pinia/nuxt": "^0.1.8",
"pinia-orm": "~0.8.4"
"pinia-orm": "~0.9.0"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
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 @@
# [0.9.0](https://github.com/storm-tail/pinia-orm/compare/[email protected]@0.9.0) (2022-02-03)

### Bug Fixes

- nuxt2/nuxt3 bugs ([5679a44](https://github.com/storm-tail/pinia-orm/commit/5679a440c4a093e7d76f0c00fdf1d7d213e1b2a8))

## [0.8.4](https://github.com/storm-tail/pinia-orm/compare/[email protected]@0.8.4) (2022-01-30)

## [0.8.3](https://github.com/storm-tail/pinia-orm/compare/[email protected]@0.8.3) (2022-01-30)
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": "0.8.4",
"version": "0.9.0",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
"keywords": [
"vue",
Expand Down

0 comments on commit cd02e98

Please sign in to comment.