Skip to content

Commit cb10bff

Browse files
chore: Update version for release (pre) (#29)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 85b33f8 commit cb10bff

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.1",
66
"@remix-run/v1-route-convention": "0.1.2"
77
},
8-
"changesets": []
8+
"changesets": [
9+
"eighty-llamas-bathe"
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.2-pre.0
4+
5+
### Patch Changes
6+
7+
- add remix v2 to peer dependencies ([#28](https://github.com/remix-run/v1-compat-utils/pull/28))
8+
39
## 0.1.1
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.1",
3+
"version": "0.1.2-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.3-pre.0
4+
5+
### Patch Changes
6+
7+
- add remix v2 to peer dependencies ([#28](https://github.com/remix-run/v1-compat-utils/pull/28))
8+
39
## 0.1.2
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.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"

0 commit comments

Comments
 (0)