From 09ab8de775e7f94a1c5b6239fedc0518d1a2c438 Mon Sep 17 00:00:00 2001 From: PdoubleU Date: Thu, 30 Nov 2023 15:45:48 +0100 Subject: [PATCH] chore: release 0.1.4 --- CHANGELOG.md | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 128 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5dc113..3a5b72fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,133 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.1.4](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.4) + +- fix: update peerDependencies for react-native-notificated (support v2.14 and v3) [`#246`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/246) +- fix: destructure animationConfig inside updater function of useAnimatedStyles throws error in reanimated v3 [`#247`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/247) +- chore: add required branch to release it config [`#244`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/244) +- fix: bump buildscript sdk versions and build tool version for examples [`#243`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/243) +- fix: notification's shadow artifacts on Android (use needsOffscreenAlphaCompositing={true}) [`#225`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/225) +- chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 [`#242`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/242) +- chore(deps): bump semver from 5.7.1 to 5.7.2 in /example [`#241`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/241) +- chore(deps): bump semver from 5.7.1 to 5.7.2 [`#240`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/240) +- chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs [`#239`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/239) +- chore(deps): bump @babel/traverse from 7.18.8 to 7.23.4 in /example-expo [`#232`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/232) +- chore(deps): bump react-devtools-core from 4.27.8 to 4.28.5 in /example [`#228`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/228) +- chore(deps): bump react-devtools-core from 4.27.1 to 4.28.5 [`#229`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/229) +- chore(deps): bump semver from 5.7.1 to 5.7.2 in /example-expo [`#238`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/238) +- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /example [`#237`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/237) +- chore(deps): bump postcss from 8.4.14 to 8.4.31 in /docs [`#231`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/231) +- chore(deps): bump @babel/traverse from 7.18.2 to 7.23.4 in /docs [`#230`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/230) +- chore(deps): bump @babel/traverse from 7.16.7 to 7.23.4 [`#233`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/233) +- chore(deps): bump @babel/traverse from 7.22.5 to 7.23.4 in /example [`#234`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/234) +- chore(deps): bump react-devtools-core from 4.24.7 to 4.28.5 in /example-expo [`#235`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/235) +- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 [`#236`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/236) +- chore(deps): bump webpack from 5.75.0 to 5.76.1 in /docs [`#203`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/203) +- chore(deps): bump vm2 from 3.9.11 to 3.9.19 [`#208`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/208) +- fix: isModalNotification might be undefined [`#227`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/227) +- chore: update package.json version [`#223`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/223) +- chore: update devDependency [`#222`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/222) +- feat: notification width and position [`#220`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/220) +- docs: improvements [`#219`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/219) +- fix: notification under modal [`#214`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/214) +- docs: dark theme buttons color [`#215`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/215) +- fix: add title/description family and weight to mergeProps [`#213`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/213) +- fix: bumped reanimated,gesture handler and add patch for rn to fix example build errors [`#212`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/212) +- fix: changed the way of getting status bar height on ios [`#202`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/202) +- chore: disable expo go from dependabot push [`#201`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/201) +- fix: status bar manager on fabric [`#200`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/200) +- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /example-expo [`#191`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/191) +- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example-expo [`#198`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/198) +- chore(deps): bump dns-packet from 5.3.1 to 5.4.0 in /docs [`#196`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/196) +- chore(deps): bump cacheable-request from 10.2.3 to 10.2.7 [`#195`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/195) +- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs [`#197`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/197) +- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 [`#199`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/199) +- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs [`#193`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/193) +- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 [`#190`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/190) +- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /docs [`#189`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/189) +- fix: changed node version in workflows to 16.14 [`#192`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/192) +- fix: changed animation names to match the old ones, updated docs [`#188`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/188) +- docs: updated docusaurus [`#182`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/182) +- feat: custom typography [`#185`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/185) +- fix: new arch build [`#183`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/183) +- chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs [`#186`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/186) +- refactor: create notification type [`#169`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/169) +- chore: Update rn [`#181`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/181) +- fix: most of the vulnerabilites fixed [`#180`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/180) +- fix: add missing firebase modulars to podfile [`#179`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/179) +- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example-expo [`#176`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/176) +- chore(deps): bump minimatch from 3.0.4 to 3.1.2 [`#177`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/177) +- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [`#174`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/174) +- chore(deps): bump loader-utils from 2.0.2 to 2.0.4 in /docs [`#173`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/173) +- chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /example [`#172`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/172) +- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example [`#175`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/175) +- chore(deps): bump vm2 from 3.9.9 to 3.9.11 [`#164`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/164) +- chore(deps): bump terser from 5.13.1 to 5.14.2 in /docs [`#158`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/158) +- chore: update expo ci [`#171`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/171) +- feat: overwrite default types [`#168`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/168) +- fix: updated expo github action [`#178`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/178) +- feat: new generate animation config [`#157`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/157) +- feat: handle foreground push notifications [`#161`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/161) +- docs: add app.js youtube video link [`#162`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/162) +- docs: add errors handling section [`#163`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/163) +- ci: add expo publish on pushes to generate example expo app preview [`#160`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/160) +- feat: handle notch internally by the library [`#154`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/154) +- feat: init expo example app [`#155`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/155) +- docs: add gesture config info [`#153`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/153) +- fix: user can use custom component as leftSourceIcon [`#149`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/149) +- chore(deps): bump parse-url from 6.0.0 to 6.0.2 [`#152`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/152) +- feat: handle notification (position, topOffset and width) in landscape mode [`#151`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/151) +- feat: drop react-native-device-info [`#146`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/146) +- docs: fix types, improve lang style [`#147`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/147) +- docs: update api reference documentation - language corrections [`#145`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/145) +- docs: custom transition docs typos fixes and improvements [`#144`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/144) +- docs: remove redundant props from the documentation [`#143`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/143) +- docs: update imports in code snippets - old library name [`#142`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/142) +- docs: update install command in the intro to the documentation (typo) [`#141`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/141) +- docs: fix docs build - wrong links [`#138`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/138) +- chore: change logo source - readme [`#137`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/137) +- docs: update logo in readme (png) [`#136`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/136) +- feat: managing notifications from within custom components: [`#135`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/135) +- docs: update docs for transitions [`#133`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/133) +- chore(deps): bump simple-plist from 1.3.0 to 1.3.1 [`#131`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/131) +- chore(deps): bump simple-plist from 1.3.0 to 1.3.1 in /example [`#130`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/130) +- fix: used another action to assign issue to a project [`#132`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/132) +- fix: make config prop optional in createNotifications - regression [`#134`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/134) +- docs: navbar links change - GH icon pointing to the react-native--notificated repo [`#117`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/117) +- feat: add `onClose` optional callback [`#110`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/110) +- docs: add iOS & Android examples to readme [`#123`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/123) +- docs: added documentation section to readme [`#122`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/122) +- feat: add feature to simplify initial configuration [`#120`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/120) +- docs: set up docsaurus for API reference docs and add content [`#113`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/113) +- chore: release-it version bump [`#118`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/118) +- chore: update type import for generateAnimationConfig declaration [`#116`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/116) +- feat: notification emitter TS updates + docs: custom examples [`#70`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/70) +- docs: changed svg logo [`#114`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/114) +- docs: update readme and docs [`#111`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/111) +- chore: update LICENSE [`#106`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/106) +- fix: hook useNotificationController is not providing method 'modify' [`#108`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/108) +- feat: out of the box handling of isNotch [`#101`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/101) +- chore: disable changelog check action (temp) [`#103`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/103) +- feat: allow user to add custom styles for the icon [`#87`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/87) +- ci: add conventional pr title check workflow [`#96`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/96) +- docs: changed docs deploy workflow trigger from deployment to release [`#100`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/100) +- docs: update library name in docusaurus config [`#102`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/102) +- feat: add `hideCloseButton` prop to default variants [`#94`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/94) +- feat: notification width and position (#220) [`#216`](https://github.com/TheWidlarzGroup/react-native-notificated/issues/216) +- chore: release 0.1.3 [`1a5871a`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/1a5871a86e5b5dde6af3214bbc4245a42f7e60bc) +- * update changelog manually (auto-changelog with small bugs) [`642bfdd`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/642bfdda2bf6b093ba000c9cfbaecb6abea1d84b) +- chore: release 0.0.1-alpha.0 [`502f5dc`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/502f5dcf2466fe2df73216b3121e8cb24ac04d30) + +#### [v0.3.0](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.3...v0.3.0) + +> 19 May 2022 + #### [v0.1.3](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.2...v0.1.3) > 21 November 2023 +- chore: add required branch to release it config [`#244`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/244) - fix: bump buildscript sdk versions and build tool version for examples [`#243`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/243) - fix: notification's shadow artifacts on Android (use needsOffscreenAlphaCompositing={true}) [`#225`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/225) - chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 [`#242`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/242) @@ -28,7 +151,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): bump webpack from 5.75.0 to 5.76.1 in /docs [`#203`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/203) - chore(deps): bump vm2 from 3.9.11 to 3.9.19 [`#208`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/208) - fix: isModalNotification might be undefined [`#227`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/227) -- chore: release 0.1.3 [`3030bff`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/3030bff90195fc75d7245726371e89438a6231ce) +- chore: release 0.1.3 [`1a5871a`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/1a5871a86e5b5dde6af3214bbc4245a42f7e60bc) +- * chore: update release-it config (auto-changelog) [`08358e3`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/08358e3daddaf7fbcf7a90f1a61ab9120db8ec5a) +- Revert "* fix shadow artifacts on Android (use needsOffscreenAlphaCompositing={true})" [`6183939`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/6183939194a991bbd717bc6c7e7c251844e5efef) #### [v0.1.2](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.1...v0.1.2) @@ -101,7 +226,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 13 July 2022 - docs: add gesture config info [`#153`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/153) -- fix: user can use custom component as leftSourceIcon [`#149`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/149) +- fix: user can use custom component as leftSourceIcon [`#149`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/149) - chore(deps): bump parse-url from 6.0.0 to 6.0.2 [`#152`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/152) - feat: handle notification (position, topOffset and width) in landscape mode [`#151`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/151) - chore: release 0.0.1-beta.2 [`ae82a20`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/ae82a209d450a9f97b6f8cc22a41832225de409c) diff --git a/package.json b/package.json index 4c195e9d..d36585cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notificated", - "version": "0.1.3", + "version": "0.1.4", "description": "React Native toast notifications for iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",