Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 1, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

bob-the-bundler@3.0.0

Major Changes

  • 0f3f9ac: Remove the flat-pack, validate and run commands that are no longer maintained and used.

  • 1605028: Remove the global config. Please add bob: false to the individual package.json workspaces that should not be processed by bob.

    This is the new config format for bob.

    type BobConfig =
      /** completely disable bob for this package. */
      | false
      | {
          /** Whether the package should be built. */
          build?:
            | false
            | {
                /** Files to copy from the package root to dist */
                copy?: Array<string>;
              };
          /** Whether the package should be checked. */
          check?:
            | false
            | {
                /** Exports within the package that should not be checked. */
                skip?: Array<string>;
              };
        };

@github-actions github-actions bot force-pushed the changeset-release/master branch from 68f1046 to 845a59f Compare July 3, 2022 22:34
@github-actions github-actions bot force-pushed the changeset-release/master branch from 845a59f to b8f0e76 Compare July 4, 2022 16:37
@n1ru4l n1ru4l merged commit a35d7ce into master Jul 4, 2022
@n1ru4l n1ru4l deleted the changeset-release/master branch July 4, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant