Skip to content

feat: remove private flag from @primer/react-canvas#8038

Open
joshblack wants to merge 1 commit into
mainfrom
joshblack-patch-5
Open

feat: remove private flag from @primer/react-canvas#8038
joshblack wants to merge 1 commit into
mainfrom
joshblack-patch-5

Conversation

@joshblack

Copy link
Copy Markdown
Member

With the discussion up: https://github.com/github/planning-tracking/discussions/3426 it seems like this package is in a good shape to allow us to publish it when @primer/react itself is published 🥳

This removes the private flag so that in the future when it receives changes it will be published as a part of our regular workflow.

Note: this does not include a changeset because 0.0.2 is already published

@joshblack joshblack requested a review from a team as a code owner June 23, 2026 20:19
@joshblack joshblack requested review from TylerJDev and Copilot June 23, 2026 20:19
@changeset-bot

changeset-bot Bot commented Jun 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 863d40c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@joshblack joshblack enabled auto-merge June 23, 2026 20:19
@joshblack joshblack added skip changeset This change does not need a changelog integration-tests: skipped manually Changes in this PR do not require an integration test labels Jun 23, 2026
@github-actions github-actions Bot added the staff Author is a staff member label Jun 23, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes @primer/react-canvas publishable by removing its private flag, aligning it with the repo’s Changesets-driven release workflow so it can be released alongside other packages when versioned.

Changes:

  • Removed "private": true from packages/canvas/package.json to allow publication.
Show a summary per file
File Description
packages/canvas/package.json Removes the private flag so the package can participate in normal publish workflows.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment on lines 1 to 4
{
"name": "@primer/react-canvas",
"private": true,
"version": "0.0.2",
"type": "module",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: skipped manually Changes in this PR do not require an integration test skip changeset This change does not need a changelog staff Author is a staff member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants