Skip to content

Commit

Permalink
chore(root): Release version 2.1.0 for all applications (#7142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Nov 27, 2024
1 parent 81f3051 commit 9225ea9
Show file tree
Hide file tree
Showing 26 changed files with 143 additions and 62 deletions.
7 changes: 6 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "2.0.9",
"version": "2.1.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -132,5 +132,10 @@
"@novu/ee-billing": "workspace:*",
"@novu/ee-shared-services": "workspace:*",
"@novu/ee-translation": "workspace:*"
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.6",
"version": "2.1.0",
"type": "module",
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -116,5 +116,10 @@
},
"peerDependencies": {
"@novu/web": "workspace:*"
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.6",
"version": "2.1.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -62,5 +62,10 @@
"ts-node": "~10.9.1",
"tsconfig-paths": "~4.1.0",
"typescript": "5.6.2"
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.7",
"version": "2.1.0",
"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 Expand Up @@ -207,5 +207,10 @@
}
}
]
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.6",
"version": "2.1.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -79,5 +79,10 @@
"@nestjs/platform-socket.io",
"@nestjs/platform-socket.io/**"
]
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.4",
"version": "2.1.0",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
Expand Down Expand Up @@ -121,5 +121,10 @@
"**/@babel",
"**/@babel/**"
]
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.6",
"version": "2.1.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -92,5 +92,10 @@
"@novu/ee-billing": "workspace:*",
"@novu/ee-shared-services": "workspace:*",
"@novu/ee-translation": "workspace:*"
},
"nx": {
"tags": [
"type:app"
]
}
}
7 changes: 6 additions & 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.6",
"version": "2.1.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -84,5 +84,10 @@
"@nestjs/platform-socket.io",
"@nestjs/platform-socket.io/**"
]
},
"nx": {
"tags": [
"type:app"
]
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"message": "chore(release): publish - ci skip"
}
},
"version": "2.0.1"
"version": "2.1.0"
}
60 changes: 42 additions & 18 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,51 @@
"extends": "@nx/workspace/presets/npm.json",
"release": {
"changelog": {
"workspaceChangelog": true,
"workspaceChangelog": false,
"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
"conventionalCommits": true,
"groups": {
"apps": {
"projects": [
"@novu/api",
"@novu/dashboard",
"@novu/inbound-mail",
"@novu/web",
"@novu/webhook",
"@novu/widget",
"@novu/worker",
"@novu/ws"
],
"projectsRelationship": "independent",
"version": {
"generatorOptions": {
"preserveLocalDependencyProtocols": true
}
}
},
"packages": {
"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
}
}
}
}
},
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:dashboard": "nx build @novu/dashboard",
"build:embed": "nx build @novu/embed",
"build:inbound-mail": "nx build @novu/inbound-mail",
"build:packages": "nx run-many --target=build --all --projects=tag:package:public",
"build:packages": "nx run-many --target=build --all --projects=tag:type:package",
"build:storybook": "nx run @novu/design-system:build-storybook",
"build:web:for-dashboard": "nx build:web:for-dashboard @novu/web",
"build:web": "nx build @novu/web",
Expand Down Expand Up @@ -39,9 +39,10 @@
"pnpm-context": "node scripts/pnpm-context.mjs",
"prebuild": "nx run-many --target=prebuild --all",
"preinstall": "npx only-allow pnpm",
"preview:pkg:build": "nx affected -t build --base=origin/next --head=HEAD --exclude='*,!tag:package:public'",
"preview:pkg:build": "nx affected -t build --base=origin/next --head=HEAD --exclude='*,!tag:type:package'",
"preview:pkg:publish": "node scripts/publish-preview-packages.mjs",
"release": "node scripts/release.mjs",
"release:version:apps": "nx release version --projects=tag:type:app",
"setup:project": "npx --yes [email protected] i && node scripts/setup-env-files.js && pnpm build",
"start:api:dev": "cross-env nx run @novu/api:start:dev",
"start:api:test": "cross-env nx run-many --target=start:test --projects=@novu/api",
Expand Down Expand Up @@ -83,12 +84,11 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"nx": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/workspace": "20.1.2",
"@nx/plugin": "20.1.2",
"@nx/workspace": "20.1.2",
"@octokit/core": "^4.0.0",
"@pandacss/eslint-plugin": "^0.1.9",
"@pnpm/filter-workspace-packages": "^7.0.6",
Expand Down Expand Up @@ -168,6 +168,8 @@
"markdownlint-cli": "^0.33.0",
"meow": "^10.1.3",
"mississippi": "^4.0.0",
"nx": "20.1.2",
"nx-cloud": "19.1.0",
"ora": "~5.4.1",
"pkg-pr-new": "^0.0.24",
"pnpm": "9.11.0",
Expand All @@ -182,7 +184,7 @@
"typescript": "5.6.2",
"typescript-eslint": "^8.3.0",
"wait-port": "^0.3.0",
"nx-cloud": "19.1.0"
"yargs": "^17.7.2"
},
"workspaces": {
"packages": [
Expand Down Expand Up @@ -239,6 +241,6 @@
"@types/mocha": "^10.0.8",
"rollup@>=4.0.0 <4.22.4": "^4.22.4",
"@nestjs/common@>=10.0.0 <11.0.0": "10.4.1"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/notification-center-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/notification-center-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/novu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"nx": {
"tags": [
"package:public"
"type:package"
]
}
}
Loading

0 comments on commit 9225ea9

Please sign in to comment.