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

chore: Update version for release (pre) #4390

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

remix-run-bot
Copy link
Contributor

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 release-next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

create-remix@1.7.3-pre.0

Patch Changes

  • Update create-remix to use the new examples repository when using --template example/<name> (#4208)
  • Updated dependencies:
    • @remix-run/dev@1.7.3-pre.0

remix@1.7.3-pre.0

Patch Changes

  • Add support for setting moduleResolution to node, node16 or nodenext in tsconfig.json. (#4034)

  • Add resources imported only by resource routes to assetsBuildDirectory (#3841)

  • Ensure that any assets referenced in CSS files are hashed and copied to the assetsBuildDirectory. (#4130)

    Before this change, a CSS declaration like background: url('./relative-path/image.png'); that references the file ./relative-path/image.png will not copy that file to the build directory. This can be a problem if you use a custom build directory, or when dealing with third-party stylesheets in node_modules that reference their own relative files.

  • Ensure that <Form /> respects the formMethod attribute set on the submitter element (#4053)

    <Form>
      <button type="submit">GET request</button>
      <button type="submit" formMethod="post">
        POST request
      </button>
    </Form>
  • Fixed a bug that affected .wav and .webm audio file imports (#4290)

  • Updated the @remix-run/web-fetch dependency. This fixes issues with {Request | Response}.clone() throwing when body is null. This update also adds additional Node.js-specific types to fetch() to support the use of agent from http and https. (#4277)

See the CHANGELOG.md in individual Remix packages for all changes.

@remix-run/architect@1.7.3-pre.0

Patch Changes

  • Fixed a bug that affected .wav and .webm audio file imports (#4290)
  • Updated dependencies:
    • @remix-run/node@1.7.3-pre.0

@remix-run/cloudflare@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.7.3-pre.0

@remix-run/cloudflare-pages@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.7.3-pre.0

@remix-run/cloudflare-workers@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.7.3-pre.0

@remix-run/deno@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.7.3-pre.0

@remix-run/dev@1.7.3-pre.0

Patch Changes

  • Update create-remix to use the new examples repository when using --template example/<name> (#4208)

  • Add support for setting moduleResolution to node, node16 or nodenext in tsconfig.json. (#4034)

  • Add resources imported only by resource routes to assetsBuildDirectory (#3841)

  • Ensure that any assets referenced in CSS files are hashed and copied to the assetsBuildDirectory. (#4130)

    Before this change, a CSS declaration like background: url('./relative-path/image.png'); that references the file ./relative-path/image.png will not copy that file to the build directory. This can be a problem if you use a custom build directory, or when dealing with third-party stylesheets in node_modules that reference their own relative files.

  • Updated dependencies:

    • @remix-run/serve@1.7.3-pre.0
    • @remix-run/server-runtime@1.7.3-pre.0

@remix-run/express@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.3-pre.0

@remix-run/netlify@1.7.3-pre.0

Patch Changes

  • Fixed a bug that affected .wav and .webm audio file imports (#4290)
  • Updated dependencies:
    • @remix-run/node@1.7.3-pre.0

@remix-run/node@1.7.3-pre.0

Patch Changes

  • Updated the @remix-run/web-fetch dependency. This fixes issues with {Request | Response}.clone() throwing when body is null. This update also adds additional Node.js-specific types to fetch() to support the use of agent from http and https. (#4277)
  • Updated dependencies:
    • @remix-run/server-runtime@1.7.3-pre.0

@remix-run/react@1.7.3-pre.0

Patch Changes

  • Ensure that <Form /> respects the formMethod attribute set on the submitter element (#4053)

    <Form>
      <button type="submit">GET request</button>
      <button type="submit" formMethod="post">
        POST request
      </button>
    </Form>

@remix-run/serve@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.7.3-pre.0

@remix-run/vercel@1.7.3-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.3-pre.0

@remix-run/eslint-config@1.7.3-pre.0

@remix-run/server-runtime@1.7.3-pre.0

@chaance chaance merged commit 321d0cd into release-next Oct 19, 2022
@chaance chaance deleted the changeset-release/release-next branch October 19, 2022 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants