Skip to content

Commit

Permalink
update changesets and exit pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Mar 31, 2023
1 parent aff8fff commit 1fe7e04
Show file tree
Hide file tree
Showing 28 changed files with 20 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .changeset/big-squids-hug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/eslint-config": patch
---

Update TypeScript `peerDependency` to allow for `^5.0.0`
Updated TypeScript `peerDependency` to allow for `^5.0.0`
6 changes: 0 additions & 6 deletions .changeset/bump-router-dependency.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/chatty-impalas-grow.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"@remix-run/testing": patch
---

- Bump React Router dependencies to the latest version. [See the release notes for more details.](https://github.com/remix-run/react-router/releases/tag/react-router%406.10.0)
Bumped React Router dependencies to the latest version. [See the release notes for more details.](https://github.com/remix-run/react-router/releases/tag/react-router%406.10.0)
2 changes: 1 addition & 1 deletion .changeset/css-bundle-hmr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/dev": patch
---

Ensure changes to CSS inserted via `@remix-run/css-bundle` are picked up during HMR
Fixed issue to ensure changes to CSS inserted via `@remix-run/css-bundle` are picked up during HMR
2 changes: 1 addition & 1 deletion .changeset/css-bundle-monorepo-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/dev": patch
---

use path.resolve when re-exporting entry.client
We now use `path.resolve` when re-exporting `entry.client`
2 changes: 1 addition & 1 deletion .changeset/css-side-effect-import-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/dev": patch
---

Add support for `.mjs` and `.cjs` extensions when detecting CSS side-effect imports
Added support for `.mjs` and `.cjs` extensions when detecting CSS side-effect imports
2 changes: 1 addition & 1 deletion .changeset/deprecate-fetcher-type-submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/react": minor
---

Deprecate `fetcher.type` and `fetcher.submission` for Remix v2
Deprecated `fetcher.type` and `fetcher.submission` for Remix v2
6 changes: 0 additions & 6 deletions .changeset/entry-client-no-ric.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/flat-boxes-brake.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/server-runtime": patch
---

Add type deprecations for types now in React Router
Added type deprecations for types now in React Router
6 changes: 0 additions & 6 deletions .changeset/flat-routes-perf.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/fluffy-dragons-reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/dev": patch
---

resolves an issue when resolving react-refresh for pnpm users
Fixed resolution issues for pnpm users installing `react-refresh`
6 changes: 0 additions & 6 deletions .changeset/mean-deers-wink.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/meta-deprecation-warning.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/dev": patch
---

Add deprecation warning for `future.v2_meta`
Added deprecation warning for `future.v2_meta`
2 changes: 1 addition & 1 deletion .changeset/no-log-on-aborted-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/server-runtime": patch
---

Don't log server errors for aborted requests as that is an expected flow
Stopped logging server errors for aborted requests
2 changes: 1 addition & 1 deletion .changeset/normalize-form-method-deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/react": minor
---

Add deprecation warnings for `v2_normalizeFormMethod`
Added deprecation warning for `v2_normalizeFormMethod`
2 changes: 1 addition & 1 deletion .changeset/optional-entries-react-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/dev": patch
---

add optional entry file support for React 17
Added optional entry file support for React 17
13 changes: 2 additions & 11 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "pre",
"initialVersions": {
"create-remix": "1.14.3",
Expand All @@ -23,33 +23,24 @@
},
"changesets": [
"big-squids-hug",
"bump-router-dependency",
"chatty-impalas-grow",
"css-bundle-hmr",
"css-bundle-monorepo-fix",
"css-side-effect-import-extensions",
"deprecate-fetcher-type-submission",
"entry-client-no-ric",
"flat-boxes-brake",
"flat-routes-perf",
"fluffy-dragons-reflect",
"mean-deers-wink",
"meta-deprecation-warning",
"meta-v2-enhancements",
"no-log-on-aborted-request",
"normalize-form-method-deprecation",
"normalize-form-method",
"optional-entries-react-17",
"proud-nails-hunt",
"security-dep-bumps",
"shy-forks-dance",
"thick-actors-juggle",
"three-cheetahs-lick",
"tidy-jokes-sparkle",
"v2-preparation-guide",
"vanilla-extract-cache",
"wet-colts-remain",
"wild-beers-agree",
"young-clocks-wink"
"wild-beers-agree"
]
}
2 changes: 1 addition & 1 deletion .changeset/proud-nails-hunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/dev": minor
---

show deprecation warning when `browserBuildDirectory` config is used
Added deprecation warning for `browserBuildDirectory` in `remix.config`
7 changes: 0 additions & 7 deletions .changeset/security-dep-bumps.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-forks-dance.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/thick-actors-juggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/react": minor
---

show deprecation warning when `imagesizes` & `imagesizes` properties are returned from `links` function
Added deprecation warning for normalizing `imagesizes` & `imagesrcset` properties returned from the route `links` function. Both properties should be in camelCase (`imageSizes`/ `imageSrcSet`) to align with their respective JavaScript properties.
2 changes: 1 addition & 1 deletion .changeset/three-cheetahs-lick.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"@remix-run/server-runtime": minor
---

Deprecate `CatchBoundary` in favor of `future.v2_errorBoundary`
Added deprecation warning for `CatchBoundary` in favor of `future.v2_errorBoundary`
2 changes: 1 addition & 1 deletion .changeset/tidy-jokes-sparkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/server-runtime": patch
---

Ensure stack traces are removed from all server side errors in production
We now ensure that stack traces are removed from all server side errors in production
5 changes: 0 additions & 5 deletions .changeset/v2-preparation-guide.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/vanilla-extract-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"@remix-run/server-runtime": minor
---

Add experimental support for Vanilla Extract caching which can be enabled by setting `future.unstable_vanillaExtract: { cache: true }` in `remix.config`. This is considered experimental due to the use of a brand new Vanilla Extract compiler under the hood. Note that in order to use this feature, you must be using at least `v1.10.0` of `@vanilla-extract/css`.
Added experimental support for Vanilla Extract caching, which can be enabled by setting `future.unstable_vanillaExtract: { cache: true }` in `remix.config`. This is considered experimental due to the use of a brand new Vanilla Extract compiler under the hood. In order to use this feature, you must be using at least `v1.10.0` of `@vanilla-extract/css`.
7 changes: 0 additions & 7 deletions .changeset/wet-colts-remain.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/wild-beers-agree.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/dev": minor
---

show deprecation warning when `serverBuildDirectory` config is used
Added deprecation warning for `serverBuildDirectory` in `remix.config`
6 changes: 0 additions & 6 deletions .changeset/young-clocks-wink.md

This file was deleted.

0 comments on commit 1fe7e04

Please sign in to comment.