Skip to content

Commit

Permalink
release: @pinia-orm/nuxt@1.0.11 pinia-orm@0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Jul 5, 2022
1 parent d7c0508 commit f9419fa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 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.0.11](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.10...@pinia-orm/nuxt@1.0.11) (2022-07-05)

## [1.0.10](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.9...@pinia-orm/nuxt@1.0.10) (2022-06-29)

### Bug Fixes
Expand Down
12 changes: 8 additions & 4 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.0.10",
"version": "1.0.11",
"license": "MIT",
"type": "module",
"author": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.4",
"pinia-orm": "~0.9.3"
"pinia-orm": "~0.10.0"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
Expand All @@ -56,7 +56,9 @@
"prettier": "^2.5.1",
"std-env": "^3.1.1"
},
"overrides": { "ufo": "^0.8.4" },
"overrides": {
"ufo": "^0.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDredd/pinia-orm.git"
Expand All @@ -66,7 +68,9 @@
},
"homepage": "https://github.com/CodeDredd/pinia-orm/tree/v2/packages/nuxt#readme",
"pnpm": {
"overrides": { "ufo": "^0.8.4" },
"overrides": {
"ufo": "^0.8.4"
},
"peerDependencyRules": {
"allowedVersions": {
"vue": "3"
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 @@
# [0.10.0](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@0.9.3...pinia-orm@0.10.0) (2022-07-05)

### Features

- **#16:** Pass pinia options via model property ([9b50331](https://github.com/CodeDredd/pinia-orm/commit/9b5033184ee865cac58ea4e2cfdaf4ffeec3f4dc)), closes [#16](https://github.com/CodeDredd/pinia-orm/issues/16)
- added 182 tests & refactored code/tests ([eaa5a31](https://github.com/CodeDredd/pinia-orm/commit/eaa5a3166d128d4ba8f34bd52afc47527d866b36))

## [0.9.3](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@0.9.2...pinia-orm@0.9.3) (2022-06-29)

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

0 comments on commit f9419fa

Please sign in to comment.