Skip to content

Commit a16f86c

Browse files
author
Daniel Ahn
committed
chore: bump dogu version to 1.9.0
1 parent d1bf994 commit a16f86c

File tree

11 files changed

+16
-9
lines changed

11 files changed

+16
-9
lines changed

.yarn/versions/9ed01ed5.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
undecided:
2+
- dogu
3+
- android-device-agent
4+
- console-web-front
5+
- console-web-server
6+
- host-agent
7+
- nexus-initializer

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ services:
9898

9999
console:
100100
container_name: dogu-console
101-
image: dogutechio/dogu:1.8.1
101+
image: dogutechio/dogu:1.9.0
102102
restart: always
103103
depends_on:
104104
- influxdb

nm-space/.yarn/versions/0d6fa299.yml

Whitespace-only changes.

nm-space/projects/dost/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "dogu-agent",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"description": "Dogu Agent",
66
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
77
"author": "Dogu Technologies",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "dogu",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
66
"author": "Dogu Technologies",
77
"repository": "https://github.com/dogu-team/dogu.git",

projects/android-device-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "android-device-agent",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
66
"author": "Dogu Technologies",
77
"scripts": {

projects/console-web-front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-web-front",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
55
"author": "Dogu Technologies",
66
"type": "commonjs",

projects/console-web-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-web-server",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
55
"author": "Dogu Technologies",
66
"scripts": {

projects/device-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "device-server",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
66
"author": "Dogu Technologies",
77
"main": "./build/src/index.js",

projects/host-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "host-agent",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
66
"author": "Dogu Technologies",
77
"main": "./build/src/index.js",

projects/nexus-initializer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "nexus-initializer",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
66
"author": "Dogu Technologies",
77
"type": "module",

0 commit comments

Comments
 (0)