@sentry/craft 0.29.0 → 0.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.29.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat: Remove dependency_overrides entries from pubspec.yaml in dart (#359) by @kamilogorek
8
+ - misc: Update PubDev credentials file location in readme (#358) by @kamilogorek
9
+
3
10
  ## 0.29.0
4
11
 
5
12
  ### Various fixes & improvements
package/README.md CHANGED
@@ -1085,7 +1085,7 @@ Pushes a new Dart or Flutter package to [pub.dev](https://pub.dev/).
1085
1085
 
1086
1086
  Because there is [no automated way](https://github.com/dart-lang/pub-dev/issues/5388) to login and obtain required tokens, you need to perform a valid release beforehand, for every package that you configure. This will open up your browser and use Google's OAuth to log you in, and generate an appropriate file with stored credentials.
1087
1087
 
1088
- Based on your environment, you can find this file at `$HOME/Library/Application\ Support/dart/pub-credentials.json` for OSX or `$HOME/.config/dart/pub-credentials.json` for Linux.
1088
+ Based on your environment, you can find this file at either `$HOME/.pub-cache/credentials.json` or `$HOME/Library/Application\ Support/dart/pub-credentials.json` for OSX and `$HOME/.config/dart/pub-credentials.json` for Linux, depending on your setup.
1089
1089
 
1090
1090
  For this target to work correctly, either `dart` must be installed on the system or a valid `dartCliPath` must be provided.
1091
1091