Skip to content

Commit

Permalink
version: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Oct 27, 2023
1 parent 75df01c commit eaf5362
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .yarn/versions/a04ef274.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
undecided:
- dogu
- android-device-agent
- billing-server
- console-web-front
- console-web-server
- dogu-agent
- host-agent
- nexus-initializer
- test-codeless
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.1.4
image: dogutechio/dogu:2.2.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:2.1.4
image: dogutechio/dogu:2.2.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:2.1.4
image: dogutechio/dogu:2.2.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": "2.1.5",
"version": "2.2.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": "2.1.4",
"version": "2.2.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": "2.1.4",
"version": "2.2.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/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.1.4",
"version": "2.2.0",
"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.1.4",
"version": "2.2.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": "2.1.4",
"version": "2.2.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": "2.1.4",
"version": "2.2.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/dogu-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dogu-agent",
"version": "2.1.4",
"version": "2.2.0",
"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.1.4",
"version": "2.2.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": "2.1.4",
"version": "2.2.0",
"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-codeless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "test-codeless",
"version": "2.1.4",
"version": "2.2.0",
"description": "",
"license": "ISC",
"author": "",
Expand Down

0 comments on commit eaf5362

Please sign in to comment.