Skip to content

Commit 796955e

Browse files
authored
v2.0.0-alpha.1 (#1984)
1 parent 7b8d6d1 commit 796955e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/axios/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/axios",
3-
"version": "1.10.1",
3+
"version": "2.0.0-alpha.1",
44
"description": "Axios plugin for pinia-orm",
55
"bugs": {
66
"url": "https://github.com/CodeDredd/pinia-orm/issues"

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.10.1",
3+
"version": "2.0.0-alpha.1",
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/package.json

Lines changed: 1 addition & 1 deletion
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.10.1",
4+
"version": "2.0.0-alpha.1",
55
"license": "MIT",
66
"author": {
77
"name": "Gregor Becker",

packages/pinia-orm/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",
3-
"version": "1.10.1",
3+
"version": "2.0.0-alpha.1",
44
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)