Skip to content

Commit

Permalink
chore: Update version for release (#5456)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Brophy <[email protected]>
mcansh and brophdawg11 authored Feb 15, 2023
1 parent 7058e80 commit 6967e5e
Showing 46 changed files with 95 additions and 438 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-plums-film.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-bees-collect.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gorgeous-meals-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-beers-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-crabs-sort.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lemon-humans-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-pans-attack.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nine-apricots-breathe.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-insects-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-swans-burn.md

This file was deleted.

18 changes: 2 additions & 16 deletions packages/create-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `create-remix`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/create-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-remix",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Create a new Remix app",
"homepage": "https://remix.run",
"bugs": {
@@ -17,7 +17,7 @@
"create-remix": "dist/cli.js"
},
"dependencies": {
"@remix-run/dev": "1.13.0-pre.2"
"@remix-run/dev": "1.13.0"
},
"engines": {
"node": ">=14"
20 changes: 3 additions & 17 deletions packages/remix-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# `@remix-run/architect`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Fix fetch `Request` creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.0

### Patch Changes

- Fix Fetch Request creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-architect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/architect",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Architect server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -15,7 +15,7 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@architect/functions": "^5.2.0",
"@remix-run/node": "1.13.0-pre.2",
"@remix-run/node": "1.13.0",
"@types/aws-lambda": "^8.10.82"
},
"devDependencies": {
18 changes: 2 additions & 16 deletions packages/remix-cloudflare-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `@remix-run/cloudflare-pages`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-cloudflare-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/cloudflare-pages",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Cloudflare Pages request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -15,7 +15,7 @@
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"dependencies": {
"@remix-run/cloudflare": "1.13.0-pre.2"
"@remix-run/cloudflare": "1.13.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.4.0",
18 changes: 2 additions & 16 deletions packages/remix-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `@remix-run/cloudflare-workers`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/cloudflare-workers",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Cloudflare worker request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -16,7 +16,7 @@
"module": "dist/esm/index.js",
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.1.3",
"@remix-run/cloudflare": "1.13.0-pre.2"
"@remix-run/cloudflare": "1.13.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.4.0"
18 changes: 2 additions & 16 deletions packages/remix-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `@remix-run/cloudflare`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/cloudflare",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Cloudflare platform abstractions for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -15,7 +15,7 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.1.3",
"@remix-run/server-runtime": "1.13.0-pre.2"
"@remix-run/server-runtime": "1.13.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.4.0"
18 changes: 2 additions & 16 deletions packages/remix-css-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# @remix-run/css-bundle

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-css-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/css-bundle",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "CSS bundle href when using CSS bundling features in Remix",
"homepage": "https://remix.run",
"bugs": {
@@ -20,6 +20,6 @@
"./dist/esm/server.js": "./dist/esm/browser.js"
},
"dependencies": {
"@remix-run/dev": "1.13.0-pre.2"
"@remix-run/dev": "1.13.0"
}
}
18 changes: 2 additions & 16 deletions packages/remix-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `@remix-run/deno`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.1`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.0`
- `@remix-run/server-runtime@1.13.0`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/deno",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Deno platform abstractions for Remix",
"homepage": "https://remix.run",
"main": "./index.ts",
@@ -15,7 +15,7 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@remix-run/server-runtime": "1.13.0-pre.2",
"@remix-run/server-runtime": "1.13.0",
"mime": "^3.0.0"
},
"engines": {
52 changes: 6 additions & 46 deletions packages/remix-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,20 @@
# `@remix-run/dev`

## 1.13.0-pre.2

### Patch Changes

- Ignore failed clean up attempts for dev server, ([#5412](https://github.com/remix-run/remix/pull/5412))
since cleanups are purely optimizations.
Worst-case, the next rebuild triggers a cleanup.

Do the same for `unstable_dev`.

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.1`

## 1.13.0-pre.0
## 1.13.0

### Minor Changes

- Deprecate remix config `serverBuildTarget` in favor of a more flexible combination of the existing [publicPath](https://remix.run/file-conventions/remix-config#publicpath), [serverBuildPath](https://remix.run/file-conventions/remix-config#serverbuildpath), [serverDependenciesToBundle](https://remix.run/file-conventions/remix-config#serverdependenciestobundle) along with net new [serverMainFields](https://remix.run/file-conventions/remix-config#servermainfields), [serverConditions](https://remix.run/file-conventions/remix-config#serverconditions), [serverMinify](https://remix.run/file-conventions/remix-config#serverminify), and the un-deprecated [serverModuleFormat](https://remix.run/file-conventions/remix-config#servermoduleformat) and [serverPlatform](https://remix.run/file-conventions/remix-config#serverplatform) options. ([#5354](https://github.com/remix-run/remix/pull/5354))
- Add unstable built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add unstable built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- We are deprecating `serverBuildTarget` in `remix.config`. See the [release notes for v1.13.0](https://github.com/remix-run/remix/releases/tag/remix%401.13.0) for more information. ([#5354](https://github.com/remix-run/remix/pull/5354))
- Add built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))

### Patch Changes

- allow tailwind.config.cjs when using `future.unstable_tailwind` ([#5358](https://github.com/remix-run/remix/pull/5358))
- Mark Vanilla Extract files as side effects to ensure that files only containing global styles aren't tree-shaken ([#5246](https://github.com/remix-run/remix/pull/5246))
- Support decorators in files using CSS side-effect imports ([#5305](https://github.com/remix-run/remix/pull/5305))
- flat route fixes and enhancements ([#5228](https://github.com/remix-run/remix/pull/5228))

`app._index.tsx` and `app/index.tsx` are different routes. The first is an index route for the second, and will be rendered into the parent outlet. The second is the parent route itself.

`index.tsx` no longer has any semantic meaning for "index routes", but rather the node module resolution convention of "index modules".

`routes/app.tsx` and `routes/app/index.tsx` _are the same route_. You just moved it to a folder and made an `index.tsx` because that's how node module resolution looks for the module at `routes/app`.

If you want an index route, you use `_index`

| file name | route path | layout |
| ----------------------------- | ------------------- | ------------------------------------------ |
| `routes/index.tsx` | `/index` | root |
| `routes/_index.tsx` | `/` | root |
| `routes/app.tsx` | `/app` | root |
| `routes/app/index.tsx` | same route as above | root |
| `routes/app._index.tsx` | `/app` | `routes/app.tsx` or `routes/app/index.tsx` |
| `routes/app._index/index.tsx` | same route as above | `routes/app.tsx` or `routes/app/index.tsx` |

- We made several Flat route fixes and enhancements. See the [release notes for v1.13.0](https://github.com/remix-run/remix/releases/tag/remix%401.13.0) for more information. ([#5228](https://github.com/remix-run/remix/pull/5228))
- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.0`
- `@remix-run/serve@1.13.0-pre.0`
- `@remix-run/server-runtime@1.13.0`

## 1.12.0

8 changes: 4 additions & 4 deletions packages/remix-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/dev",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Dev tools and CLI for Remix",
"homepage": "https://remix.run",
"bugs": {
@@ -29,7 +29,7 @@
"@babel/types": "^7.20.2",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@npmcli/package-json": "^2.0.0",
"@remix-run/server-runtime": "1.13.0-pre.2",
"@remix-run/server-runtime": "1.13.0",
"@vanilla-extract/integration": "^6.0.2",
"arg": "^5.0.1",
"cacache": "^15.0.5",
@@ -71,7 +71,7 @@
"xdm": "^2.0.0"
},
"devDependencies": {
"@remix-run/serve": "1.13.0-pre.2",
"@remix-run/serve": "1.13.0",
"@types/cacache": "^15.0.0",
"@types/gunzip-maybe": "^1.4.0",
"@types/inquirer": "^8.2.0",
@@ -90,7 +90,7 @@
"type-fest": "^2.16.0"
},
"peerDependencies": {
"@remix-run/serve": "^1.13.0-pre.2"
"@remix-run/serve": "^1.13.0"
},
"peerDependenciesMeta": {
"@remix-run/serve": {
12 changes: 8 additions & 4 deletions packages/remix-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# `@remix-run/eslint-config`

## 1.13.0-pre.2
## 1.13.0

## 1.13.0-pre.1

## 1.13.0-pre.0
No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.13.0) for an overview of all changes in v1.10.1.

## 1.12.0

No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.12.0) for an overview of all changes in v1.10.1.

## 1.11.1

No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.11.1) for an overview of all changes in v1.10.1.

## 1.11.0

No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.11.0) for an overview of all changes in v1.10.1.

## 1.10.1

No significant changes to this package were made in this release. [See the releases page on GitHub](https://github.com/remix-run/remix/releases/tag/remix%401.10.1) for an overview of all changes in v1.10.1.
2 changes: 1 addition & 1 deletion packages/remix-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/eslint-config",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "ESLint configuration for Remix projects",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
20 changes: 3 additions & 17 deletions packages/remix-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# `@remix-run/express`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Fix fetch `Request` creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/node@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/node@1.13.0-pre.1`

## 1.13.0-pre.0

### Patch Changes

- Fix Fetch Request creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/node@1.13.0-pre.0`
- `@remix-run/node@1.13.0`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/express",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Express server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -14,7 +14,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@remix-run/node": "1.13.0-pre.2"
"@remix-run/node": "1.13.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
20 changes: 3 additions & 17 deletions packages/remix-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# `@remix-run/netlify`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Fix fetch `Request` creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/node@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/node@1.13.0-pre.1`

## 1.13.0-pre.0

### Patch Changes

- Fix Fetch Request creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/node@1.13.0-pre.0`
- `@remix-run/node@1.13.0`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/netlify",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Netlify server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -14,7 +14,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@remix-run/node": "1.13.0-pre.2"
"@remix-run/node": "1.13.0"
},
"devDependencies": {
"@netlify/functions": "^1.0.0"
18 changes: 2 additions & 16 deletions packages/remix-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `@remix-run/node`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.1`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/server-runtime@1.13.0-pre.0`
- `@remix-run/server-runtime@1.13.0`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/node",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Node.js platform abstractions for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -15,7 +15,7 @@
"typings": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@remix-run/server-runtime": "1.13.0-pre.2",
"@remix-run/server-runtime": "1.13.0",
"@remix-run/web-fetch": "^4.3.2",
"@remix-run/web-file": "^3.0.2",
"@remix-run/web-stream": "^1.0.3",
22 changes: 6 additions & 16 deletions packages/remix-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# `@remix-run/react`

## 1.13.0-pre.2

## 1.13.0-pre.1

### Patch Changes

- Update the the [latest `react-router` versions](https://github.com/remix-run/react-router/releases/tag/react-router%406.8.1) ([#5389](https://github.com/remix-run/remix/pull/5389))
- `react-router-dom@6.8.1`
- `@remix-run/router@1.3.2`
- Added better detection for absolute urls in `<Link>`/`<NavLink>` components ([#5286](https://github.com/remix-run/remix/pull/5286)) ([#5390](https://github.com/remix-run/remix/pull/5390))

## 1.13.0-pre.0
## 1.13.0

### Minor Changes

- Add unstable built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add unstable built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))

### Patch Changes

- Improve efficiency of route manifest->tree transformation ([#4748](https://github.com/remix-run/remix/pull/4748))
- fix(react): live reload works without `<Scripts />` ([#5339](https://github.com/remix-run/remix/pull/5339))
- 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.8.1) ([#5389](https://github.com/remix-run/remix/pull/5389))
- Improve efficiency of route manifest-to-tree transformation ([#4748](https://github.com/remix-run/remix/pull/4748))
- Added better detection for absolute urls in `<Link>` and `<NavLink>` components ([#5390](https://github.com/remix-run/remix/pull/5390))

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/react",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "React DOM bindings for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -21,7 +21,7 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@remix-run/server-runtime": "1.13.0-pre.2",
"@remix-run/server-runtime": "1.13.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.3.0",
"abort-controller": "^3.0.0",
18 changes: 2 additions & 16 deletions packages/remix-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# `@remix-run/serve`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Updated dependencies:
- `@remix-run/express@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/express@1.13.0-pre.1`

## 1.13.0-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/express@1.13.0-pre.0`
- `@remix-run/express@1.13.0`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/serve",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Production application server for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -17,7 +17,7 @@
"remix-serve": "dist/cli.js"
},
"dependencies": {
"@remix-run/express": "1.13.0-pre.2",
"@remix-run/express": "1.13.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"morgan": "^1.10.0"
19 changes: 5 additions & 14 deletions packages/remix-server-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
# `@remix-run/server-runtime`

## 1.13.0-pre.2

## 1.13.0-pre.1

### Patch Changes

- Update the the [latest `react-router` versions](https://github.com/remix-run/react-router/releases/tag/react-router%406.8.1) ([#5389](https://github.com/remix-run/remix/pull/5389))
- `react-router-dom@6.8.1`
- `@remix-run/router@1.3.2`

## 1.13.0-pre.0
## 1.13.0

### Minor Changes

- Add unstable built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add unstable built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))

### Patch Changes

- Improve efficiency of route manifest->tree transformation ([#4748](https://github.com/remix-run/remix/pull/4748))
- 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.8.1) ([#5389](https://github.com/remix-run/remix/pull/5389))
- Improve efficiency of route manifest-to-tree transformation ([#4748](https://github.com/remix-run/remix/pull/4748))

## 1.12.0

2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/server-runtime",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Server runtime for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
30 changes: 6 additions & 24 deletions packages/remix-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
# `@remix-run/testing`

## 1.13.0-pre.2

### Patch Changes

- Updated dependencies:
- `@remix-run/node@1.13.0-pre.2`
- `@remix-run/react@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Update the the [latest `react-router` versions](https://github.com/remix-run/react-router/releases/tag/react-router%406.8.1) ([#5389](https://github.com/remix-run/remix/pull/5389))
- `react-router-dom@6.8.1`
- `@remix-run/router@1.3.2`
- Updated dependencies:
- `@remix-run/react@1.13.0-pre.1`
- `@remix-run/node@1.13.0-pre.1`

## 1.13.0-pre.0
## 1.13.0

### Minor Changes

- Add unstable built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add unstable built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))
- Add built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://github.com/remix-run/remix/pull/5229))

### Patch Changes

- 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.8.1) ([#5389](https://github.com/remix-run/remix/pull/5389))
- Updated dependencies:
- `@remix-run/react@1.13.0-pre.0`
- `@remix-run/node@1.13.0-pre.0`
- `@remix-run/react@1.13.0`
- `@remix-run/node@1.13.0`

## 1.12.0

6 changes: 3 additions & 3 deletions packages/remix-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/testing",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Testing utilities for Remix apps",
"homepage": "https://remix.run",
"bugs": {
@@ -16,8 +16,8 @@
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"dependencies": {
"@remix-run/node": "1.13.0-pre.2",
"@remix-run/react": "1.13.0-pre.2",
"@remix-run/node": "1.13.0",
"@remix-run/react": "1.13.0",
"@remix-run/router": "1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
20 changes: 3 additions & 17 deletions packages/remix-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# `@remix-run/vercel`

## 1.13.0-pre.2
## 1.13.0

### Patch Changes

- Fix fetch `Request` creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/node@1.13.0-pre.2`

## 1.13.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/node@1.13.0-pre.1`

## 1.13.0-pre.0

### Patch Changes

- Fix Fetch Request creation for incoming URLs with double slashes ([#5336](https://github.com/remix-run/remix/pull/5336))
- Updated dependencies:
- `@remix-run/node@1.13.0-pre.0`
- `@remix-run/node@1.13.0`

## 1.12.0

4 changes: 2 additions & 2 deletions packages/remix-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/vercel",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "Vercel server request handler for Remix",
"bugs": {
"url": "https://github.com/remix-run/remix/issues"
@@ -14,7 +14,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@remix-run/node": "1.13.0-pre.2"
"@remix-run/node": "1.13.0"
},
"devDependencies": {
"@types/supertest": "^2.0.10",
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix",
"version": "1.13.0-pre.2",
"version": "1.13.0",
"description": "A framework for building better websites",
"homepage": "https://remix.run",
"bugs": {

0 comments on commit 6967e5e

Please sign in to comment.