Skip to content

Commit 845a97d

Browse files
chore: Update version for release (pre) (#31)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 757450a commit 845a97d

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"@remix-run/v1-meta": "0.1.2",
66
"@remix-run/v1-route-convention": "0.1.3"
77
},
8-
"changesets": []
8+
"changesets": [
9+
"dry-stingrays-divide"
10+
]
911
}

packages/v1-meta/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@remix-run/v1-meta`
22

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))
8+
39
## 0.1.2
410

511
### Patch Changes

packages/v1-meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/v1-meta",
3-
"version": "0.1.2",
3+
"version": "0.1.3-pre.0",
44
"homepage": "https://remix.run",
55
"bugs": {
66
"url": "https://github.com/remix-run/v1-compat-utils/issues"

packages/v1-route-convention/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@remix-run/v1-route-convention`
22

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))
8+
39
## 0.1.3
410

511
### Patch Changes

packages/v1-route-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/v1-route-convention",
3-
"version": "0.1.3",
3+
"version": "0.1.4-pre.0",
44
"homepage": "https://remix.run",
55
"bugs": {
66
"url": "https://github.com/remix-run/v1-compat-utils/issues"

0 commit comments

Comments
 (0)