Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/auto-pr-894.md

This file was deleted.

4 changes: 4 additions & 0 deletions .changeset/ledger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
dir: packages/monorepo
intents:
- fuzzy-releases-recover
"@icebreakers/monorepo@5.5.3":
dir: packages/monorepo
intents:
- auto-pr-894
"@icebreakers/stylelint-config@5.0.7":
dir: packages/stylelint
intents:
Expand Down
6 changes: 6 additions & 0 deletions packages/monorepo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icebreakers/monorepo

## 5.5.3

### Patch Changes

- fix(release): recover interrupted GitHub responses (#894)

## 5.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icebreakers/monorepo",
"type": "module",
"version": "5.5.2",
"version": "5.5.3",
"description": "Core engine and programmatic APIs for repoctl",
"author": "ice breaker <hi@sonofmagic.top>",
"license": "MIT",
Expand Down Expand Up @@ -118,7 +118,7 @@
"@types/semver": "catalog:",
"ci-info": "^4.4.0",
"fdir": "^6.5.0",
"micromatch": "^4.0.8"

Check warning on line 121 in packages/monorepo/package.json

View workflow job for this annotation

GitHub Actions / Build and Test (macos-latest, 24)

"micromatch" should be replaced with native functionality. You can instead use path.matchesGlob. Read more here: https://e18e.dev/docs/replacements/micromatch

Check warning on line 121 in packages/monorepo/package.json

View workflow job for this annotation

GitHub Actions / Build and Test (ubuntu-latest, 24)

"micromatch" should be replaced with native functionality. You can instead use path.matchesGlob. Read more here: https://e18e.dev/docs/replacements/micromatch

Check warning on line 121 in packages/monorepo/package.json

View workflow job for this annotation

GitHub Actions / Build and Test (ubuntu-latest, 22)

"micromatch" should be replaced with native functionality. You can instead use path.matchesGlob. Read more here: https://e18e.dev/docs/replacements/micromatch

Check warning on line 121 in packages/monorepo/package.json

View workflow job for this annotation

GitHub Actions / Build and Test (macos-latest, 22)

"micromatch" should be replaced with native functionality. You can instead use path.matchesGlob. Read more here: https://e18e.dev/docs/replacements/micromatch
},
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/repoctl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# repoctl

## 5.5.3

### Patch Changes

- Updated dependencies:
- @icebreakers/monorepo@5.5.3

## 5.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/repoctl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "repoctl",
"type": "module",
"version": "5.5.2",
"version": "5.5.3",
"description": "Task-first CLI for initializing, maintaining, validating, and releasing pnpm and Turborepo monorepos",
"author": "ice breaker <hi@sonofmagic.top>",
"license": "MIT",
Expand Down
Loading