Skip to content

Commit ad8a264

Browse files
chore: Update version for release (pre) (#9)
1 parent 7ad94d3 commit ad8a264

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@remix-run/v1-route-convention": "0.0.0"
77
},
88
"changesets": [
9-
"fast-bats-fold"
9+
"fast-bats-fold",
10+
"ten-apes-rest"
1011
]
1112
}

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.0-pre.1
4+
5+
### Patch Changes
6+
7+
- Add `getParentsData` helper function ([`7ad94d3`](https://github.com/remix-run/v1-compat-utils/commit/7ad94d3d078fb694650ae886e11c0a50a9ada70b))
8+
39
## 0.1.0-pre.0
410

511
### Minor 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.0-pre.0",
3+
"version": "0.1.0-pre.1",
44
"homepage": "https://remix.run",
55
"bugs": {
66
"url": "https://github.com/remix-run/v1-compat-utils/issues"

0 commit comments

Comments
 (0)