Skip to content

Commit

Permalink
release: @pinia-orm/nuxt@1.0.10 pinia-orm@0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Jun 29, 2022
1 parent 39a0469 commit 0026e8a
Show file tree
Hide file tree
Showing 4 changed files with 16 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.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

- **#12:** flush is not working ([c71e2c8](https://github.com/CodeDredd/pinia-orm/commit/c71e2c8bd9b75fccee8db13cf0433e3173356e2b)), closes [#12](https://github.com/CodeDredd/pinia-orm/issues/12)

## [1.0.9](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.8...@pinia-orm/nuxt@1.0.9) (2022-02-14)

## [1.0.8](https://github.com/codedredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.7...@pinia-orm/nuxt@1.0.8) (2022-02-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.0.9",
"version": "1.0.10",
"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.2"
"pinia-orm": "~0.9.3"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
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.9.3](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@0.9.2...pinia-orm@0.9.3) (2022-06-29)

### Bug Fixes

- **#12:** flush is not working ([c71e2c8](https://github.com/CodeDredd/pinia-orm/commit/c71e2c8bd9b75fccee8db13cf0433e3173356e2b)), closes [#12](https://github.com/CodeDredd/pinia-orm/issues/12)
- **#14:** remove console.log in build & module type to get proper mjs ([09e0ebe](https://github.com/CodeDredd/pinia-orm/commit/09e0ebef1f7f15a13b44faddb27d639e25779804)), closes [#14](https://github.com/CodeDredd/pinia-orm/issues/14)

## [0.9.2](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@0.9.1...pinia-orm@0.9.2) (2022-02-14)

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

0 comments on commit 0026e8a

Please sign in to comment.