Skip to content

Commit

Permalink
version: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-kyun committed Sep 18, 2023
1 parent 7396e67 commit 8569b4d
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .yarn/versions/2145a6b8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
undecided:
- dogu
- android-device-agent
- console-web-front
- console-web-server
- host-agent
- nexus-initializer
2 changes: 1 addition & 1 deletion docker-compose-macOS-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

console:
container_name: dogu-console
image: dogutechio/dogu:1.11.2
image: dogutechio/dogu:2.0.0
restart: always
depends_on:
- influxdb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-macOS-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

console:
container_name: dogu-console
image: dogutechio/dogu:1.11.2
image: dogutechio/dogu:2.0.0
restart: always
depends_on:
- influxdb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

console:
container_name: dogu-console
image: dogutechio/dogu:1.11.2
image: dogutechio/dogu:2.0.0
restart: always
depends_on:
- influxdb
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion nm-space/projects/dost/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "dogu-agent",
"version": "1.11.4",
"version": "2.0.0",
"description": "Dogu Agent",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "dogu",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"repository": "https://github.com/dogu-team/dogu.git",
Expand Down
2 changes: 1 addition & 1 deletion projects/android-device-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "android-device-agent",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/console-web-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-web-front",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion projects/console-web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-web-server",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/device-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "device-server",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/host-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "host-agent",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/nexus-initializer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "nexus-initializer",
"version": "1.11.2",
"version": "2.0.0",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"type": "module",
Expand Down

0 comments on commit 8569b4d

Please sign in to comment.