Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Apr 14, 2021
1 parent e83fbb3 commit 09e2bd1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/dev-vue2-firestore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.17",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build--": "vue-cli-service build"
},
"dependencies": {
"@magnetarjs/core": "^0.0.18",
"@magnetarjs/plugin-firestore": "^0.0.18",
"@magnetarjs/plugin-firestore": "^0.1.0",
"@magnetarjs/plugin-vue2": "^0.0.19",
"core-js": "^3.10.1",
"firebase": "^8.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-vue3-firestore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.14",
"version": "0.0.15",
"private": true,
"scripts": {
"dev": "vite",
"build--": "vuedx-typecheck . && vite build"
},
"dependencies": {
"@magnetarjs/core": "^0.0.18",
"@magnetarjs/plugin-firestore": "^0.0.18",
"@magnetarjs/plugin-firestore": "^0.1.0",
"@magnetarjs/plugin-vue3": "^0.0.15",
"firebase": "^8.3.3",
"vue": "3.0.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.10",
"version": "0.0.11",
"description": "State-management done right with automatic sync to remote databases and services. Framework-agnostic & optimistic-UI built-in 🌟",
"productName": "Magnetar docs",
"author": "Luca Ban - Mesqueeb",
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.0.19",
"version": "0.1.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.0.18",
"@magnetarjs/plugin-firestore": "^0.0.18",
"@magnetarjs/plugin-firestore": "^0.1.0",
"@magnetarjs/plugin-simple-store": "^0.0.18",
"@magnetarjs/plugin-vue2": "^0.0.19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-firestore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.18",
"version": "0.1.0",
"sideEffects": false,
"description": "Magnetar plugin firestore",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 09e2bd1

Please sign in to comment.