Skip to content

Commit

Permalink
release: @pinia-orm/normalizr@1.0.0 @pinia-orm/nuxt@1.0.19 pinia-orm@…
Browse files Browse the repository at this point in the history
…1.0.0-rc.6
  • Loading branch information
CodeDredd committed Aug 20, 2022
1 parent aba0f7d commit 9a7f964
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/normalizr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 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.0-rc.6",
"version": "1.0.0",
"description": "Normalizes JSON according to schema for Redux and Flux applications",
"bugs": {
"url": "https://github.com/CodeDredd/pinia-orm/issues"
Expand Down
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.19](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.18...@pinia-orm/nuxt@1.0.19) (2022-08-20)

## [1.0.18](https://github.com/CodeDredd/pinia-orm/compare/@pinia-orm/nuxt@1.0.17...@pinia-orm/nuxt@1.0.18) (2022-08-10)

### Bug Fixes
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.18",
"version": "1.0.19",
"license": "MIT",
"type": "module",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@pinia/nuxt": "^0.4.1",
"pinia-orm": ">=1.0.0-rc.5"
"pinia-orm": ">=1.0.0-rc.6"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.8"
Expand Down
2 changes: 2 additions & 0 deletions packages/pinia-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [1.0.0-rc.6](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.0.0-rc.5...pinia-orm@1.0.0-rc.6) (2022-08-20)

# [1.0.0-rc.5](https://github.com/CodeDredd/pinia-orm/compare/pinia-orm@1.0.0-rc.4...pinia-orm@1.0.0-rc.5) (2022-08-10)

### Features
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.0-rc.5",
"version": "1.0.0-rc.6",
"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.20"
},
"dependencies": {
"@pinia-orm/normalizr": "workspace:*"
"@pinia-orm/normalizr": ">=1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
Expand Down

0 comments on commit 9a7f964

Please sign in to comment.