Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 27, 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@4.0.0

Major Changes

  • f685733: Change the exports map again, to please TypeScript commonjs :)

    This is a major breaking change as it requires adjusting your package.json exports map.

    The require entries file extension must be changed from .d.ts to .d.cts.

      {
        "exports": {
          ".": {
            "require": {
    -          "types": "./dist/typings/index.d.ts",
    +          "types": "./dist/typings/index.d.cts"
            }
          }
        }
      }

Minor Changes

  • 14fa965: Disable commonjs output via package.json

    {
      "name": "my-package",
      "bob": {
        "commonjs": false
      }
    }
  • b8db426: Ignore __tests__ and __testUtils__ from bundling

@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 48a920b to c9ad7b3 Compare July 31, 2022 01:14
@github-actions github-actions bot force-pushed the changeset-release/master branch from c9ad7b3 to 5658dca Compare August 5, 2022 09:16
@n1ru4l n1ru4l merged commit 11b8532 into master Aug 5, 2022
@n1ru4l n1ru4l deleted the changeset-release/master branch August 5, 2022 09:33
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.

2 participants