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 Feb 2, 2024
1 parent 5a28dcc commit 08bd426
Show file tree
Hide file tree
Showing 91 changed files with 13,962 additions and 8,733 deletions.
22 changes: 11 additions & 11 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.22.0",
"version": "0.23.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -41,12 +41,12 @@
"@nestjs/swagger": "^7.1.8",
"@nestjs/terminus": "^10.0.1",
"@nestjs/throttler": "^5.0.1",
"@novu/application-generic": "^0.22.0",
"@novu/dal": "^0.22.0",
"@novu/node": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/stateless": "^0.22.0",
"@novu/testing": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/dal": "^0.23.0",
"@novu/node": "^0.23.0",
"@novu/shared": "^0.23.0",
"@novu/stateless": "^0.23.0",
"@novu/testing": "^0.23.0",
"@sendgrid/mail": "^8.1.0",
"@sentry/hub": "^7.40.0",
"@sentry/node": "^7.40.0",
Expand All @@ -67,6 +67,7 @@
"handlebars": "^4.7.7",
"hat": "^0.0.3",
"helmet": "^6.0.1",
"i18next": "^23.7.6",
"ioredis": "5.3.2",
"jsonwebtoken": "9.0.0",
"lodash": "^4.17.15",
Expand All @@ -88,8 +89,7 @@
"slugify": "^1.4.6",
"swagger-ui-express": "^4.4.0",
"twilio": "^4.14.1",
"uuid": "^8.3.2",
"i18next": "^23.7.6"
"uuid": "^8.3.2"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0",
Expand Down Expand Up @@ -117,8 +117,8 @@
"typescript": "4.9.5"
},
"optionalDependencies": {
"@novu/ee-auth": "^0.22.0",
"@novu/ee-translation": "^0.22.0"
"@novu/ee-auth": "^0.23.0",
"@novu/ee-translation": "^0.23.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
8 changes: 4 additions & 4 deletions apps/inbound-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/inbound-mail",
"version": "0.22.0",
"version": "0.23.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.22.0",
"@novu/shared": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/shared": "^0.23.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.22.0",
"@novu/testing": "^0.23.0",
"@types/chai": "^4.2.11",
"@types/express": "^4.17.8",
"@types/html-to-text": "^9.0.1",
Expand Down
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/web",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"scripts": {
"start": "cross-env PORT=4200 react-app-rewired start",
Expand Down Expand Up @@ -52,11 +52,12 @@
"@mantine/notifications": "^5.7.1",
"@mantine/prism": "^5.7.1",
"@mantine/spotlight": "^5.7.1",
"@novu/design-system": "^0.22.0",
"@novu/notification-center": "^0.22.0",
"@novu/shared": "^0.22.0",
"@monaco-editor/react": "^4.6.0",
"@novu/design-system": "^0.23.0",
"@novu/notification-center": "^0.23.0",
"@novu/shared": "^0.23.0",
"@novu/shared-web": "^0.23.0",
"@segment/analytics-next": "^1.48.0",
"@novu/shared-web": "^0.22.0",
"@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@storybook/addon-docs": "^7.4.2",
Expand All @@ -70,8 +71,6 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-table": "^7.7.12",
"@monaco-editor/react": "^4.6.0",
"monaco-editor": "^0.45.0",
"ace-builds": "^1.4.12",
"antd": "^4.10.0",
"autoprefixer": "^9.8.6",
Expand All @@ -93,6 +92,7 @@
"lodash.get": "^4.3.2",
"lodash.isequal": "^4.5.0",
"lodash.set": "^4.3.2",
"monaco-editor": "^0.45.0",
"polished": "^4.1.3",
"react": "^17.0.1",
"react-ace": "^9.4.3",
Expand All @@ -108,12 +108,12 @@
"react-helmet-async": "^1.3.0",
"react-hook-form": "7.43.9",
"react-is": "^18.2.0",
"react-joyride": "^2.5.3",
"react-password-strength-bar": "^0.4.1",
"react-router-dom": "6.2.2",
"react-syntax-highlighter": "^15.4.3",
"react-table": "^7.8.0",
"react-use-intercom": "^2.0.0",
"react-joyride": "^2.5.3",
"rimraf": "^3.0.2",
"slugify": "^1.4.6",
"storybook-dark-mode": "^3.0.1",
Expand All @@ -125,16 +125,16 @@
"zod": "^3.22.4"
},
"optionalDependencies": {
"@novu/ee-translation-web": "^0.22.0"
"@novu/ee-translation-web": "^0.23.0"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.20.13",
"@novu/dal": "^0.22.0",
"@novu/testing": "^0.22.0",
"@novu/dal": "^0.23.0",
"@novu/testing": "^0.23.0",
"@storybook/addon-actions": "^7.4.2",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
Expand Down Expand Up @@ -192,4 +192,4 @@
}
]
}
}
}
12 changes: 6 additions & 6 deletions apps/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/webhook",
"version": "0.22.0",
"version": "0.23.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -26,11 +26,11 @@
"@nestjs/core": "^10.2.2",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.22.0",
"@novu/dal": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/stateless": "^0.22.0",
"@novu/testing": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/dal": "^0.23.0",
"@novu/shared": "^0.23.0",
"@novu/stateless": "^0.23.0",
"@novu/testing": "^0.23.0",
"@sentry/node": "^7.66.0",
"axios": "^1.6.2",
"class-transformer": "^0.5.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/widget",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@emotion/styled": "^11.6.0",
"@mantine/core": "4.2.12",
"@mantine/hooks": "4.2.12",
"@novu/notification-center": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/notification-center": "^0.23.0",
"@novu/shared": "^0.23.0",
"antd": "^4.10.0",
"babel-plugin-import": "^1.13.3",
"chroma-js": "^2.4.2",
Expand Down Expand Up @@ -63,8 +63,8 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.22.0",
"@novu/testing": "^0.22.0",
"@novu/dal": "^0.23.0",
"@novu/testing": "^0.23.0",
"@types/jest": "^29.5.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
Expand Down
14 changes: 7 additions & 7 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "0.22.0",
"version": "0.23.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -30,11 +30,11 @@
"@nestjs/platform-express": "^10.2.2",
"@nestjs/swagger": "^7.1.9",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.22.0",
"@novu/dal": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/stateless": "^0.22.0",
"@novu/testing": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/dal": "^0.23.0",
"@novu/shared": "^0.23.0",
"@novu/stateless": "^0.23.0",
"@novu/testing": "^0.23.0",
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@types/newrelic": "^9.13.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"typescript": "4.9.5"
},
"optionalDependencies": {
"@novu/ee-translation": "^0.22.0"
"@novu/ee-translation": "^0.23.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
10 changes: 5 additions & 5 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.22.0",
"version": "0.23.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.22.0",
"@novu/dal": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/testing": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/dal": "^0.23.0",
"@novu/shared": "^0.23.0",
"@novu/testing": "^0.23.0",
"@sentry/node": "^7.30.0",
"@socket.io/redis-adapter": "^7.2.0",
"class-transformer": "^0.5.1",
Expand Down
14 changes: 7 additions & 7 deletions enterprise/packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-auth",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"symlink": "ln -s ../../../.source/auth/src ./src"
},
"dependencies": {
"@novu/dal": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/application-generic": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/dal": "^0.23.0",
"@novu/shared": "^0.23.0",
"passport-google-oauth": "^2.0.0"
},
"devDependencies": {
Expand All @@ -32,10 +32,10 @@
"typescript": "4.9.5"
},
"peerDependencies": {
"@nestjs/passport": "9.0.3",
"@nestjs/common": "10.2.2",
"@nestjs/jwt": "10.2.0",
"passport-oauth2": "^1.6.1",
"passport": "0.6.0"
"@nestjs/passport": "9.0.3",
"passport": "0.6.0",
"passport-oauth2": "^1.6.1"
}
}
6 changes: 3 additions & 3 deletions enterprise/packages/libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-dal",
"version": "0.22.0",
"version": "0.23.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -19,8 +19,8 @@
"license": "ISC",
"main": "dist/index.js",
"dependencies": {
"@novu/shared": "^0.22.0",
"@novu/dal": "^0.22.0",
"@novu/dal": "^0.23.0",
"@novu/shared": "^0.23.0",
"mongoose": "^7.5.0",
"mongoose-delete": "^1.0.1",
"rimraf": "^3.0.2"
Expand Down
26 changes: 13 additions & 13 deletions enterprise/packages/translation-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-translation-web",
"version": "0.22.0",
"version": "0.23.0",
"description": "",
"repository": "https://github.com/novuhq/novu",
"license": "ISC",
Expand Down Expand Up @@ -28,25 +28,25 @@
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@handlebars/parser": "^2.1.0",
"@mantine/core": "^5.7.1",
"@mantine/hooks": "^5.7.1",
"@novu/client": "0.22.0",
"@novu/design-system": "0.22.0",
"@novu/shared": "0.22.0",
"@novu/shared-web": "0.22.0",
"@tanstack/react-query": "^4.20.4",
"@mantine/prism": "^5.7.1",
"@monaco-editor/react": "^4.6.0",
"monaco-editor": "^0.45.0",
"@novu/client": "^0.23.0",
"@novu/design-system": "^0.23.0",
"@novu/shared": "^0.23.0",
"@novu/shared-web": "^0.23.0",
"@tanstack/react-query": "^4.20.4",
"axios": "^1.4.0",
"slugify": "^1.4.6",
"date-fns": "^2.29.2",
"react-hook-form": "7.43.9",
"react-router-dom": "6.2.2",
"eslint": "^8.33.0",
"eslint-plugin-react-hooks": "^4.4.0",
"tslib": "^2.3.1",
"@mantine/prism": "^5.7.1",
"@handlebars/parser": "^2.1.0"
"monaco-editor": "^0.45.0",
"react-hook-form": "7.43.9",
"react-router-dom": "6.2.2",
"slugify": "^1.4.6",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/node": "^18.11.12",
Expand Down
8 changes: 4 additions & 4 deletions enterprise/packages/translation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-translation",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"dependencies": {
"@handlebars/parser": "^2.1.0",
"@nestjs/swagger": "^7.1.8",
"@novu/application-generic": "^0.22.0",
"@novu/ee-dal": "^0.22.0",
"@novu/shared": "^0.22.0",
"@novu/application-generic": "^0.23.0",
"@novu/ee-dal": "^0.23.0",
"@novu/shared": "^0.23.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"multer": "^1.4.5-lts.1",
Expand Down

0 comments on commit 08bd426

Please sign in to comment.