semantic-release 22.0.3 → 22.0.5

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.
@@ -187,3 +187,7 @@
187
187
  - `prepare` Update the `package.json` version and create the package tarball.
188
188
  - `addChannel` Add a tag for the release.
189
189
  - `publish` Publish to the npm registry.
190
+ - [semantic-release-pub](https://github.com/zeshuaro/semantic-release-pub)
191
+ - `verifyConditions`: Verify the presence of the `pub.dev` authentication and release configuration
192
+ - `prepare`: Update the `pubspec.yaml` version
193
+ - `publish`: Publish the package onto the `pub.dev` registry
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "semantic-release",
3
3
  "description": "Automated semver compliant package publishing",
4
- "version": "22.0.3",
4
+ "version": "22.0.5",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -35,7 +35,7 @@
35
35
  "aggregate-error": "^5.0.0",
36
36
  "cosmiconfig": "^8.0.0",
37
37
  "debug": "^4.0.0",
38
- "env-ci": "^9.0.0",
38
+ "env-ci": "^10.0.0",
39
39
  "execa": "^8.0.0",
40
40
  "figures": "^5.0.0",
41
41
  "find-versions": "^5.1.0",
@@ -44,7 +44,7 @@
44
44
  "hook-std": "^3.0.0",
45
45
  "hosted-git-info": "^7.0.0",
46
46
  "lodash-es": "^4.17.21",
47
- "marked": "^5.0.0",
47
+ "marked": "^9.0.0",
48
48
  "marked-terminal": "^6.0.0",
49
49
  "micromatch": "^4.0.2",
50
50
  "p-each-series": "^3.0.0",