Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ae6eed1

Browse files
committed
v1.4.1-beta.1
1 parent 1c40ae5 commit ae6eed1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

gluco-check-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluco-check-action",
3-
"version": "1.3.0",
3+
"version": "1.4.1-beta.1",
44
"repository": "https://github.com/nielsmaerten/gluco-check/tree/main/gluco-check-action",
55
"private": true,
66
"scripts": {
@@ -12,4 +12,4 @@
1212
"dependencies": {
1313
"dotenv": "^8.6.0"
1414
}
15-
}
15+
}

gluco-check-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluco-check-common",
3-
"version": "1.3.0",
3+
"version": "1.4.1-beta.1",
44
"repository": "https://github.com/nielsmaerten/gluco-check/tree/main/gluco-check-common",
55
"private": true,
66
"scripts": {
@@ -14,4 +14,4 @@
1414
"glob": "^7.1.7",
1515
"yamljs": "^0.3.0"
1616
}
17-
}
17+
}

gluco-check-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluco-check-core",
3-
"version": "1.3.0",
3+
"version": "1.4.1-beta.1",
44
"repository": "https://github.com/nielsmaerten/gluco-check/tree/main/gluco-check-core",
55
"private": true,
66
"main": "build/src/index.js",
@@ -45,4 +45,4 @@
4545
"inversify": "^5.1.1",
4646
"reflect-metadata": "^0.1.13"
4747
}
48-
}
48+
}

gluco-check-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluco-check-frontend",
3-
"version": "1.3.0",
3+
"version": "1.4.1-beta.1",
44
"repository": "https://github.com/nielsmaerten/gluco-check/tree/main/gluco-check-frontend",
55
"private": true,
66
"dependencies": {
@@ -94,4 +94,4 @@
9494
"!src/index.{js,jsx,ts,tsx}"
9595
]
9696
}
97-
}
97+
}

gluco-check-webhooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluco-check-webhooks",
3-
"version": "1.3.0",
3+
"version": "1.4.1-beta.1",
44
"repository": "https://github.com/nielsmaerten/gluco-check/tree/main/gluco-check-webhooks",
55
"private": true,
66
"main": "build/src/index.js",
@@ -43,4 +43,4 @@
4343
"deploy": "firebase deploy --only functions",
4444
"logs": "firebase functions:log"
4545
}
46-
}
46+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gluco-check",
33
"description": "Hey Google, Check my sugar",
44
"homepage": "https://glucocheck.app",
5-
"version": "1.3.0",
5+
"version": "1.4.1-beta.1",
66
"repository": "https://github.com/nielsmaerten/gluco-check",
77
"license": "MIT",
88
"contributors": [
@@ -42,4 +42,4 @@
4242
"Edit the source files in `.github/workflows-src/`"
4343
]
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)