Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - dev-vue2-firestore@0.3.0
 - dev-vue3-firestore@0.2.0
 - magnetar@0.4.0
 - @magnetarjs/plugin-firestore@0.3.0
  • Loading branch information
mesqueeb committed Oct 5, 2021
1 parent bf9250a commit 18d4a31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/dev-vue2-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "dev-vue2-firestore",
"version": "0.2.7",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build--": "vue-cli-service build"
},
"dependencies": {
"@magnetarjs/core": "^0.2.2",
"@magnetarjs/plugin-firestore": "^0.2.7",
"@magnetarjs/plugin-firestore": "^0.3.0",
"@magnetarjs/plugin-vue2": "^0.1.5",
"core-js": "^3.18.1",
"firebase": "^8.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-vue3-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "dev-vue3-firestore",
"version": "0.1.7",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite",
"build--": "vuedx-typecheck . && vite build"
},
"dependencies": {
"@magnetarjs/core": "^0.2.2",
"@magnetarjs/plugin-firestore": "^0.2.7",
"@magnetarjs/plugin-firestore": "^0.3.0",
"@magnetarjs/plugin-vue3": "^0.1.6",
"firebase": "^9.1.1",
"vue": "^3.2.19"
Expand Down
4 changes: 2 additions & 2 deletions packages/magnetar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnetar",
"version": "0.3.3",
"version": "0.4.0",
"description": "State-management done right with automatic sync to remote databases and services. Framework-agnostic & optimistic-UI built-in 🌟",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@magnetarjs/core": "^0.2.2",
"@magnetarjs/plugin-firestore": "^0.2.7",
"@magnetarjs/plugin-firestore": "^0.3.0",
"@magnetarjs/plugin-simple-store": "^0.1.5",
"@magnetarjs/plugin-vue2": "^0.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magnetarjs/plugin-firestore",
"version": "0.2.7",
"version": "0.3.0",
"sideEffects": false,
"description": "Magnetar plugin firestore",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 18d4a31

Please sign in to comment.