You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/v1-meta/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# `@remix-run/v1-meta`
2
2
3
+
## 0.1.3-pre.0
4
+
5
+
### Patch Changes
6
+
7
+
- Simplify build to only emit CJS files which allows this to be used in either an ESM or CJS Remix application without running into module format issues ([#25](https://github.com/remix-run/v1-compat-utils/pull/25))
Copy file name to clipboardExpand all lines: packages/v1-route-convention/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# `@remix-run/v1-route-convention`
2
2
3
+
## 0.1.4-pre.0
4
+
5
+
### Patch Changes
6
+
7
+
- Simplify build to only emit CJS files which allows this to be used in either an ESM or CJS Remix application without running into module format issues ([#25](https://github.com/remix-run/v1-compat-utils/pull/25))
0 commit comments