Skip to content

Commit

Permalink
release: @pinia-orm/[email protected] @pinia-orm/[email protected] pinia-orm@1…
Browse files Browse the repository at this point in the history
….0.4
  • Loading branch information
CodeDredd committed Oct 17, 2022
1 parent e1f223b commit a71c593
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/normalizr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.0.2](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-10-17)

## [1.0.1](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-09-15)

# 1.0.0 (2022-08-20)
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinia-orm/normalizr",
"version": "1.0.1",
"version": "1.0.2",
"description": "Normalizes JSON according to schema for Redux and Flux applications",
"bugs": {
"url": "https://github.com/CodeDredd/pinia-orm/issues"
Expand Down
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.1.1](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-10-17)

### Bug Fixes

- **pinia-orm:** pivot are not correctly loaded ([#438](https://github.com/CodeDredd/pinia-orm/issues/438)) ([589136a](https://github.com/CodeDredd/pinia-orm/commit/589136a1349adced1371a1b26d8a003768a69bcc))

# [1.1.0](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-09-15)

## [1.0.19](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-08-20)
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.0",
"version": "1.1.1",
"license": "MIT",
"type": "module",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@pinia/nuxt": "^0.4.2",
"pinia-orm": ">=1.0.0"
"pinia-orm": ">=1.0.4"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.11"
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.0.4](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.0.4) (2022-10-17)

### Bug Fixes

- **pinia-orm:** pivot are not correctly loaded ([#438](https://github.com/CodeDredd/pinia-orm/issues/438)) ([589136a](https://github.com/CodeDredd/pinia-orm/commit/589136a1349adced1371a1b26d8a003768a69bcc))

## [1.0.3](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.0.3) (2022-09-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinia-orm",
"version": "1.0.3",
"version": "1.0.4",
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
"keywords": [
"vue",
Expand Down Expand Up @@ -60,7 +60,7 @@
"pinia": "^2.0.22"
},
"dependencies": {
"@pinia-orm/normalizr": ">=1.0.1"
"@pinia-orm/normalizr": ">=1.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
Expand Down

0 comments on commit a71c593

Please sign in to comment.