Skip to content

Commit

Permalink
chore(root): Release npm packages (#7073)
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros authored Nov 20, 2024
1 parent 913eef0 commit b77f493
Show file tree
Hide file tree
Showing 47 changed files with 1,822 additions and 2,266 deletions.
69 changes: 35 additions & 34 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
"xkeysib",
"xyflow",
"zulip",
"zwnj",
"zwnj"
],
"flagWords": [],
"patterns": [
Expand Down Expand Up @@ -762,47 +762,48 @@
"projectIds"
],
"ignorePaths": [
"apps/api/src/app/workflows-v2/maily-test-data.ts",
"apps/api/src/.env.test",
"apps/ws/src/.env.test",
"apps/ws/src/.example.env",
"apps/web/playwright.config.ts",
".cspell.json",
"package.json",
"package-lock.json",
"tsconfig.json",
"node_modules/**",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
"novu.code-workspace",
"libs/application-generic/src/.env.test",
"packages/notification-center/src/i18n/languages/**",
"packages/notification-center/rollup.config.mjs",
"packages/js/tsup.config.ts",
"apps/widget/public/iframeResizer.contentWindow.js",
".vscode/settings.json",
"*/**/.vscode/settings.json",
"apps/worker/README.md",
".gitignore",
"angular.json",
"ng-package.json",
"packages/shared/src/types/timezones/timezones.types.ts",
"*.riv",
"websockets",
"apps/api/src/app/workflows-v2/usecases/validate-content/validate-placeholders/validate-placeholder.usecase.ts",
".env",
".env.development",
".env.local",
".env.production",
".env.test",
".env",
".example.env",
".gitignore",
".vscode/settings.json",
"*.riv",
"*/**/.vscode/settings.json",
"*/**/CHANGELOG.md",
"angular.json",
"apps/api/src/.env.test",
"apps/api/src/app/analytics/usecases/hubspot-identify-form/hubspot-identify-form.usecase.ts",
"apps/api/src/app/workflows-v2/maily-test-data.ts",
"apps/api/src/app/workflows-v2/usecases/validate-content/validate-placeholders/validate-placeholder.usecase.ts",
"apps/dashboard/eslint.config.js",
"apps/web/env.sh",
"apps/web/playwright.config.ts",
"apps/web/src/pages/playground/web-container-configuration/sandbox-vite/*.ts",
"apps/web/src/studio/components/workflows/step-editor/editor/files.ts",
"apps/widget/public/iframeResizer.contentWindow.js",
"apps/worker/README.md",
"apps/ws/src/.env.test",
"apps/ws/src/.example.env",
"libs/application-generic/src/.env.test",
"ng-package.json",
"node_modules/**",
"novu.code-workspace",
"package-lock.json",
"package.json",
"packages/framework/src/jsonSchemaFaker.js",
"packages/js/src/ui/index.directcss",
"packages/js/tsup.config.ts",
"packages/notification-center/rollup.config.mjs",
"packages/notification-center/src/i18n/languages/**",
"packages/shared/src/types/timezones/timezones.types.ts",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
"tsconfig.json",
"unreadRead",
"apps/web/src/studio/components/workflows/step-editor/editor/files.ts",
"apps/web/src/pages/playground/web-container-configuration/sandbox-vite/*.ts",
"apps/api/src/app/analytics/usecases/hubspot-identify-form/hubspot-identify-form.usecase.ts",
"apps/dashboard/eslint.config.js",
"packages/framework/src/jsonSchemaFaker.js"
"websockets"
]
}
6 changes: 2 additions & 4 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.1",
"version": "2.0.3",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -99,8 +99,7 @@
"twilio": "^4.14.1",
"uuid": "^8.3.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3",
"json-schema-to-ts": "^3.0.0"
"zod-to-json-schema": "^3.23.3"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0",
Expand All @@ -127,7 +126,6 @@
"tsconfig-paths": "~4.1.0",
"typescript": "5.6.2"
},

"optionalDependencies": {
"@novu/ee-auth": "workspace:*",
"@novu/ee-billing": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novu/dashboard",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.0.2",
"description": "",
"author": "",
"private": true,
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.1",
"version": "2.0.2",
"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
2 changes: 1 addition & 1 deletion apps/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/webhook",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"author": "",
"private": true,
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.1",
"version": "2.0.2",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
Expand Down
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "2.0.1",
"version": "2.0.2",
"description": "description",
"author": "",
"private": "true",
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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.0.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
6 changes: 3 additions & 3 deletions libs/automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint:fix": "pnpm lint -- --fix"
},
"dependencies": {
"@nx/devkit": "^16.10.0"
"@nx/devkit": "20.1.2"
},
"devDependencies": {
"@nx/js": "^16.10.0",
"@nx/js": "20.1.2",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@types/jest": "^29.4.0",
"@types/node": "^20.15.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"knip": "^5.11.0",
"nx": "^16.10.0",
"nx": "20.1.2",
"ts-jest": "^29.1.0",
"typescript": "5.6.2",
"verdaccio": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/dal",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"private": true,
"scripts": {
Expand Down
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.1",
"version": "2.0.2",
"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.1",
"version": "2.0.2",
"private": true,
"description": "",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions libs/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/notifications",
"version": "1.0.0",
"version": "1.0.1",
"description": "Novu notification templates and workflows",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -47,4 +47,4 @@
"LICENSE",
"README.md"
]
}
}
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.1",
"version": "2.0.2",
"description": "",
"private": true,
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"migrations": [
{
"version": "20.0.0-beta.7",
"description": "Migration for v20.0.0-beta.7",
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process",
"package": "nx",
"name": "move-use-daemon-process"
},
{
"version": "20.0.1",
"description": "Set `useLegacyCache` to true for migrating workspaces",
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
"x-repair-skip": true,
"package": "nx",
"name": "use-legacy-cache"
}
]
}
32 changes: 31 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,32 @@
}
},
"extends": "@nx/workspace/presets/npm.json",
"release": {
"changelog": {
"workspaceChangelog": true,
"projectChangelogs": true
},
"projects": [
"novu",
"@novu/client",
"@novu/framework",
"@novu/headless",
"@novu/js",
"@novu/react",
"@novu/react-native",
"@novu/nextjs",
"@novu/node",
"@novu/providers",
"@novu/shared",
"@novu/stateless"
],
"projectsRelationship": "independent",
"version": {
"generatorOptions": {
"preserveLocalDependencyProtocols": true
}
}
},
"tasksRunnerOptions": {
"default": {
"options": {
Expand All @@ -26,5 +52,9 @@
}
},
"useInferencePlugins": false,
"defaultBase": "main"
"defaultBase": "main",
"useLegacyCache": true,
"generatorOptions": {
"preserveLocalDependencyProtocols": true
}
}
Loading

0 comments on commit b77f493

Please sign in to comment.