Skip to content

Commit

Permalink
chore(release): publish - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Sep 10, 2024
1 parent e52cbbe commit 482107f
Show file tree
Hide file tree
Showing 12 changed files with 380 additions and 159 deletions.
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.24.1",
"version": "0.24.2",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@nestjs/swagger": "^7.1.8",
"@nestjs/terminus": "^10.0.1",
"@nestjs/throttler": "^5.0.1",
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/dal": "^0.24.1",
"@novu/node": "^0.24.1",
"@novu/shared": "^0.24.1",
Expand Down Expand Up @@ -117,9 +117,9 @@
"typescript": "4.9.5"
},
"optionalDependencies": {
"@novu/ee-auth": "^0.24.1",
"@novu/ee-billing": "^0.24.1",
"@novu/ee-translation": "^0.24.1"
"@novu/ee-auth": "^0.24.2",
"@novu/ee-billing": "^0.24.2",
"@novu/ee-translation": "^0.24.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
4 changes: 2 additions & 2 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.24.1",
"version": "0.24.2",
"description": "",
"author": "",
"private": true,
Expand All @@ -19,7 +19,7 @@
"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.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/shared": "^0.24.1",
"@sentry/node": "^7.12.1",
"bluebird": "^2.9.30",
Expand Down
4 changes: 2 additions & 2 deletions apps/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/webhook",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "",
"private": true,
Expand All @@ -26,7 +26,7 @@
"@nestjs/core": "^10.2.2",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/dal": "^0.24.1",
"@novu/shared": "^0.24.1",
"@novu/stateless": "^0.24.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "0.24.1",
"version": "0.24.2",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nestjs/platform-express": "^10.2.2",
"@nestjs/swagger": "^7.1.9",
"@nestjs/terminus": "^10.0.1",
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/dal": "^0.24.1",
"@novu/shared": "^0.24.1",
"@novu/stateless": "^0.24.1",
Expand Down Expand Up @@ -84,8 +84,8 @@
"typescript": "4.9.5"
},
"optionalDependencies": {
"@novu/ee-billing": "^0.24.1",
"@novu/ee-translation": "^0.24.1"
"@novu/ee-billing": "^0.24.2",
"@novu/ee-translation": "^0.24.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
4 changes: 2 additions & 2 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -28,7 +28,7 @@
"@nestjs/swagger": "^7.1.9",
"@nestjs/terminus": "^10.0.1",
"@nestjs/websockets": "^10.2.2",
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/dal": "^0.24.1",
"@novu/shared": "^0.24.1",
"@novu/testing": "^0.24.1",
Expand Down
4 changes: 2 additions & 2 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.24.1",
"version": "0.24.2",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"test-ee": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file tests/setup.ts src/**/**/*.spec.ts"
},
"dependencies": {
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/dal": "^0.24.1",
"@novu/shared": "^0.24.1",
"passport-google-oauth": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions enterprise/packages/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-billing",
"version": "0.24.1",
"version": "0.24.2",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@nestjs/swagger": "^7.1.8",
"@nestjs/throttler": "^5.0.1",
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/ee-dal": "^0.24.1",
"@novu/shared": "^0.24.1",
"class-transformer": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 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.24.1",
"version": "0.24.2",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@handlebars/parser": "^2.1.0",
"@nestjs/swagger": "^7.1.8",
"@novu/application-generic": "^0.24.1",
"@novu/application-generic": "^0.24.2",
"@novu/ee-dal": "^0.24.1",
"@novu/shared": "^0.24.1",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"message": "chore(release): publish - ci skip"
}
},
"version": "0.24.1"
"version": "0.24.2"
}
4 changes: 2 additions & 2 deletions packages/application-generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/application-generic",
"version": "0.24.1",
"version": "0.24.2",
"description": "Generic backend code used inside of Novu's different services",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@novu/email-webhook": "^0.24.1",
"@novu/emailjs": "^0.24.1",
"@novu/expo": "^0.24.1",
"@novu/fcm": "^0.24.1",
"@novu/fcm": "^0.24.2",
"@novu/firetext": "^0.24.1",
"@novu/forty-six-elks": "^0.24.1",
"@novu/generic-sms": "^0.24.1",
Expand Down
Loading

0 comments on commit 482107f

Please sign in to comment.