Skip to content

Commit

Permalink
chore(release): publish - ci skip
Browse files Browse the repository at this point in the history
ci: update version for docker compose
  • Loading branch information
scopsy committed Sep 2, 2022
1 parent 0b1d7bd commit 93a31e7
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 38 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.7.2",
"version": "0.7.3",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@novu/telnyx": "^0.7.2",
"@novu/termii": "^0.7.2",
"@novu/testing": "^0.7.2",
"@novu/twilio": "^0.7.2",
"@novu/twilio": "^0.7.3",
"@sendgrid/mail": "^7.6.0",
"@sentry/node": "^6.1.0",
"@sentry/tracing": "^6.3.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/web",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"start": "cross-env PORT=4200 react-app-rewired start",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@mantine/hooks": "4.2.12",
"@mantine/notifications": "4.1.0",
"@mantine/prism": "4.1.0",
"@novu/notification-center": "^0.7.2",
"@novu/notification-center": "^0.7.3",
"@novu/shared": "^0.7.2",
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
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": "@novu/widget",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"start": "craco start",
Expand All @@ -27,8 +27,8 @@
"@ant-design/icons": "^4.5.0",
"@mantine/core": "^4.1.0",
"@mantine/hooks": "^4.1.0",
"@novu/embed": "^0.7.2",
"@novu/notification-center": "^0.7.2",
"@novu/embed": "^0.7.3",
"@novu/notification-center": "^0.7.3",
"@novu/shared": "^0.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.7.2",
"version": "0.7.3",
"description": "",
"author": "",
"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 @@ -19,7 +19,7 @@ services:
- 27017:27017
restart: unless-stopped
api:
image: "ghcr.io/novuhq/novu/api:0.7.2"
image: "ghcr.io/novuhq/novu/api:0.7.3"
depends_on:
- mongodb
- redis
Expand All @@ -42,7 +42,7 @@ services:
ports:
- "3000:3000"
ws:
image: "ghcr.io/novuhq/novu/ws:0.7.2"
image: "ghcr.io/novuhq/novu/ws:0.7.3"
depends_on:
- mongodb
- redis
Expand All @@ -57,7 +57,7 @@ services:
ports:
- "3002:3002"
web:
image: "ghcr.io/novuhq/novu/web:0.7.2"
image: "ghcr.io/novuhq/novu/web:0.7.3"
depends_on:
- api
container_name: web
Expand All @@ -69,7 +69,7 @@ services:
ports:
- 4200:4200
widget:
image: "ghcr.io/novuhq/novu/widget:0.7.2"
image: "ghcr.io/novuhq/novu/widget:0.7.3"
depends_on:
- api
- web
Expand All @@ -83,7 +83,7 @@ services:
embed:
depends_on:
- widget
image: "ghcr.io/novuhq/novu/embed:0.7.2"
image: "ghcr.io/novuhq/novu/embed:0.7.3"
container_name: embed
environment:
WIDGET_URL: ${WIDGET_URL}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"message": "chore(release): publish - ci skip"
}
},
"version": "0.7.2"
"version": "0.7.3"
}
4 changes: 2 additions & 2 deletions libs/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/embed",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -92,7 +92,7 @@
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@novu/notification-center": "^0.7.2",
"@novu/notification-center": "^0.7.3",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "27.4.0",
"@types/node": "^14.14.16",
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": "@novu/client",
"version": "0.7.2",
"version": "0.7.3",
"repository": "https://github.com/novuhq/novu",
"description": "API client to be used in end user environments",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/notification-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/notification-center",
"version": "0.7.2",
"version": "0.7.3",
"repository": "https://github.com/novuhq/novu",
"description": "",
"scripts": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@mantine/core": "^4.1.0",
"@mantine/hooks": "^4.1.3",
"@novu/client": "^0.7.2",
"@novu/client": "^0.7.3",
"@novu/shared": "^0.7.2",
"acorn-jsx": "^5.3.2",
"axios": "^0.26.1",
Expand Down
69 changes: 51 additions & 18 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion providers/twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/twilio",
"version": "0.7.2",
"version": "0.7.3",
"description": "A twilio wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit 93a31e7

Please sign in to comment.