Skip to content

Commit

Permalink
0.27.5 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jan 5, 2025
2 parents 47f21e8 + a018f9f commit 3c05dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

api:
privileged: true
image: "ghcr.io/implerhq/impler/api:0.27.4"
image: "ghcr.io/implerhq/impler/api:0.27.5"
depends_on:
- mongodb
- rabbitmq
Expand Down Expand Up @@ -53,7 +53,7 @@ services:
- impler

queue-manager:
image: "ghcr.io/implerhq/impler/queue-manager:0.27.4"
image: "ghcr.io/implerhq/impler/queue-manager:0.27.5"
depends_on:
- api
- rabbitmq
Expand All @@ -78,7 +78,7 @@ services:
- impler

widget:
image: "ghcr.io/implerhq/impler/widget:0.27.4"
image: "ghcr.io/implerhq/impler/widget:0.27.5"
depends_on:
- api
container_name: widget
Expand All @@ -95,7 +95,7 @@ services:
embed:
depends_on:
- widget
image: "ghcr.io/implerhq/impler/embed:0.27.4"
image: "ghcr.io/implerhq/impler/embed:0.27.5"
container_name: embed
environment:
WIDGET_URL: ${WIDGET_BASE_URL}
Expand All @@ -107,7 +107,7 @@ services:
web:
depends_on:
- api
image: "ghcr.io/implerhq/impler/web:0.27.4"
image: "ghcr.io/implerhq/impler/web:0.27.5"
container_name: web
environment:
NEXT_PUBLIC_API_BASE_URL: ${API_ROOT_URL}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impler.io",
"version": "0.27.3",
"version": "0.27.5",
"description": "Open source infrastructure to import data easily",
"packageManager": "pnpm@8.9.0",
"private": true,
Expand Down

0 comments on commit 3c05dcd

Please sign in to comment.