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
8 changes: 8 additions & 0 deletions .changeset/ledger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
- large-moles-begin
- orange-ducks-move
- rapid-ai-create
"@icebreakers/monorepo@5.5.1":
dir: packages/monorepo
intents:
- slow-cherries-throw
"@icebreakers/stylelint-config@5.0.7":
dir: packages/stylelint
intents:
Expand Down Expand Up @@ -278,6 +282,10 @@ repoctl@5.5.0:
- fresh-apples-catalog
- orange-ducks-move
- rapid-ai-create
repoctl@5.5.1:
dir: packages/repoctl
intents:
- slow-cherries-throw
stylelint-plugin-tailwindcss@3.0.7:
dir: packages/stylelint-plugin-tailwindcss
intents:
Expand Down
6 changes: 0 additions & 6 deletions .changeset/slow-cherries-throw.md

This file was deleted.

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.1

### Patch Changes

- Retry transient release API failures and reconcile partially published releases

## 5.5.0

### Minor 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.0",
"version": "5.5.1",
"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 (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, 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 (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

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
},
"publishConfig": {
"access": "public",
Expand Down
9 changes: 9 additions & 0 deletions packages/repoctl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# repoctl

## 5.5.1

### Patch Changes

- Retry transient release API failures and reconcile partially published releases

- Updated dependencies:
- @icebreakers/monorepo@5.5.1

## 5.5.0

### Minor 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.0",
"version": "5.5.1",
"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