Skip to content

Commit

Permalink
release: @pinia-orm/nuxt@1.0.12 pinia-orm@0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Jul 11, 2022
1 parent 0b77360 commit fccc4ff
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.12](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.11...@pinia-orm/nuxt@1.0.12) (2022-07-11)

### Bug Fixes

- **#77:** current build not working for nuxt2 ([0b77360](https://github.com/CodeDredd/pinia-orm/commit/0b77360889929be31982415bf867d103162ac32b)), closes [#77](https://github.com/CodeDredd/pinia-orm/issues/77)

## [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)
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.0.11",
"version": "1.0.12",
"license": "MIT",
"type": "module",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"peerDependencies": {
"@pinia/nuxt": "^0.1.9",
"pinia": "^2.0.14",
"pinia-orm": "~0.10.0"
"pinia-orm": "~0.11.0"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.4"
Expand Down
14 changes: 14 additions & 0 deletions packages/pinia-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.11.0](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@0.10.0...pinia-orm@0.11.0) (2022-07-11)

### Bug Fixes

- **#77:** current build not working for nuxt2 ([0b77360](https://github.com/CodeDredd/pinia-orm/commit/0b77360889929be31982415bf867d103162ac32b)), closes [#77](https://github.com/CodeDredd/pinia-orm/issues/77)

### Code Refactoring

- **pinia-orm:** Code clean up ([7b7f198](https://github.com/CodeDredd/pinia-orm/commit/7b7f198a914d41b915e2684a66369205e4c1bf58))

### BREAKING CHANGES

- **pinia-orm:** removed the options to pass a piniaStore or connetion to `useRepo`

# [0.10.0](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@0.9.3...pinia-orm@0.10.0) (2022-07-05)

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

0 comments on commit fccc4ff

Please sign in to comment.