-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v7.3.3 #1023
Merged
Merged
Release v7.3.3 #1023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* next: v7.2.1 Update examples/js/nuxtjs/README.md chore: update changelog chore: update changelog chore: update changelog Added an example configuration of the `BugsnagSourceMapUploaderPlugin` in the `nuxt.config.js`.
* next: (416 commits) v7.3.2 chore: Update changelog v7.3.2-alpha.0 fix(react-native) Add type definitions to published package files docs(react-native): Fix markdown formatting of Info.plist diff React-native: Fix redacted keys config option in metaData tests v7.3.1 chore: Update changelog fix(plugin-react): Fix bad merge v7.3.0 chore: Update changelog for release v7.3.0-alpha.14 chore(android): bump android notifier again after finding earlier attempt was broken chore(examples): Remove leftover files from restructure v7.3.0-alpha.13 chore(reactnative): bump to latest android notifier chore(example): tidy RN example and bump to latest alpha chore(iOS): revendor Cocoa notifier fix: prevent invalid event.apiKey message logging for JS calls docs: Update readme for react native ...
test: convert tests to jest
chore(github): add CODEOWNERS file for automatic review assignment
test(plugin-browser): convert type tests to jest
* next: (417 commits) v7.3.2 chore: Update changelog v7.3.2-alpha.0 fix(react-native) Add type definitions to published package files docs(react-native): Fix markdown formatting of Info.plist diff chore(github): add CODEOWNERS file for automatic review assignment React-native: Fix redacted keys config option in metaData tests v7.3.1 chore: Update changelog fix(plugin-react): Fix bad merge v7.3.0 chore: Update changelog for release v7.3.0-alpha.14 chore(android): bump android notifier again after finding earlier attempt was broken chore(examples): Remove leftover files from restructure v7.3.0-alpha.13 chore(reactnative): bump to latest android notifier chore(example): tidy RN example and bump to latest alpha chore(iOS): revendor Cocoa notifier fix: prevent invalid event.apiKey message logging for JS calls ...
test(delivery-node, delivery-x-domain-request): convert tests
SUP-34 GitHub templates
…types [PLAT-4874] Add codeBundleId to React Native config schema typedef
test(plugin-react-native-event-sync): convert tests
[PLAT-4691] Fix Expo config type definition
feat(plugin-react): export types
[PLAT-4872] Swap to a peer dependency on bugsnag/core in plugins
[PLAT-4886] Fix typos in upgrade guide
bengourley
suggested changes
Aug 26, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry that this wasn't done before, but can you divide up the changelog into the conventional headings, ### Fixed
### Added
etc.
Otherwise looks good!
bengourley
approved these changes
Aug 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
7.3.3 (2020-08-26)
BugsnagErrorBoundary
andBugsnagPluginReactResult
available for external use. 934 / #1009apiKey
, as it may be supplied inapp.json
instead. #1010codeBundleId
to config type definition. #1011