Skip to content

Commit 8effb73

Browse files
committed
1 parent 3005004 commit 8effb73

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

packages/normalizr/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [1.6.0](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-03-22)
2+
13
# [1.1.0](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-01-24)
24

35
## [1.0.6](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-12-22)

packages/normalizr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pinia-orm/normalizr",
3-
"version": "1.1.0",
3+
"version": "1.6.0",
44
"description": "Normalizes JSON according to schema for Redux and Flux applications",
55
"bugs": {
66
"url": "https://github.com/CodeDredd/pinia-orm/issues"

packages/nuxt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [1.6.0](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-03-22)
2+
13
## [1.1.7](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2023-01-24)
24

35
## [1.1.6](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/[email protected]...@pinia-orm/[email protected]) (2022-12-22)

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pinia-orm/nuxt",
33
"description": "Nuxt module for pinia-orm",
4-
"version": "1.1.7",
4+
"version": "1.6.0",
55
"license": "MIT",
66
"type": "module",
77
"author": {
@@ -41,7 +41,7 @@
4141
},
4242
"peerDependencies": {
4343
"@pinia/nuxt": "^0.4.7",
44-
"pinia-orm": ">=1.5.0"
44+
"pinia-orm": ">=1.6.0"
4545
},
4646
"dependencies": {
4747
"@nuxt/kit": "^3.3.1"

packages/pinia-orm/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [1.6.0](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.6.0) (2023-03-22)
2+
13
## [1.5.1](https://github.com/CodeDredd/pinia-orm/compare/[email protected]@1.5.1) (2023-01-24)
24

35
### Performance Improvements

packages/pinia-orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia-orm",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
55
"keywords": [
66
"vue",
@@ -65,7 +65,7 @@
6565
"pinia": "^2.0.33"
6666
},
6767
"dependencies": {
68-
"@pinia-orm/normalizr": ">=1.1.0"
68+
"@pinia-orm/normalizr": ">=1.6.0"
6969
},
7070
"devDependencies": {
7171
"@antfu/eslint-config": "^0.37.0",

0 commit comments

Comments
 (0)