Skip to content

Commit e3e2df3

Browse files
committed
1 parent f74bd00 commit e3e2df3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/@posva/vuefire-bundler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posva/vuefire-bundler",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "wrapper around rollup to bundle vuefire and vuexfire",
55
"author": "Eduardo San Martin Morote <[email protected]>",
66
"homepage": "https://github.com/vuejs/vuefire#readme",

packages/@posva/vuefire-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posva/vuefire-core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Shared code for vue + Firebase apps used by vuefire and vuexfire",
55
"author": "Eduardo San Martin Morote <[email protected]>",
66
"homepage": "https://github.com/vuejs/vuefire#readme",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/vuejs/vuefire/issues"
3333
},
3434
"devDependencies": {
35-
"@posva/vuefire-test-helpers": "^1.0.0",
35+
"@posva/vuefire-test-helpers": "^1.0.1",
3636
"@types/jest": "^23.3.1",
3737
"babel-preset-env": "^1.7.0",
3838
"eslint": "^5.3.0",

packages/@posva/vuefire-test-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posva/vuefire-test-helpers",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "test helpers related to vue + firebase used by vuefire and vuexfire",
55
"author": "Eduardo San Martin Morote <[email protected]>",
66
"homepage": "https://github.com/vuejs/vuefire#readme",

packages/vuefire/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
44
"description": "Firestore bindings for Vue.js",
55
"main": "dist/vuefire.common.js",
66
"module": "dist/vuefire.esm.js",
@@ -52,8 +52,8 @@
5252
"firebase": ">=4.0.0"
5353
},
5454
"devDependencies": {
55-
"@posva/vuefire-bundler": "^1.0.0",
56-
"@posva/vuefire-test-helpers": "^1.0.0",
55+
"@posva/vuefire-bundler": "^1.1.0",
56+
"@posva/vuefire-test-helpers": "^1.0.1",
5757
"babel-preset-env": "^1.7.0",
5858
"eslint": "^5.3.0",
5959
"eslint-plugin-vue-libs": "^3.0.0",
@@ -67,6 +67,6 @@
6767
]
6868
},
6969
"dependencies": {
70-
"@posva/vuefire-core": "^1.0.0"
70+
"@posva/vuefire-core": "^1.0.1"
7171
}
7272
}

packages/vuexfire/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuexfire",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Firestore binding for Vuex",
55
"main": "dist/vuexfire.cjs.js",
66
"module": "dist/vuexfire.es.js",
@@ -54,15 +54,15 @@
5454
},
5555
"homepage": "https://github.com/vuejs/vuefire#readme",
5656
"devDependencies": {
57-
"@posva/vuefire-bundler": "^1.0.0",
58-
"@posva/vuefire-test-helpers": "^1.0.0",
57+
"@posva/vuefire-bundler": "^1.1.0",
58+
"@posva/vuefire-test-helpers": "^1.0.1",
5959
"babel-preset-env": "^1.7.0",
6060
"codecov": "^3.0.1",
6161
"eslint": "^5.3.0",
6262
"eslint-plugin-vue-libs": "^3.0.0",
6363
"vuex": "^3.0.1"
6464
},
6565
"dependencies": {
66-
"@posva/vuefire-core": "^1.0.0"
66+
"@posva/vuefire-core": "^1.0.1"
6767
}
6868
}

0 commit comments

Comments
 (0)