Skip to content

Commit 8a10c63

Browse files
committed
chore(release): publish - ci skip
1 parent bc1eb74 commit 8a10c63

File tree

67 files changed

+327
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+327
-327
lines changed

apps/api/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/api",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "description",
55
"author": "",
66
"private": "true",
@@ -38,12 +38,12 @@
3838
"@nestjs/platform-express": "^10.2.2",
3939
"@nestjs/swagger": "^7.1.8",
4040
"@nestjs/terminus": "^10.0.1",
41-
"@novu/application-generic": "^0.19.0-alpha.2",
42-
"@novu/dal": "^0.19.0-alpha.2",
43-
"@novu/node": "^0.19.0-alpha.2",
44-
"@novu/shared": "^0.19.0-alpha.2",
45-
"@novu/stateless": "^0.19.0-alpha.0",
46-
"@novu/testing": "^0.19.0-alpha.2",
41+
"@novu/application-generic": "^0.19.0",
42+
"@novu/dal": "^0.19.0",
43+
"@novu/node": "^0.19.0",
44+
"@novu/shared": "^0.19.0",
45+
"@novu/stateless": "^0.19.0",
46+
"@novu/testing": "^0.19.0",
4747
"@sendgrid/mail": "^7.6.0",
4848
"@sentry/hub": "^7.40.0",
4949
"@sentry/node": "^7.40.0",

apps/inbound-mail/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/inbound-mail",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,8 +19,8 @@
1919
"test": "echo \"No e2e tests, only build tests\""
2020
},
2121
"dependencies": {
22-
"@novu/application-generic": "^0.19.0-alpha.2",
23-
"@novu/shared": "^0.19.0-alpha.2",
22+
"@novu/application-generic": "^0.19.0",
23+
"@novu/shared": "^0.19.0",
2424
"@sentry/node": "^7.12.1",
2525
"bluebird": "^2.9.30",
2626
"bullmq": "^3.10.2",

apps/web/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/web",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"start": "cross-env PORT=4200 react-app-rewired start",
@@ -49,8 +49,8 @@
4949
"@mantine/notifications": "^5.7.1",
5050
"@mantine/prism": "^5.7.1",
5151
"@mantine/spotlight": "^5.7.1",
52-
"@novu/notification-center": "^0.19.0-alpha.2",
53-
"@novu/shared": "^0.19.0-alpha.2",
52+
"@novu/notification-center": "^0.19.0",
53+
"@novu/shared": "^0.19.0",
5454
"@segment/analytics-next": "^1.48.0",
5555
"@sentry/react": "^7.40.0",
5656
"@sentry/tracing": "^7.40.0",
@@ -127,8 +127,8 @@
127127
"@babel/preset-react": "^7.13.13",
128128
"@babel/preset-typescript": "^7.13.0",
129129
"@babel/runtime": "^7.20.13",
130-
"@novu/dal": "^0.19.0-alpha.2",
131-
"@novu/testing": "^0.19.0-alpha.2",
130+
"@novu/dal": "^0.19.0",
131+
"@novu/testing": "^0.19.0",
132132
"@storybook/addon-actions": "^6.4.14",
133133
"@storybook/addon-essentials": "^6.4.14",
134134
"@storybook/addon-links": "^6.4.14",

apps/webhook/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/webhook",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -25,11 +25,11 @@
2525
"@nestjs/core": "^10.2.2",
2626
"@nestjs/platform-express": "^10.2.2",
2727
"@nestjs/terminus": "^10.0.1",
28-
"@novu/application-generic": "^0.19.0-alpha.2",
29-
"@novu/dal": "^0.19.0-alpha.2",
30-
"@novu/shared": "^0.19.0-alpha.2",
31-
"@novu/stateless": "^0.19.0-alpha.0",
32-
"@novu/testing": "^0.19.0-alpha.2",
28+
"@novu/application-generic": "^0.19.0",
29+
"@novu/dal": "^0.19.0",
30+
"@novu/shared": "^0.19.0",
31+
"@novu/stateless": "^0.19.0",
32+
"@novu/testing": "^0.19.0",
3333
"@sentry/node": "^7.66.0",
3434
"axios": "^1.3.3",
3535
"bull": "^4.4.0",

apps/widget/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/widget",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"start": "craco start",
@@ -29,8 +29,8 @@
2929
"@emotion/styled": "^11.6.0",
3030
"@mantine/core": "4.2.12",
3131
"@mantine/hooks": "4.2.12",
32-
"@novu/notification-center": "^0.19.0-alpha.2",
33-
"@novu/shared": "^0.19.0-alpha.2",
32+
"@novu/notification-center": "^0.19.0",
33+
"@novu/shared": "^0.19.0",
3434
"@testing-library/jest-dom": "^5.11.4",
3535
"@testing-library/react": "^11.1.0",
3636
"@testing-library/user-event": "^12.1.10",
@@ -58,8 +58,8 @@
5858
"@craco/craco": "^7.0.0",
5959
"@emotion/babel-plugin": "^11.7.2",
6060
"@faker-js/faker": "^6.0.0",
61-
"@novu/dal": "^0.19.0-alpha.2",
62-
"@novu/testing": "^0.19.0-alpha.2",
61+
"@novu/dal": "^0.19.0",
62+
"@novu/testing": "^0.19.0",
6363
"@types/jest": "^29.5.0",
6464
"@types/node": "^12.0.0",
6565
"@types/react": "17.0.62",

apps/worker/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/worker",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "description",
55
"author": "",
66
"private": "true",
@@ -29,11 +29,11 @@
2929
"@nestjs/platform-express": "^10.2.2",
3030
"@nestjs/swagger": "^7.1.9",
3131
"@nestjs/terminus": "^10.0.1",
32-
"@novu/application-generic": "^0.19.0-alpha.2",
33-
"@novu/dal": "^0.19.0-alpha.2",
34-
"@novu/shared": "^0.19.0-alpha.2",
35-
"@novu/stateless": "^0.19.0-alpha.0",
36-
"@novu/testing": "^0.19.0-alpha.2",
32+
"@novu/application-generic": "^0.19.0",
33+
"@novu/dal": "^0.19.0",
34+
"@novu/shared": "^0.19.0",
35+
"@novu/stateless": "^0.19.0",
36+
"@novu/testing": "^0.19.0",
3737
"@sentry/node": "^7.40.0",
3838
"@sentry/tracing": "^7.40.0",
3939
"@types/newrelic": "^9.13.0",

apps/ws/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/ws",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -28,10 +28,10 @@
2828
"@nestjs/swagger": "^7.1.9",
2929
"@nestjs/terminus": "^10.0.1",
3030
"@nestjs/websockets": "^10.2.2",
31-
"@novu/application-generic": "^0.19.0-alpha.2",
32-
"@novu/dal": "^0.19.0-alpha.2",
33-
"@novu/shared": "^0.19.0-alpha.2",
34-
"@novu/testing": "^0.19.0-alpha.2",
31+
"@novu/application-generic": "^0.19.0",
32+
"@novu/dal": "^0.19.0",
33+
"@novu/shared": "^0.19.0",
34+
"@novu/testing": "^0.19.0",
3535
"@sentry/node": "^7.30.0",
3636
"@socket.io/redis-adapter": "^7.2.0",
3737
"bull": "^4.4.0",

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/docs",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"message": "chore(release): publish - ci skip"
99
}
1010
},
11-
"version": "0.19.0-alpha.2"
11+
"version": "0.19.0"
1212
}

libs/dal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/dal",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"@aws-sdk/client-s3": "^3.382.0",
2525
"@aws-sdk/s3-request-presigner": "^3.382.0",
2626
"@faker-js/faker": "^6.0.0",
27-
"@novu/shared": "^0.19.0-alpha.2",
27+
"@novu/shared": "^0.19.0",
2828
"@sendgrid/mail": "^7.4.2",
2929
"JSONStream": "^1.3.5",
3030
"agenda": "^4.0.1",

libs/embed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/embed",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"private": true,
55
"description": "",
66
"keywords": [],
@@ -120,7 +120,7 @@
120120
"typescript": "4.9.5"
121121
},
122122
"dependencies": {
123-
"@novu/notification-center": "^0.19.0-alpha.2",
123+
"@novu/notification-center": "^0.19.0",
124124
"@types/iframe-resizer": "^3.5.8",
125125
"iframe-resizer": "^4.3.1"
126126
}

libs/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/shared",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "",
55
"scripts": {
66
"start": "npm run start:dev",

libs/testing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/testing",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -22,8 +22,8 @@
2222
"types": "dist/index.d.ts",
2323
"dependencies": {
2424
"@faker-js/faker": "^6.0.0",
25-
"@novu/dal": "^0.19.0-alpha.2",
26-
"@novu/shared": "^0.19.0-alpha.2",
25+
"@novu/dal": "^0.19.0",
26+
"@novu/shared": "^0.19.0",
2727
"JSONStream": "^1.3.5",
2828
"async": "^3.2.0",
2929
"axios": "^1.3.3",

packages/application-generic/package.json

+47-47
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/application-generic",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "Generic backend code used inside of Novu's different services",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -46,52 +46,52 @@
4646
"@aws-sdk/s3-request-presigner": "^3.382.0",
4747
"@azure/storage-blob": "^12.11.0",
4848
"@google-cloud/storage": "^6.2.3",
49-
"@novu/africas-talking": "^0.19.0-alpha.0",
50-
"@novu/apns": "^0.19.0-alpha.0",
51-
"@novu/burst-sms": "^0.19.0-alpha.0",
52-
"@novu/clickatell": "^0.19.0-alpha.0",
53-
"@novu/dal": "^0.19.0-alpha.2",
54-
"@novu/discord": "^0.19.0-alpha.0",
55-
"@novu/email-webhook": "^0.19.0-alpha.0",
56-
"@novu/emailjs": "^0.19.0-alpha.0",
57-
"@novu/expo": "^0.19.0-alpha.0",
58-
"@novu/fcm": "^0.19.0-alpha.0",
59-
"@novu/firetext": "^0.19.0-alpha.0",
60-
"@novu/forty-six-elks": "^0.19.0-alpha.0",
61-
"@novu/gupshup": "^0.19.0-alpha.0",
62-
"@novu/infobip": "^0.19.0-alpha.0",
63-
"@novu/kannel": "^0.19.0-alpha.0",
64-
"@novu/mailersend": "^0.19.0-alpha.0",
65-
"@novu/mailgun": "^0.19.0-alpha.0",
66-
"@novu/mailjet": "^0.19.0-alpha.0",
67-
"@novu/mandrill": "^0.19.0-alpha.0",
68-
"@novu/maqsam": "^0.19.0-alpha.0",
69-
"@novu/mattermost": "^0.19.0-alpha.0",
70-
"@novu/ms-teams": "^0.19.0-alpha.0",
71-
"@novu/netcore": "^0.19.0-alpha.0",
72-
"@novu/nodemailer": "^0.19.0-alpha.0",
73-
"@novu/one-signal": "^0.19.0-alpha.0",
74-
"@novu/outlook365": "^0.19.0-alpha.0",
75-
"@novu/plivo": "^0.19.0-alpha.0",
76-
"@novu/plunk": "^0.19.0-alpha.0",
77-
"@novu/postmark": "^0.19.0-alpha.0",
78-
"@novu/push-webhook": "^0.19.0-alpha.0",
79-
"@novu/resend": "^0.19.0-alpha.0",
80-
"@novu/sendchamp": "^0.19.0-alpha.0",
81-
"@novu/sendgrid": "^0.19.0-alpha.0",
82-
"@novu/sendinblue": "^0.19.0-alpha.0",
83-
"@novu/ses": "^0.19.0-alpha.0",
84-
"@novu/shared": "^0.19.0-alpha.2",
85-
"@novu/slack": "^0.19.0-alpha.0",
86-
"@novu/sms-central": "^0.19.0-alpha.0",
87-
"@novu/sms77": "^0.19.0-alpha.0",
88-
"@novu/sns": "^0.19.0-alpha.0",
89-
"@novu/sparkpost": "^0.19.0-alpha.0",
90-
"@novu/stateless": "^0.19.0-alpha.0",
91-
"@novu/telnyx": "^0.19.0-alpha.0",
92-
"@novu/termii": "^0.19.0-alpha.0",
93-
"@novu/testing": "^0.19.0-alpha.2",
94-
"@novu/twilio": "^0.19.0-alpha.0",
49+
"@novu/africas-talking": "^0.19.0",
50+
"@novu/apns": "^0.19.0",
51+
"@novu/burst-sms": "^0.19.0",
52+
"@novu/clickatell": "^0.19.0",
53+
"@novu/dal": "^0.19.0",
54+
"@novu/discord": "^0.19.0",
55+
"@novu/email-webhook": "^0.19.0",
56+
"@novu/emailjs": "^0.19.0",
57+
"@novu/expo": "^0.19.0",
58+
"@novu/fcm": "^0.19.0",
59+
"@novu/firetext": "^0.19.0",
60+
"@novu/forty-six-elks": "^0.19.0",
61+
"@novu/gupshup": "^0.19.0",
62+
"@novu/infobip": "^0.19.0",
63+
"@novu/kannel": "^0.19.0",
64+
"@novu/mailersend": "^0.19.0",
65+
"@novu/mailgun": "^0.19.0",
66+
"@novu/mailjet": "^0.19.0",
67+
"@novu/mandrill": "^0.19.0",
68+
"@novu/maqsam": "^0.19.0",
69+
"@novu/mattermost": "^0.19.0",
70+
"@novu/ms-teams": "^0.19.0",
71+
"@novu/netcore": "^0.19.0",
72+
"@novu/nodemailer": "^0.19.0",
73+
"@novu/one-signal": "^0.19.0",
74+
"@novu/outlook365": "^0.19.0",
75+
"@novu/plivo": "^0.19.0",
76+
"@novu/plunk": "^0.19.0",
77+
"@novu/postmark": "^0.19.0",
78+
"@novu/push-webhook": "^0.19.0",
79+
"@novu/resend": "^0.19.0",
80+
"@novu/sendchamp": "^0.19.0",
81+
"@novu/sendgrid": "^0.19.0",
82+
"@novu/sendinblue": "^0.19.0",
83+
"@novu/ses": "^0.19.0",
84+
"@novu/shared": "^0.19.0",
85+
"@novu/slack": "^0.19.0",
86+
"@novu/sms-central": "^0.19.0",
87+
"@novu/sms77": "^0.19.0",
88+
"@novu/sns": "^0.19.0",
89+
"@novu/sparkpost": "^0.19.0",
90+
"@novu/stateless": "^0.19.0",
91+
"@novu/telnyx": "^0.19.0",
92+
"@novu/termii": "^0.19.0",
93+
"@novu/testing": "^0.19.0",
94+
"@novu/twilio": "^0.19.0",
9595
"@sentry/node": "^7.12.1",
9696
"analytics-node": "^6.2.0",
9797
"bullmq": "^3.10.2",

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "novu",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"description": "On-Boarding Cli",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"typescript": "4.9.5"
3131
},
3232
"dependencies": {
33-
"@novu/shared": "^0.19.0-alpha.2",
33+
"@novu/shared": "^0.19.0",
3434
"analytics-node": "^6.2.0",
3535
"axios": "^1.3.3",
3636
"chalk": "4.1.2",

packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/client",
3-
"version": "0.19.0-alpha.2",
3+
"version": "0.19.0",
44
"repository": "https://github.com/novuhq/novu",
55
"description": "API client to be used in end user environments",
66
"main": "dist/cjs/index.js",
@@ -44,7 +44,7 @@
4444
"node": ">=10"
4545
},
4646
"dependencies": {
47-
"@novu/shared": "^0.19.0-alpha.2"
47+
"@novu/shared": "^0.19.0"
4848
},
4949
"devDependencies": {
5050
"@types/jest": "29.5.2",

0 commit comments

Comments
 (0)