Skip to content

Commit

Permalink
chore(release): publish - ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 25, 2023
1 parent baba90d commit 376f568
Show file tree
Hide file tree
Showing 61 changed files with 13,273 additions and 8,234 deletions.
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/api",
"version": "0.13.0",
"version": "0.14.0",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -36,12 +36,12 @@
"@nestjs/platform-express": "9.3.12",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "9.2.1",
"@novu/application-generic": "^0.13.0",
"@novu/dal": "^0.13.0",
"@novu/node": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/stateless": "^0.13.0",
"@novu/testing": "^0.13.0",
"@novu/application-generic": "^0.14.0",
"@novu/dal": "^0.14.0",
"@novu/node": "^0.14.0",
"@novu/shared": "^0.14.0",
"@novu/stateless": "^0.14.0",
"@novu/testing": "^0.14.0",
"@sendgrid/mail": "^7.6.0",
"@sentry/hub": "^7.40.0",
"@sentry/node": "^7.40.0",
Expand Down
8 changes: 4 additions & 4 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.13.0",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -20,7 +20,8 @@
"test:e2e": "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 e2e/setup.ts e2e/**/*.e2e.ts src/**/*.e2e.ts"
},
"dependencies": {
"@novu/shared": "^0.13.0",
"@novu/application-generic": "^0.14.0",
"@novu/shared": "^0.14.0",
"@sentry/node": "^7.12.1",
"bluebird": "^2.9.30",
"bullmq": "^3.10.2",
Expand All @@ -37,8 +38,7 @@
"shelljs": "^0.8.5",
"smtp-server": "^1.4.0",
"spamc": "0.0.5",
"winston": "^1.0.0",
"@novu/application-generic": "^0.13.0"
"winston": "^1.0.0"
},
"devDependencies": {
"@types/express": "^4.17.8",
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/web",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"start": "cross-env PORT=4200 react-app-rewired start",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@mantine/notifications": "^5.7.1",
"@mantine/prism": "^5.7.1",
"@mantine/spotlight": "^5.7.1",
"@novu/notification-center": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/notification-center": "^0.14.0",
"@novu/shared": "^0.14.0",
"@segment/analytics-next": "^1.48.0",
"@sentry/react": "^7.40.0",
"@sentry/tracing": "^7.40.0",
Expand Down Expand Up @@ -121,8 +121,8 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.20.13",
"@novu/dal": "^0.13.0",
"@novu/testing": "^0.13.0",
"@novu/dal": "^0.14.0",
"@novu/testing": "^0.14.0",
"@storybook/addon-actions": "^6.4.14",
"@storybook/addon-essentials": "^6.4.14",
"@storybook/addon-links": "^6.4.14",
Expand Down
16 changes: 8 additions & 8 deletions apps/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/webhook",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -23,15 +23,15 @@
"@nestjs/axios": "~2.0.0",
"@nestjs/common": "9.3.2",
"@nestjs/core": "9.3.2",
"@nestjs/terminus": "9.2.1",
"@nestjs/platform-express": "9.3.2",
"@nestjs/swagger": "^6.3.0",
"@nestjs/platform-socket.io": "^9.2.1",
"@novu/application-generic": "^0.13.0",
"@novu/dal": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/stateless": "^0.13.0",
"@novu/testing": "^0.13.0",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "9.2.1",
"@novu/application-generic": "^0.14.0",
"@novu/dal": "^0.14.0",
"@novu/shared": "^0.14.0",
"@novu/stateless": "^0.14.0",
"@novu/testing": "^0.14.0",
"@sentry/node": "^6.3.3",
"axios": "^1.3.3",
"bull": "^4.4.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/widget",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"start": "craco start",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@emotion/styled": "^11.6.0",
"@mantine/core": "4.2.12",
"@mantine/hooks": "4.2.12",
"@novu/notification-center": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/notification-center": "^0.14.0",
"@novu/shared": "^0.14.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down Expand Up @@ -59,8 +59,8 @@
"@craco/craco": "^7.0.0",
"@emotion/babel-plugin": "^11.7.2",
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.13.0",
"@novu/testing": "^0.13.0",
"@novu/dal": "^0.14.0",
"@novu/testing": "^0.14.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "17.0.58",
Expand Down
22 changes: 11 additions & 11 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/worker",
"version": "0.13.0",
"version": "0.14.0",
"description": "description",
"author": "",
"private": "true",
Expand All @@ -27,15 +27,15 @@
"@nestjs/axios": "~2.0.0",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/terminus": "9.2.1",
"@nestjs/platform-express": "9.3.12",
"@nestjs/swagger": "^6.3.0",
"@novu/application-generic": "^0.13.0",
"@novu/stateless": "^0.13.0",
"@novu/dal": "^0.13.0",
"@novu/node": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/testing": "^0.13.0",
"@nestjs/terminus": "9.2.1",
"@novu/application-generic": "^0.14.0",
"@novu/dal": "^0.14.0",
"@novu/node": "^0.14.0",
"@novu/shared": "^0.14.0",
"@novu/stateless": "^0.14.0",
"@novu/testing": "^0.14.0",
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"axios": "^1.3.3",
Expand Down Expand Up @@ -76,12 +76,12 @@
"mocha": "^8.1.1",
"nodemon": "^2.0.3",
"sinon": "^9.2.4",
"superagent-defaults": "^0.1.14",
"supertest": "^5.0.0",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "3.14.2",
"typescript": "4.9.5",
"superagent-defaults": "^0.1.14",
"supertest": "^5.0.0"
"typescript": "4.9.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
10 changes: 5 additions & 5 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/ws",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -32,10 +32,10 @@
"@nestjs/swagger": "^5.2.1",
"@nestjs/terminus": "^9.2.1",
"@nestjs/websockets": "^9.3.9",
"@novu/application-generic": "^0.13.0",
"@novu/dal": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/testing": "^0.13.0",
"@novu/application-generic": "^0.14.0",
"@novu/dal": "^0.14.0",
"@novu/shared": "^0.14.0",
"@novu/testing": "^0.14.0",
"@sentry/node": "^7.30.0",
"@socket.io/redis-adapter": "^7.2.0",
"bull": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/docs",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^6.2.1",
"clsx": "^1.1.1",
"docusaurus-plugin-sass": "0.2.3",
"docusaurus-plugin-plausible": "^0.0.5",
"docusaurus-plugin-sass": "0.2.3",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.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.13.0"
"version": "0.14.0"
}
4 changes: 2 additions & 2 deletions libs/dal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/dal",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@aws-sdk/client-s3": "^3.14.0",
"@aws-sdk/s3-request-presigner": "^3.14.0",
"@faker-js/faker": "^6.0.0",
"@novu/shared": "^0.13.0",
"@novu/shared": "^0.14.0",
"@sendgrid/mail": "^7.4.2",
"JSONStream": "^1.3.5",
"agenda": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions libs/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/embed",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -93,6 +93,7 @@
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "27.5.2",
"@types/node": "^14.14.16",
Expand All @@ -115,7 +116,6 @@
"rollup": "^3.15.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
Expand All @@ -128,7 +128,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@novu/notification-center": "^0.13.0",
"@novu/notification-center": "^0.14.0",
"@types/iframe-resizer": "^3.5.8",
"iframe-resizer": "^4.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/shared",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"scripts": {
"start": "npm run start:dev",
Expand Down
8 changes: 4 additions & 4 deletions libs/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/testing",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,9 +22,9 @@
"types": "dist/index.d.ts",
"dependencies": {
"@faker-js/faker": "^6.0.0",
"@novu/dal": "^0.13.0",
"@novu/node": "^0.13.0",
"@novu/shared": "^0.13.0",
"@novu/dal": "^0.14.0",
"@novu/node": "^0.14.0",
"@novu/shared": "^0.14.0",
"JSONStream": "^1.3.5",
"async": "^3.2.0",
"axios": "^1.3.3",
Expand Down
Loading

0 comments on commit 376f568

Please sign in to comment.