Skip to content

Commit

Permalink
chore: dogu version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikalli committed Nov 15, 2023
1 parent 5cb8caa commit befa3fa
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 15 deletions.
11 changes: 11 additions & 0 deletions .yarn/versions/7571a4fe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
undecided:
- dogu
- android-device-agent
- android-io.appium.settings-builder
- billing-server
- console-web-front
- console-web-server
- dogu-agent
- host-agent
- nexus-initializer
- test-executor
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:2.6.1
image: dogutechio/dogu:2.6.3
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:2.6.1
image: dogutechio/dogu:2.6.3
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:2.6.1
image: dogutechio/dogu:2.6.3
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": "2.6.2",
"version": "2.6.3",
"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": "2.6.1",
"version": "2.6.3",
"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": "2.6.1",
"version": "2.6.3",
"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/android-io.appium.settings-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "android-io.appium.settings-builder",
"version": "2.6.1",
"version": "2.6.3",
"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/billing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "billing-server",
"version": "2.6.1",
"version": "2.6.3",
"description": "",
"license": "UNLICENSED",
"author": "",
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": "2.6.1",
"version": "2.6.3",
"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": "2.6.1",
"version": "2.6.3",
"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": "2.6.1",
"version": "2.6.3",
"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/dogu-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dogu-agent",
"version": "2.6.1",
"version": "2.6.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"main": "./build/src/cli.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": "2.6.1",
"version": "2.6.3",
"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": "2.6.1",
"version": "2.6.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion projects/test-executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "test-executor",
"version": "2.6.1",
"version": "2.6.3",
"description": "",
"license": "ISC",
"author": "",
Expand Down

0 comments on commit befa3fa

Please sign in to comment.