Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Dec 1, 2022
1 parent 258d850 commit 0ba94d5
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/api",
"version": "0.1.4",
"version": "0.1.5",
"author": "knovator",
"license": "MIT",
"private": true,
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.185.0",
"@impler/dal": "^0.1.4",
"@impler/shared": "^0.1.4",
"@impler/dal": "^0.1.5",
"@impler/shared": "^0.1.5",
"@nestjs/common": "^9.1.2",
"@nestjs/core": "^9.1.2",
"@nestjs/platform-express": "^9.1.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/queue-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/queue-manager",
"version": "0.1.4",
"version": "0.1.5",
"author": "knovator",
"license": "MIT",
"private": true,
Expand All @@ -16,8 +16,8 @@
"lint:fix": "pnpm lint -- --fix"
},
"dependencies": {
"@impler/dal": "^0.1.4",
"@impler/shared": "^0.1.4",
"@impler/dal": "^0.1.5",
"@impler/shared": "^0.1.5",
"axios": "^0.26.1",
"dotenv": "^16.0.2",
"envalid": "^7.3.1"
Expand Down
4 changes: 2 additions & 2 deletions apps/widget-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/widget-demo",
"version": "0.1.4",
"version": "0.1.5",
"author": "knovator",
"license": "MIT",
"private": true,
Expand All @@ -13,7 +13,7 @@
"preview": "vite preview"
},
"dependencies": {
"@impler/react": "^0.1.4",
"@impler/react": "^0.1.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/widget",
"version": "0.1.4",
"version": "0.1.5",
"author": "knovator",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@craco/craco": "^6.4.5",
"@emotion/react": "^11.10.5",
"@impler/client": "^0.1.4",
"@impler/shared": "^0.1.4",
"@impler/client": "^0.1.5",
"@impler/shared": "^0.1.5",
"@mantine/core": "^5.6.3",
"@mantine/dropzone": "^5.6.3",
"@mantine/notifications": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"useNx": true,
"useWorkspaces": true,
"packages": ["apps/*", "libs/*", "packages/*"],
"version": "0.1.4"
"version": "0.1.5"
}
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": "0.1.4",
"version": "0.1.5",
"author": "knovator",
"license": "MIT",
"private": true,
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": "0.1.4",
"version": "0.1.5",
"private": true,
"license": "MIT",
"author": "knovator",
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": "0.1.4",
"version": "0.1.5",
"description": "Reusable types and classes to shared between apps and libraries",
"license": "MIT",
"author": "knovator",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/client",
"version": "0.1.4",
"version": "0.1.5",
"description": "API client to be used in end user environments",
"license": "MIT",
"author": "knovator",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "4.8.4"
},
"dependencies": {
"@impler/shared": "^0.1.4",
"@impler/shared": "^0.1.5",
"axios": "^0.26.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@impler/react",
"version": "0.1.4",
"version": "0.1.5",
"description": "React library to show widget in client applications",
"license": "MIT",
"author": "knovator",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@impler/shared": "^0.1.4",
"@impler/shared": "^0.1.5",
"styled-components": "^5.3.6"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ba94d5

Please sign in to comment.