Skip to content

Commit 407c0f6

Browse files
chore: Update version for release (pre) (#7)
Co-authored-by: Chance Strickland <hi@chance.dev>
1 parent a0f1108 commit 407c0f6

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-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.0.0",
66
"@remix-run/v1-route-convention": "0.0.0"
77
},
8-
"changesets": []
8+
"changesets": [
9+
"fast-bats-fold"
10+
]
911
}

packages/v1-meta/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `@remix-run/v1-meta`
2+
3+
## 0.1.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Initial release

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.0.0",
3+
"version": "0.1.0-pre.0",
44
"homepage": "https://remix.run",
55
"bugs": {
66
"url": "https://github.com/remix-run/v1-compat-utils/issues"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `@remix-run/v1-route-convention`
2+
3+
## 0.1.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Initial release

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.0.0",
3+
"version": "0.1.0-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)