Skip to content

Commit

Permalink
feat(root): release 2.0.1 for all major packages (#6925)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrcury authored Nov 11, 2024
1 parent 798cfd9 commit 47aa5de
Show file tree
Hide file tree
Showing 30 changed files with 78 additions and 52 deletions.
13 changes: 7 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "2.0.0",
"version": "2.0.1",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -31,6 +31,7 @@
"dependencies": {
"@godaddy/terminus": "^4.12.1",
"@google-cloud/storage": "^6.2.3",
"@maily-to/render": "^0.0.12",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
Expand All @@ -56,8 +57,6 @@
"@sentry/tracing": "^7.40.0",
"@types/newrelic": "^9.14.0",
"@upstash/ratelimit": "^0.4.4",
"zod-to-json-schema": "^3.23.3",
"@maily-to/render": "^0.0.12",
"axios": "^1.6.8",
"bcrypt": "^5.0.0",
"body-parser": "^1.20.0",
Expand All @@ -73,6 +72,7 @@
"helmet": "^6.0.1",
"i18next": "^23.7.6",
"ioredis": "5.3.2",
"json-schema-to-ts": "^3.0.0",
"jsonwebtoken": "9.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.20",
Expand All @@ -92,9 +92,10 @@
"sanitize-html": "^2.4.0",
"shortid": "^2.2.16",
"swagger-ui-express": "^4.4.0",
"twilio": "^4.14.1","zod": "^3.23.8",
"json-schema-to-ts": "^3.0.0",
"uuid": "^8.3.2"
"twilio": "^4.14.1",
"uuid": "^8.3.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0",
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": "2.0.0",
"version": "2.0.1",
"description": "",
"author": "",
"private": true,
Expand All @@ -23,8 +23,8 @@
"@novu/shared": "workspace:*",
"@sentry/browser": "^8.33.1",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.33.1",
"@sentry/nestjs": "^8.33.1",
"@sentry/node": "^8.33.1",
"@sentry/profiling-node": "^8.33.1",
"@sentry/tracing": "^7.40.0",
"bluebird": "^2.9.30",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/web",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "pnpm panda --watch & cross-env NODE_OPTIONS=--max_old_space_size=8192 DISABLE_ESLINT_PLUGIN=true PORT=4200 react-app-rewired start",
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": "2.0.0",
"version": "2.0.1",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -33,8 +33,8 @@
"@novu/testing": "workspace:*",
"@sentry/browser": "^8.33.1",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.33.1",
"@sentry/nestjs": "^8.33.1",
"@sentry/node": "^8.33.1",
"@sentry/profiling-node": "^8.33.1",
"@sentry/tracing": "^7.40.0",
"axios": "^1.6.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/widget",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
Expand Down
4 changes: 2 additions & 2 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "2.0.0",
"version": "2.0.1",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@novu/testing": "workspace:*",
"@sentry/browser": "^8.33.1",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.33.1",
"@sentry/nestjs": "^8.33.1",
"@sentry/node": "^8.33.1",
"@sentry/profiling-node": "^8.33.1",
"@sentry/tracing": "^7.40.0",
"@types/newrelic": "^9.13.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-auth",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion enterprise/packages/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-billing",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion enterprise/packages/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-dal",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion enterprise/packages/shared-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-shared-services",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generic service used inside of Novu's different services - can not be depended on application-generic",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion enterprise/packages/translation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ee-translation",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down
11 changes: 9 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
"npmClient": "pnpm",
"useNx": true,
"useWorkspaces": true,
"packages": ["apps/*", "libs/*", "packages/*", "enterprise/packages/*", "enterprise/packages/*/*", "providers/*"],
"packages": [
"apps/*",
"libs/*",
"packages/*",
"enterprise/packages/*",
"enterprise/packages/*/*",
"providers/*"
],
"command": {
"publish": {
"message": "chore(release): publish - ci skip"
}
},
"version": "2.0.0"
"version": "2.0.1"
}
6 changes: 3 additions & 3 deletions libs/application-generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/application-generic",
"version": "2.0.0",
"version": "2.0.1",
"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 @@ -45,11 +45,11 @@
"@google-cloud/storage": "^6.2.3",
"@hokify/agenda": "^6.3.0",
"@novu/dal": "workspace:*",
"@novu/framework": "workspace:*",
"@novu/providers": "workspace:*",
"@novu/shared": "workspace:*",
"@novu/stateless": "workspace:*",
"@novu/testing": "workspace:*",
"@novu/framework": "workspace:*",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.40.2",
"@opentelemetry/context-async-hooks": "~1.19.0",
Expand Down Expand Up @@ -83,6 +83,7 @@
"launchdarkly-node-server-sdk": "^7.0.1",
"lodash": "^4.17.15",
"mixpanel": "^0.17.0",
"nanoid": "^3.1.20",
"nestjs-otel": "6.1.1",
"nestjs-pino": "4.1.0",
"node-fetch": "^3.2.10",
Expand All @@ -93,7 +94,6 @@
"rrule": "^2.7.2",
"rxjs": "7.8.1",
"sanitize-html": "^2.4.0",
"nanoid": "^3.1.20",
"shortid": "^2.2.16"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/automation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/automation",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/dal",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"private": true,
"scripts": {
Expand Down Expand Up @@ -47,10 +47,10 @@
"@typescript-eslint/parser": "^4.14.2",
"apollo-boost": "0.4.9",
"json-schema-to-ts": "^3.0.0",
"rimraf": "^3.0.2",
"supertest": "^7.0.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "~4.1.0",
"typescript": "5.6.2",
"rimraf": "^3.0.2",
"supertest": "^7.0.0"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/design-system",
"version": "2.0.0",
"version": "2.0.1",
"repository": "https://github.com/novuhq/novu",
"description": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion libs/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/embed",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion libs/novui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/novui",
"version": "2.0.0",
"version": "2.0.1",
"repository": "https://github.com/novuhq/novu",
"description": "Novu's Design System & Component Library",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/testing",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"private": true,
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/client",
"version": "2.0.0",
"version": "2.0.1",
"repository": "https://github.com/novuhq/novu",
"description": "API client to be used in end user environments",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -61,6 +61,8 @@
"singleQuote": true
},
"nx": {
"tags": ["package:public"]
"tags": [
"package:public"
]
}
}
6 changes: 4 additions & 2 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/headless",
"version": "2.0.0",
"version": "2.0.1",
"repository": "https://github.com/novuhq/novu",
"description": "Headless client package that is a thin abstraction layer over the API client + state and socket management",
"keywords": [],
Expand Down Expand Up @@ -48,6 +48,8 @@
"singleQuote": true
},
"nx": {
"tags": ["package:public"]
"tags": [
"package:public"
]
}
}
6 changes: 4 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/nest",
"version": "2.0.0",
"version": "2.0.1",
"description": "A nestjs wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -86,6 +86,8 @@
]
},
"nx": {
"tags": ["package:public"]
"tags": [
"package:public"
]
}
}
4 changes: 3 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
"singleQuote": true
},
"nx": {
"tags": ["package:public"]
"tags": [
"package:public"
]
}
}
6 changes: 4 additions & 2 deletions packages/notification-center-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/angular-workspace",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -39,6 +39,8 @@
"typescript": "5.6.2"
},
"nx": {
"tags": ["package:public"]
"tags": [
"package:public"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/notification-center-angular",
"version": "2.0.0",
"version": "2.0.1",
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/notification-center-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novu/notification-center-vue",
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"description": "Vue specific wrapper for notification-center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,6 +52,8 @@
]
},
"nx": {
"tags": ["package:public"]
"tags": [
"package:public"
]
}
}
Loading

0 comments on commit 47aa5de

Please sign in to comment.