Skip to content

Commit

Permalink
chore(release): publish - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Oct 27, 2023
1 parent 2581346 commit 4228d9c
Show file tree
Hide file tree
Showing 73 changed files with 12,946 additions and 8,060 deletions.
14 changes: 7 additions & 7 deletions apps/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.20.0",
"version": "0.21.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -38,12 +38,12 @@
"@nestjs/platform-express": "^10.2.2",
"@nestjs/swagger": "^7.1.8",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.20.0",
"@novu/dal": "^0.20.0",
"@novu/node": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/stateless": "^0.20.0",
"@novu/testing": "^0.20.0",
"@novu/application-generic": "^0.21.0",
"@novu/dal": "^0.21.0",
"@novu/node": "^0.21.0",
"@novu/shared": "^0.21.0",
"@novu/stateless": "^0.21.0",
"@novu/testing": "^0.21.0",
"@sendgrid/mail": "^7.6.0",
"@sentry/hub": "^7.40.0",
"@sentry/node": "^7.40.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/inbound-mail/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/inbound-mail",
"version": "0.20.0",
"version": "0.21.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -19,8 +19,8 @@
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --trace-warnings --timeout 10000 --require ts-node/register --exit --file e2e/setup.ts src/**/**/*.spec.ts"
},
"dependencies": {
"@novu/application-generic": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/application-generic": "^0.21.0",
"@novu/shared": "^0.21.0",
"@sentry/node": "^7.12.1",
"bluebird": "^2.9.30",
"dotenv": "^8.6.0",
Expand All @@ -39,7 +39,7 @@
"winston": "^3.9.0"
},
"devDependencies": {
"@novu/testing": "^0.20.0",
"@novu/testing": "^0.21.0",
"@types/chai": "^4.2.11",
"@types/express": "^4.17.8",
"@types/html-to-text": "^9.0.1",
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/web",
"version": "0.20.0",
"version": "0.21.0",
"private": true,
"scripts": {
"start": "cross-env PORT=4200 react-app-rewired start",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@mantine/notifications": "^5.7.1",
"@mantine/prism": "^5.7.1",
"@mantine/spotlight": "^5.7.1",
"@novu/design-system": "^0.20.0",
"@novu/notification-center": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/design-system": "^0.21.0",
"@novu/notification-center": "^0.21.0",
"@novu/shared": "^0.21.0",
"@segment/analytics-next": "^1.48.0",
"@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0",
Expand Down Expand Up @@ -125,8 +125,8 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.20.13",
"@novu/dal": "^0.20.0",
"@novu/testing": "^0.20.0",
"@novu/dal": "^0.21.0",
"@novu/testing": "^0.21.0",
"@storybook/addon-actions": "^7.4.2",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
Expand All @@ -147,10 +147,10 @@
"http-server": "^0.13.0",
"less-loader": "4.1.0",
"nodemon": "^3.0.1",
"react-scripts": "^5.0.1",
"react-app-rewired": "^2.2.1",
"react-error-overlay": "6.0.11",
"react-joyride": "^2.5.3",
"react-scripts": "^5.0.1",
"storybook": "^7.4.2",
"typescript": "4.9.5",
"webpack": "^5.74.0",
Expand Down Expand Up @@ -185,4 +185,4 @@
}
]
}
}
}
12 changes: 6 additions & 6 deletions apps/webhook/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/webhook",
"version": "0.20.0",
"version": "0.21.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -25,11 +25,11 @@
"@nestjs/core": "^10.2.2",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.20.0",
"@novu/dal": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/stateless": "^0.20.0",
"@novu/testing": "^0.20.0",
"@novu/application-generic": "^0.21.0",
"@novu/dal": "^0.21.0",
"@novu/shared": "^0.21.0",
"@novu/stateless": "^0.21.0",
"@novu/testing": "^0.21.0",
"@sentry/node": "^7.66.0",
"axios": "^1.3.3",
"class-transformer": "^0.5.1",
Expand Down
14 changes: 7 additions & 7 deletions apps/widget/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/widget",
"version": "0.20.0",
"version": "0.21.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@emotion/styled": "^11.6.0",
"@mantine/core": "4.2.12",
"@mantine/hooks": "4.2.12",
"@novu/notification-center": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/notification-center": "^0.21.0",
"@novu/shared": "^0.21.0",
"antd": "^4.10.0",
"babel-plugin-import": "^1.13.3",
"chroma-js": "^2.4.2",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.20.0",
"@novu/testing": "^0.20.0",
"@novu/dal": "^0.21.0",
"@novu/testing": "^0.21.0",
"@types/jest": "^29.5.0",
"@types/node": "^12.0.0",
"@types/react": "17.0.62",
Expand All @@ -79,8 +79,8 @@
"jest": "27.5.1",
"less": "^4.1.0",
"less-loader": "4.1.0",
"react-scripts": "^5.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"typescript": "4.9.5",
"webpack": "5.78.0",
"webpack-dev-server": "4.11.1"
Expand Down Expand Up @@ -127,4 +127,4 @@
"eslint"
]
}
}
}
12 changes: 6 additions & 6 deletions apps/worker/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "0.20.0",
"version": "0.21.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -29,11 +29,11 @@
"@nestjs/platform-express": "^10.2.2",
"@nestjs/swagger": "^7.1.9",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.20.0",
"@novu/dal": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/stateless": "^0.20.0",
"@novu/testing": "^0.20.0",
"@novu/application-generic": "^0.21.0",
"@novu/dal": "^0.21.0",
"@novu/shared": "^0.21.0",
"@novu/stateless": "^0.21.0",
"@novu/testing": "^0.21.0",
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@types/newrelic": "^9.13.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/ws/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.20.0",
"version": "0.21.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -28,10 +28,10 @@
"@nestjs/swagger": "^7.1.9",
"@nestjs/terminus": "^10.0.1",
"@nestjs/websockets": "^10.2.2",
"@novu/application-generic": "^0.20.0",
"@novu/dal": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/testing": "^0.20.0",
"@novu/application-generic": "^0.21.0",
"@novu/dal": "^0.21.0",
"@novu/shared": "^0.21.0",
"@novu/testing": "^0.21.0",
"@sentry/node": "^7.30.0",
"@socket.io/redis-adapter": "^7.2.0",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"message": "chore(release): publish - ci skip"
}
},
"version": "0.20.0"
"version": "0.21.0"
}
4 changes: 2 additions & 2 deletions libs/dal/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/dal",
"version": "0.20.0",
"version": "0.21.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@aws-sdk/client-s3": "^3.382.0",
"@aws-sdk/s3-request-presigner": "^3.382.0",
"@faker-js/faker": "^6.0.0",
"@novu/shared": "^0.20.0",
"@novu/shared": "^0.21.0",
"@sendgrid/mail": "^7.4.2",
"JSONStream": "^1.3.5",
"archiver": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions libs/design-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/design-system",
"version": "0.20.0",
"version": "0.21.0",
"repository": "https://github.com/novuhq/novu",
"description": "",
"private": true,
Expand Down Expand Up @@ -32,9 +32,9 @@
"devDependencies": {
"@storybook/addon-actions": "^7.5.0",
"@storybook/addon-docs": "^7.4.2",
"@storybook/theming": "^7.4.2",
"@storybook/react": "^7.4.2",
"@storybook/react-webpack5": "^7.4.2",
"@storybook/theming": "^7.4.2",
"@types/node": "^18.11.12",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
Expand Down Expand Up @@ -69,8 +69,8 @@
"@mantine/core": "^5.7.1",
"@mantine/hooks": "^5.7.1",
"@mantine/notifications": "^5.7.1",
"@novu/client": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/client": "^0.21.0",
"@novu/shared": "^0.21.0",
"react-hook-form": "7.43.9",
"react-table": "^7.8.0",
"tslib": "^2.3.1"
Expand Down
4 changes: 2 additions & 2 deletions libs/embed/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/embed",
"version": "0.20.0",
"version": "0.21.0",
"private": true,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -116,7 +116,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@novu/notification-center": "^0.20.0",
"@novu/notification-center": "^0.21.0",
"@types/iframe-resizer": "^3.5.8",
"iframe-resizer": "^4.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/shared",
"version": "0.20.0",
"version": "0.21.0",
"description": "",
"scripts": {
"start": "npm run start:dev",
Expand Down
6 changes: 3 additions & 3 deletions libs/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@novu/testing",
"version": "0.20.0",
"version": "0.21.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,8 +22,8 @@
"types": "dist/index.d.ts",
"dependencies": {
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.20.0",
"@novu/shared": "^0.20.0",
"@novu/dal": "^0.21.0",
"@novu/shared": "^0.21.0",
"JSONStream": "^1.3.5",
"async": "^3.2.0",
"axios": "^1.3.3",
Expand Down

0 comments on commit 4228d9c

Please sign in to comment.