Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semrel-extra-bot committed May 25, 2023
1 parent a0f2af9 commit 3f7ff8d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.8.0](https://github.com/semrel-extra/zx-bulk-release/compare/v2.7.0...v2.8.0) (2023-05-25)

### Features
* feat: support bolt and pnpm monorepos via @semrel-extra/topo >= 1.11.0 ([a0f2af9](https://github.com/semrel-extra/zx-bulk-release/commit/a0f2af9d832516d14322953518bf5d8842ee14da))

## [2.7.0](https://github.com/semrel-extra/zx-bulk-release/compare/v2.6.1...v2.7.0) (2023-04-30)

### Fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zx-bulk-release",
"alias": "bulk-release",
"version": "2.7.0",
"version": "2.8.0",
"description": "zx-based alternative for multi-semantic-release",
"type": "module",
"exports": {
Expand Down
26 changes: 16 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@
dependencies:
tslib "^2.4.1"

"@semrel-extra/topo@^1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@semrel-extra/topo/-/topo-1.10.0.tgz#6d8a07e51431e7fda197c474f1edd1b9d47cbd7a"
integrity sha512-Zp3oUv1lmr0/vjYrlWJsU6LamypfSHm+xa4bueUIC7GvS66sp7s6dXkYoBUKwXfwMd6H85A0unJlquEKQILnxw==
"@semrel-extra/topo@^1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@semrel-extra/topo/-/topo-1.13.0.tgz#1612de59a5ecee3bed2c2fe26f11b036797d113c"
integrity sha512-yaCH6vRjypPiIORmhE/n+Bh1TPl2Stbg96JGoXDlbTZLkbWoZmAxMMAzEPYJ7NE9hnC+ID2LYqoru7529tTm4w==
dependencies:
fast-glob "^3.2.12"
toposource "^1.1.3"
tslib "^2.5.0"
js-yaml "^4.1.0"
toposource "^1.1.4"
tslib "^2.5.2"

"@sindresorhus/is@^4.0.0":
version "4.6.0"
Expand Down Expand Up @@ -2683,10 +2684,10 @@ toposort@^2.0.2:
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==

toposource@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/toposource/-/toposource-1.1.3.tgz#0aa6becb9695d5190cd3c2064776a1efdd7ed4e8"
integrity sha512-ddh/t4yqUXcpQgtV2tb2cjSU4bAQ7dw923OKE9Mi3DdsGNXEd0mwY1hzhhAeS7njcKJlE6Bj0BqI9W+rrpdT7g==
toposource@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/toposource/-/toposource-1.1.4.tgz#94a39668236b66dedd97c29157a0b46db9236862"
integrity sha512-WOHoshZjzHHfHf7zSEjgk48Fv29m4uqPj0fVFKnDbH0A35gyD8BncofU01pDRdaDQ8VIace8WuQ3ChHfpBjqvg==

tough-cookie@~2.5.0:
version "2.5.0"
Expand All @@ -2711,6 +2712,11 @@ tslib@^2.5.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tslib@^2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==

[email protected]:
version "1.0.6"
resolved "https://registry.yarnpkg.com/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb"
Expand Down

0 comments on commit 3f7ff8d

Please sign in to comment.