diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d1fcb61fc..102f8047305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/notifire/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package notifirehq + + + + + ## [0.2.2](https://github.com/notifirehq/notifire/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package notifirehq diff --git a/lerna.json b/lerna.json index ce3fe2fff55..cee347babc8 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/*", "providers/*" ], - "version": "0.2.2" + "version": "0.2.3" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4937dd85a84..589bcd48839 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/lib/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/core + + + + + ## [0.2.2](https://github.com/notifirehq/lib/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/core diff --git a/packages/core/package.json b/packages/core/package.json index a74944c4c2c..700c4c313cd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/core", - "version": "0.2.2", + "version": "0.2.3", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/providers/emailjs/CHANGELOG.md b/providers/emailjs/CHANGELOG.md index 29262801832..7d9d8c5cdbb 100644 --- a/providers/emailjs/CHANGELOG.md +++ b/providers/emailjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/notifire/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/emailjs + + + + + ## [0.2.2](https://github.com/notifirehq/notifire/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/emailjs diff --git a/providers/emailjs/package.json b/providers/emailjs/package.json index 05750fd7ae2..30f17f8bdc4 100644 --- a/providers/emailjs/package.json +++ b/providers/emailjs/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/emailjs", - "version": "0.2.2", + "version": "0.2.3", "description": "An emailjs provider for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "emailjs": "^3.6.0" }, "devDependencies": { diff --git a/providers/mailgun/CHANGELOG.md b/providers/mailgun/CHANGELOG.md index b1faf716bc5..16489396ab0 100644 --- a/providers/mailgun/CHANGELOG.md +++ b/providers/mailgun/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/mailgun/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/mailgun + + + + + ## [0.2.2](https://github.com/notifirehq/mailgun/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/mailgun diff --git a/providers/mailgun/package.json b/providers/mailgun/package.json index cf519ee59de..d5729bc3b46 100644 --- a/providers/mailgun/package.json +++ b/providers/mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/mailgun", - "version": "0.2.2", + "version": "0.2.3", "description": "A mailgun wrapper for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "form-data": "^4.0.0", "mailgun.js": "^3.5.8", "nock": "^13.1.3" diff --git a/providers/nodemailer/CHANGELOG.md b/providers/nodemailer/CHANGELOG.md index 536742e157b..e6992475fb3 100644 --- a/providers/nodemailer/CHANGELOG.md +++ b/providers/nodemailer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/nodemailer/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/nodemailer + + + + + ## [0.2.2](https://github.com/notifirehq/nodemailer/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/nodemailer diff --git a/providers/nodemailer/package.json b/providers/nodemailer/package.json index 7f97fa5478a..e1813f7445d 100644 --- a/providers/nodemailer/package.json +++ b/providers/nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/nodemailer", - "version": "0.2.2", + "version": "0.2.3", "description": "A nodemailer wrapper for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "nodemailer": "^6.6.5" }, "devDependencies": { diff --git a/providers/plivo/CHANGELOG.md b/providers/plivo/CHANGELOG.md index 8c08a294400..f7f051a38ad 100644 --- a/providers/plivo/CHANGELOG.md +++ b/providers/plivo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/plivo/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/plivo + + + + + ## [0.2.2](https://github.com/notifirehq/plivo/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/plivo diff --git a/providers/plivo/package.json b/providers/plivo/package.json index 51ffef4941f..3ea1c451ff0 100644 --- a/providers/plivo/package.json +++ b/providers/plivo/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/plivo", - "version": "0.2.2", + "version": "0.2.3", "description": "A plivo wrapper for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -44,7 +44,7 @@ "node": ">=10" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "plivo": "^4.22.4" }, "devDependencies": { diff --git a/providers/postmark/CHANGELOG.md b/providers/postmark/CHANGELOG.md index e35ee7ee856..2869736c4d5 100644 --- a/providers/postmark/CHANGELOG.md +++ b/providers/postmark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/postmark/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/postmark + + + + + ## [0.2.2](https://github.com/notifirehq/postmark/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/postmark diff --git a/providers/postmark/package.json b/providers/postmark/package.json index b74feee2de0..b9e6d23e8cb 100644 --- a/providers/postmark/package.json +++ b/providers/postmark/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/postmark", - "version": "0.2.2", + "version": "0.2.3", "description": "A postmark wrapper for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "postmark": "^2.7.8" }, "devDependencies": { diff --git a/providers/sendgrid/CHANGELOG.md b/providers/sendgrid/CHANGELOG.md index 34eabcf201b..51317f5b347 100644 --- a/providers/sendgrid/CHANGELOG.md +++ b/providers/sendgrid/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/sendgrid/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/sendgrid + + + + + ## [0.2.2](https://github.com/notifirehq/sendgrid/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/sendgrid diff --git a/providers/sendgrid/package.json b/providers/sendgrid/package.json index 3bb28a3db21..6eb1a9653e4 100644 --- a/providers/sendgrid/package.json +++ b/providers/sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/sendgrid", - "version": "0.2.2", + "version": "0.2.3", "description": "A sendgrid wrapper for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "@sendgrid/mail": "^7.4.6" }, "devDependencies": { diff --git a/providers/twilio/CHANGELOG.md b/providers/twilio/CHANGELOG.md index 6cb65f17edd..633ffb5d88a 100644 --- a/providers/twilio/CHANGELOG.md +++ b/providers/twilio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/notifirehq/twilio/compare/v0.2.2...v0.2.3) (2021-10-20) + +**Note:** Version bump only for package @notifire/twilio + + + + + ## [0.2.2](https://github.com/notifirehq/twilio/compare/v0.1.4...v0.2.2) (2021-10-20) **Note:** Version bump only for package @notifire/twilio diff --git a/providers/twilio/package.json b/providers/twilio/package.json index 32274035cf4..d38cfb99333 100644 --- a/providers/twilio/package.json +++ b/providers/twilio/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/twilio", - "version": "0.2.2", + "version": "0.2.3", "description": "A twilio wrapper for notifire", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@notifire/core": "^0.2.2", + "@notifire/core": "^0.2.3", "twilio": "^3.67.2" }, "devDependencies": {