Skip to content

Commit

Permalink
chore(root): Release 2.0.0 packages (#6403)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Aug 28, 2024
1 parent 76f4f76 commit f4042a2
Show file tree
Hide file tree
Showing 34 changed files with 54 additions and 100 deletions.
2 changes: 1 addition & 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.0-canary.0",
"version": "2.0.0",
"description": "description",
"author": "",
"private": "true",
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.0-canary.0",
"version": "2.0.0",
"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.0-canary.0",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "pnpm panda --watch & cross-env NODE_OPTIONS=--max_old_space_size=8192 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.0-canary.0",
"version": "2.0.0",
"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.0-canary.0",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "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.0-canary.0",
"version": "2.0.0",
"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.0-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"private": true,
"main": "dist/index.js",
"scripts": {
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": "2.0.0-canary.0"
"version": "2.0.0"
}
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.0-canary.0",
"version": "2.0.0",
"description": "Generic backend code used inside of Novu's different services",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
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-canary.0",
"version": "2.0.0",
"private": true,
"license": "MIT",
"scripts": {
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.0-canary.0",
"version": "2.0.0",
"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.0-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"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-canary.0",
"version": "2.0.0",
"repository": "https://github.com/novuhq/novu",
"description": "Novu's Design System & Component Library",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions libs/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/shared",
"version": "2.0.0-canary.1",
"version": "2.0.0",
"description": "",
"scripts": {
"start": "npm run start:dev",
Expand Down Expand Up @@ -38,7 +38,6 @@
}
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.0.19",
"@nestjs/swagger": "^7.1.8",
"class-transformer": "0.5.1",
"class-validator": "0.14.0"
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-canary.0",
"version": "2.0.0",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "novu",
"version": "2.0.0-canary.9",
"version": "2.0.0",
"description": "Novu CLI. Run Novu Studio and sync workflows with Novu Cloud",
"main": "src/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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-canary.1",
"version": "2.0.0",
"repository": "https://github.com/novuhq/novu",
"description": "API client to be used in end user environments",
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/framework",
"version": "2.0.0-canary.6",
"version": "2.0.0",
"description": "The Code-First Notifications Workflow SDK.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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-canary.1",
"version": "2.0.0",
"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
2 changes: 1 addition & 1 deletion 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-canary.0",
"version": "2.0.0",
"description": "A nestjs wrapper for novu",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/node",
"version": "2.0.0-canary.1",
"version": "2.0.0",
"description": "Notification Management Framework",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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-canary.0",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/notification-center-angular",
"version": "2.0.0-canary.0",
"version": "2.0.0",
"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
2 changes: 1 addition & 1 deletion 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-canary.0",
"version": "2.0.0",
"description": "Vue specific wrapper for notification-center",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/notification-center",
"version": "2.0.0-canary.0",
"version": "2.0.0",
"repository": "https://github.com/novuhq/novu",
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/providers",
"version": "2.0.0-canary.0",
"version": "2.0.0",
"description": "Novu Provider Wrappers",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/stateless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/stateless",
"version": "2.0.0-canary.0",
"version": "2.0.0",
"description": "Notification Management Framework",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
Loading

1 comment on commit f4042a2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.