@sentry/craft 0.29.0 → 0.29.3
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 +20 -0
- package/README.md +1 -1
- package/dist/craft +299 -296
- package/dist/craft.map +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.29.3
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- deps: Roll back to symbol-collector 1.4.2 (#362) by @kamilogorek
|
|
8
|
+
- meta(gha): Deploy workflow enforce-license-compliance.yml (#360) by @chadwhitacre
|
|
9
|
+
|
|
10
|
+
## 0.29.2
|
|
11
|
+
|
|
12
|
+
### Various fixes & improvements
|
|
13
|
+
|
|
14
|
+
- fix: Make sure dart credentials directory exists before writing (#361) by @kamilogorek
|
|
15
|
+
|
|
16
|
+
## 0.29.1
|
|
17
|
+
|
|
18
|
+
### Various fixes & improvements
|
|
19
|
+
|
|
20
|
+
- feat: Remove dependency_overrides entries from pubspec.yaml in dart (#359) by @kamilogorek
|
|
21
|
+
- misc: Update PubDev credentials file location in readme (#358) by @kamilogorek
|
|
22
|
+
|
|
3
23
|
## 0.29.0
|
|
4
24
|
|
|
5
25
|
### 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
|
|
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
|
|