diff --git a/functions/package-lock.json b/functions/package-lock.json index 0f4ddb84..19e237e5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,12 +1,12 @@ { "name": "functions", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "functions", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@mozilla/glean": "^1.0.0", "async-mutex": "^0.3.2", diff --git a/functions/package.json b/functions/package.json index d8094d5e..17df0e04 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,6 @@ { "name": "functions", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "scripts": { "lint": "eslint --ext .js,.ts .", diff --git a/package-lock.json b/package-lock.json index 3ce62193..be1c24b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rally-web-platform", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rally-web-platform", - "version": "0.1.0", + "version": "0.1.1", "license": "MPL-2.0", "dependencies": { "@storybook/svelte": "^6.4.19", diff --git a/package.json b/package.json index f36aab30..c0597df5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rally-web-platform", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "pre-build": "bash scripts/reset-build-directories.sh && bash scripts/add-protocol.sh && node scripts/add-version-object.js", "dev": "npm run config:web:demo && npm run build:functions && firebase emulators:exec --project demo-rally --only auth,functions,firestore --ui 'npm run load:data && (npm run watch:functions & npm run watch:web)'",