Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/api",
"version": "1.8.1",
"version": "1.9.0",
"author": "implerhq",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/queue-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/queue-manager",
"version": "1.8.1",
"version": "1.9.0",
"author": "implerhq",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/web",
"version": "1.8.1",
"version": "1.9.0",
"author": "implerhq",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -52,8 +52,8 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"sharp": "^0.32.6",
"typescript": "4.9.5",
"subos-frontend": "^1.0.95"
"subos-frontend": "^1.0.95",
"typescript": "4.9.5"
},
"devDependencies": {
"@storybook/builder-webpack5": "^6.5.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/widget",
"version": "1.8.1",
"version": "1.9.0",
"author": "implerhq",
"license": "MIT",
"private": true,
Expand Down
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

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

queue-manager:
image: "ghcr.io/implerhq/impler/queue-manager:1.8.1"
image: "ghcr.io/implerhq/impler/queue-manager:1.9.0"
depends_on:
- api
- rabbitmq
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
- impler

widget:
image: "ghcr.io/implerhq/impler/widget:1.8.1"
image: "ghcr.io/implerhq/impler/widget:1.9.0"
depends_on:
- api
container_name: widget
Expand All @@ -102,7 +102,7 @@ services:
embed:
depends_on:
- widget
image: "ghcr.io/implerhq/impler/embed:1.8.1"
image: "ghcr.io/implerhq/impler/embed:1.9.0"
container_name: embed
environment:
WIDGET_URL: ${WIDGET_BASE_URL}
Expand All @@ -114,7 +114,7 @@ services:
web:
depends_on:
- api
image: "ghcr.io/implerhq/impler/web:1.8.1"
image: "ghcr.io/implerhq/impler/web:1.9.0"
container_name: web
environment:
NEXT_PUBLIC_API_BASE_URL: ${API_ROOT_URL}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "pnpm",
"useNx": true,
"packages": ["apps/*", "libs/*", "packages/*"],
"version": "1.8.1"
"version": "1.9.0"
}
2 changes: 1 addition & 1 deletion libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/dal",
"version": "1.8.1",
"version": "1.9.0",
"author": "implerhq",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/embed",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"license": "MIT",
"author": "implerhq",
Expand Down
2 changes: 1 addition & 1 deletion libs/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/services",
"version": "1.8.1",
"version": "1.9.0",
"description": "Reusable services to shared between backend api and queue-manager",
"license": "MIT",
"author": "implerhq",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/shared",
"version": "1.8.1",
"version": "1.9.0",
"description": "Reusable types and classes to shared between apps and libraries",
"license": "MIT",
"author": "implerhq",
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": "1.0.0",
"version": "1.9.0",
"description": "Open source infrastructure to import data easily",
"packageManager": "pnpm@8.9.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/angular",
"version": "1.8.1",
"version": "1.9.0",
"description": "Angular library to show CSV Excel Importer in angular applications",
"license": "MIT",
"author": "implerhq",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/client",
"version": "1.8.1",
"version": "1.9.0",
"description": "API client to be used in end user environments",
"license": "MIT",
"author": "implerhq",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/react",
"version": "1.8.1",
"version": "1.9.0",
"description": "React library to show CSV Excel Importer in react applications",
"license": "MIT",
"author": "implerhq",
Expand Down
Loading
Loading