remix 1.8.0-pre.3 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,17 +1,3 @@
1
1
  # `remix`
2
2
 
3
- ## 1.8.0-pre.3
4
-
5
- ## 1.8.0-pre.2
6
-
7
- ### Patch Changes
8
-
9
- - add JSDoc deprecation to CJS exports ([#4673](https://github.com/remix-run/remix/pull/4673))
10
-
11
- ## 1.8.0-pre.1
12
-
13
- ### Patch Changes
14
-
15
- - Importing functions and types from the `remix` package is deprecated, and all exported modules will be removed in the next major release. For more details,[see the release notes for 1.4.0](https://github.com/remix-run/remix/releases/tag/v1.4.0) where these changes were first announced. ([#4661](https://github.com/remix-run/remix/pull/4661))
16
-
17
3
  See the `CHANGELOG.md` in individual Remix packages for all changes.
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * remix v1.8.0-pre.3
2
+ * remix v1.8.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * remix v1.8.0-pre.3
2
+ * remix v1.8.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remix",
3
- "version": "1.8.0-pre.3",
3
+ "version": "1.8.0",
4
4
  "description": "A framework for building better websites",
5
5
  "homepage": "https://remix.run",
6
6
  "bugs": {