Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #925

Merged
merged 1 commit into from
May 8, 2022
Merged

Version Packages #925

merged 1 commit into from
May 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 8, 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 main, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #924 3bdba63 Thanks @threepointone! - fix: withwrangler init, test for existence of package.json/ tsconfig.json / .git in the right locations

    When running wrangler.init, we look for the existence of package.json, / tsconfig.json / .git when deciding whether we should create them ourselves or not. Because name can be a relative path, we had a bug where we don't starting look from the right directory. We also had a bug where we weren't even testing for the existence of the .git directory correctly. This patch fixes that initial starting location, tests for .git as a directory, and correctly decides when to create those files.

@threepointone threepointone merged commit 18adf1a into main May 8, 2022
@threepointone threepointone deleted the changeset-release/main branch May 8, 2022 13:52
beratbayram pushed a commit to beratbayram/workers-sdk that referenced this pull request Jan 21, 2025
emily-shen pushed a commit that referenced this pull request Feb 10, 2025
* resolves #925

* fixes issue name

* fix(create-cloudflare): update version from major to patch

* Revert last 3 commits

* fix(create-cloudflare): removed top-level await in next.config.ts

* fix(create-cloudflare): typo fix

* fix(create-cloudflare): changeset fix

* fix(create-cloudflare): Update .changeset/famous-coats-admire.md

Co-authored-by: Victor Berchet <[email protected]>

* fix(create-cloudflare): Update .changeset/famous-coats-admire.md 2

* fix(create-cloudflare): Update .changeset/famous-coats-admire.md 3

Co-authored-by: Victor Berchet <[email protected]>

* fix(create-cloudflare): pnpm fix on changeset

---------

Co-authored-by: Berat BAYRAM <[email protected]>
Co-authored-by: Victor Berchet <[email protected]>
Co-authored-by: Carmen Popoviciu <[email protected]>
GregBrimble pushed a commit that referenced this pull request Feb 10, 2025
* resolves #925

* fixes issue name

* fix(create-cloudflare): update version from major to patch

* Revert last 3 commits

* fix(create-cloudflare): removed top-level await in next.config.ts

* fix(create-cloudflare): typo fix

* fix(create-cloudflare): changeset fix

* fix(create-cloudflare): Update .changeset/famous-coats-admire.md

Co-authored-by: Victor Berchet <[email protected]>

* fix(create-cloudflare): Update .changeset/famous-coats-admire.md 2

* fix(create-cloudflare): Update .changeset/famous-coats-admire.md 3

Co-authored-by: Victor Berchet <[email protected]>

* fix(create-cloudflare): pnpm fix on changeset

---------

Co-authored-by: Berat BAYRAM <[email protected]>
Co-authored-by: Victor Berchet <[email protected]>
Co-authored-by: Carmen Popoviciu <[email protected]>
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