Skip to content

Commit af0d2a5

Browse files
authored
Remove Calypsoify package (#45356)
Removes the Calypsoify package since it was only used to enable the fullscreen mode on the block editor, but turns out that's the default mode nowadays.
1 parent efedaf1 commit af0d2a5

36 files changed

+20
-922
lines changed

pnpm-lock.yaml

Lines changed: 0 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: removed
3+
4+
GitHub Actions: Remove Calypsoify label

projects/github-actions/repo-gardening/src/tasks/add-labels/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ async function getFileDerivedLabels( octokit, owner, repo, number, isDraft, isRe
176176
keywords.add( '[Feature] Masterbar' );
177177
}
178178

179-
// The Calypsoify feature now lives in both a package and a Jetpack module.
180-
const calypsoify = file.match( /^projects\/packages\/calypsoify\// );
181-
if ( calypsoify !== null ) {
182-
keywords.add( '[Feature] Calypsoify' );
183-
}
184-
185179
// Social Previews are now developed in a separate package.
186180
const socialPreviews = file.match(
187181
/^projects\/js-packages\/publicize-components\/src\/components\/social-previews\//

projects/packages/calypsoify/.gitattributes

Lines changed: 0 additions & 16 deletions
This file was deleted.

projects/packages/calypsoify/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/packages/calypsoify/.phan/config.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/packages/calypsoify/.phpcs.dir.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

projects/packages/calypsoify/CHANGELOG.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

projects/packages/calypsoify/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

projects/packages/calypsoify/changelog/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)