Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Jun 4, 2024
1 parent 9526255 commit 54699ed
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 14 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/PlayniteWebPlugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playnite-web-plugin",
"description": "Playnite extension required for Playnite Web.",
"version": "3.1.4",
"version": "3.2.0",
"devDependencies": {
"@types/shelljs": "^0.8.15",
"cpy": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/game-db-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playnite-web-game-db-updater",
"description": "Service to listen to MQTT messages and update game database.",
"version": "3.1.4",
"version": "3.2.0",
"dependencies": {
"async-mqtt": "^2.6.3",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/playnite-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playnite-web-app",
"type": "module",
"version": "3.1.4",
"version": "3.2.0",
"sideEffects": false,
"dependencies": {
"@emotion/cache": "^11.11.0",
Expand Down
13 changes: 9 additions & 4 deletions hass-game-db-updater/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "Playnite Web Game DB Updater",
"url": "https://github.com/andrew-codes/playnite-web",
"version": "dev",
"version": "3.2.0",
"slug": "playnite-web-game-db-updater",
"description": "An add-on to synchronize Playnite Web game database using MQTT and MongoDB.",
"icon": "playnite-icon.png",
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"startup": "services",
"boot": "auto",
"options": {
Expand All @@ -31,5 +34,7 @@
"DEBUG": "str"
},
"image": "ghcr.io/andrew-codes/playnite-web-game-db-updater-hass-addon",
"map": ["config:rw"]
}
"map": [
"config:rw"
]
}
2 changes: 1 addition & 1 deletion hass-game-db-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playnite-web-game-db-updater-hass-addon",
"version": "3.1.4",
"version": "3.2.0",
"dependencies": {
"playnite-web-game-db-updater": "workspace:*"
},
Expand Down
13 changes: 9 additions & 4 deletions hass-playnite-web/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "Playnite Web App",
"url": "https://github.com/andrew-codes/playnite-web",
"version": "dev",
"version": "3.2.0",
"slug": "playnite-web-app",
"description": "An add-on to provide web interface and API for Playnite.",
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"webui": "http://[HOST]:[PORT:3000]",
"startup": "services",
"boot": "auto",
Expand Down Expand Up @@ -43,6 +46,8 @@
"ingress_entry": "/",
"ingress_stream": false,
"image": "ghcr.io/andrew-codes/playnite-web-app-hass-addon",
"map": ["config:rw"],
"map": [
"config:rw"
],
"icon": "playnite-icon.png"
}
}
2 changes: 1 addition & 1 deletion hass-playnite-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playnite-web-app-hass-addon",
"version": "3.1.4",
"version": "3.2.0",
"dependencies": {
"playnite-web-app": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.4",
"version": "3.2.0",
"packages": ["apps/*", "hass-*"],
"npmClient": "yarn",
"command": {
Expand Down

0 comments on commit 54699ed

Please sign in to comment.