From 265679669b871332a9ad2c80435d4a6cb4ad060c Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Tue, 31 May 2022 19:17:40 +0300 Subject: [PATCH] chore(release): publish - ci skip --- apps/api/package.json | 2 +- apps/web/package.json | 4 ++-- apps/widget/package.json | 4 ++-- lerna.json | 2 +- packages/notification-center/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index a53849e43c0..15638f087b8 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@novu/api", - "version": "0.4.1", + "version": "0.4.2", "description": "description", "author": "", "private": "true", diff --git a/apps/web/package.json b/apps/web/package.json index ef158ee7228..696700790cf 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/web", - "version": "0.4.1", + "version": "0.4.2", "private": true, "dependencies": { "@ant-design/icons": "^4.6.2", @@ -19,7 +19,7 @@ "@mantine/hooks": "^4.1.0", "@mantine/notifications": "^4.1.0", "@mantine/prism": "^4.1.0", - "@novu/notification-center": "^0.4.1", + "@novu/notification-center": "^0.4.2", "@novu/shared": "^0.4.1", "@sentry/react": "^6.3.1", "@sentry/tracing": "^6.3.1", diff --git a/apps/widget/package.json b/apps/widget/package.json index f54dfbbdb50..dab161bd19a 100644 --- a/apps/widget/package.json +++ b/apps/widget/package.json @@ -1,13 +1,13 @@ { "name": "@novu/widget", - "version": "0.4.1", + "version": "0.4.2", "private": true, "dependencies": { "@ant-design/icons": "^4.5.0", "@mantine/core": "^4.1.0", "@mantine/hooks": "^4.1.0", "@novu/embed": "^0.4.1", - "@novu/notification-center": "^0.4.1", + "@novu/notification-center": "^0.4.2", "@novu/shared": "^0.4.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", diff --git a/lerna.json b/lerna.json index cdef38a3ef7..514db473c08 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "message": "chore(release): publish - ci skip" } }, - "version": "0.4.1" + "version": "0.4.2" } diff --git a/packages/notification-center/package.json b/packages/notification-center/package.json index c380c417d93..09822317788 100644 --- a/packages/notification-center/package.json +++ b/packages/notification-center/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center", - "version": "0.4.1", + "version": "0.4.2", "repository": "https://github.com/novuhq/novu", "description": "", "scripts": {