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 Dec 16, 2021
1 parent 94c5ea5 commit 7c5213b
Show file tree
Hide file tree
Showing 25 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/api",
"version": "0.3.2",
"version": "0.3.3",
"description": "description",
"author": "",
"private": "true",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@nestjs/swagger": "^4.7.12",
"@nestjs/terminus": "^7.1.0",
"@nestjsx/crud": "^4.6.2",
"@notifire/dal": "^0.3.2",
"@notifire/dal": "^0.3.3",
"@notifire/node": "^1.0.4",
"@notifire/shared": "^0.3.2",
"@notifire/testing": "^0.3.2",
"@notifire/shared": "^0.3.3",
"@notifire/testing": "^0.3.3",
"@sentry/node": "^6.1.0",
"@sentry/tracing": "^6.3.6",
"@types/handlebars": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/web",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
Expand All @@ -11,7 +11,7 @@
"@editorjs/editorjs": "^2.19.3",
"@editorjs/paragraph": "^2.8.0",
"@jackwilsdon/craco-use-babelrc": "^1.0.0",
"@notifire/shared": "^0.3.2",
"@notifire/shared": "^0.3.3",
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@testing-library/jest-dom": "^5.11.4",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.14.6",
"@notifire/dal": "^0.3.2",
"@notifire/testing": "^0.3.2",
"@notifire/dal": "^0.3.3",
"@notifire/testing": "^0.3.3",
"@types/react": "^17.0.0",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@notifire/widget",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@notifire/sdk": "^0.3.2",
"@notifire/shared": "^0.3.2",
"@notifire/sdk": "^0.3.3",
"@notifire/shared": "^0.3.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@notifire/dal": "^0.3.2",
"@notifire/testing": "^0.3.2",
"@notifire/dal": "^0.3.3",
"@notifire/testing": "^0.3.3",
"@types/moment": "^2.13.0",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
Expand Down
8 changes: 4 additions & 4 deletions apps/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/ws",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -30,9 +30,9 @@
"@nestjs/swagger": "^4.8.0",
"@nestjs/terminus": "^7.2.0",
"@nestjs/websockets": "^7.6.17",
"@notifire/dal": "^0.3.2",
"@notifire/shared": "^0.3.2",
"@notifire/testing": "^0.3.2",
"@notifire/dal": "^0.3.3",
"@notifire/shared": "^0.3.3",
"@notifire/testing": "^0.3.3",
"@sentry/node": "^6.3.3",
"dotenv": "^8.2.0",
"envalid": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}
},
"useWorkspaces": true,
"version": "0.3.2"
"version": "0.3.3"
}
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": "@notifire/dal",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.14.0",
"@aws-sdk/s3-request-presigner": "^3.14.0",
"@notifire/shared": "^0.3.2",
"@notifire/shared": "^0.3.3",
"@octokit/graphql": "^4.3.1",
"@sendgrid/mail": "^7.4.2",
"JSONStream": "^1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/sdk",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"description": "",
"keywords": [],
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": "@notifire/shared",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions libs/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/testing",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"private": true,
"scripts": {
Expand All @@ -17,8 +17,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@notifire/dal": "^0.3.2",
"@notifire/shared": "^0.3.2",
"@notifire/dal": "^0.3.3",
"@notifire/shared": "^0.3.3",
"JSONStream": "^1.3.5",
"async": "^3.2.0",
"class-transformer": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/core",
"version": "0.3.2",
"version": "0.3.3",
"description": "Notification Management Framework",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/nest",
"version": "0.3.2",
"version": "0.3.3",
"description": "A nestjs wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@nestjs/common": "^8.2.0",
"@notifire/core": "^0.3.2"
"@notifire/core": "^0.3.3"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions providers/emailjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/emailjs",
"version": "0.3.2",
"version": "0.3.3",
"description": "An emailjs provider for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"emailjs": "^3.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/mailgun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/mailgun",
"version": "0.3.2",
"version": "0.3.3",
"description": "A mailgun wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"access": "public"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"form-data": "^4.0.0",
"mailgun.js": "^3.5.8",
"nock": "^13.1.3"
Expand Down
4 changes: 2 additions & 2 deletions providers/mailjet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/mailjet",
"version": "0.3.2",
"version": "0.3.3",
"description": "A mailjet wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"node-mailjet": "^3.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/mandrill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/mandrill",
"version": "0.3.2",
"version": "0.3.3",
"description": "A mandrill wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@mailchimp/mailchimp_transactional": "^1.0.46",
"@notifire/core": "^0.3.2"
"@notifire/core": "^0.3.3"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion providers/nexmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/nexmo",
"version": "0.3.2",
"version": "0.3.3",
"description": "A nexmo wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions providers/nodemailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/nodemailer",
"version": "0.3.2",
"version": "0.3.3",
"description": "A nodemailer wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"nodemailer": "^6.6.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/plivo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/plivo",
"version": "0.3.2",
"version": "0.3.3",
"description": "A plivo wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"plivo": "^4.22.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/postmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/postmark",
"version": "0.3.2",
"version": "0.3.3",
"description": "A postmark wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"postmark": "^2.7.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/sendgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/sendgrid",
"version": "0.3.2",
"version": "0.3.3",
"description": "A sendgrid wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"@sendgrid/mail": "^7.4.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/sendinblue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/sendinblue",
"version": "0.3.2",
"version": "0.3.3",
"description": "A sendinblue wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"@sendinblue/client": "^3.0.1",
"@types/request": "^2.48.7"
},
Expand Down
4 changes: 2 additions & 2 deletions providers/ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/ses",
"version": "0.3.2",
"version": "0.3.3",
"description": "A ses wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "3.43.0",
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"emailjs": "3.7.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions providers/sms77/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/sms77",
"version": "0.3.2",
"version": "0.3.3",
"description": "A sms77 wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10"
},
"dependencies": {
"@notifire/core": "^0.3.2",
"@notifire/core": "^0.3.3",
"node-fetch": "^2.6.6",
"sms77-client": "^2.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions providers/sns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifire/sns",
"version": "0.3.2",
"version": "0.3.3",
"description": "A sns wrapper for notifire",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@aws-sdk/client-sns": "^3.39.0",
"@notifire/core": "^0.3.2"
"@notifire/core": "^0.3.3"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
Loading

0 comments on commit 7c5213b

Please sign in to comment.