We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad94d3 commit ad8a264Copy full SHA for ad8a264
.changeset/pre.json
@@ -6,6 +6,7 @@
6
"@remix-run/v1-route-convention": "0.0.0"
7
},
8
"changesets": [
9
- "fast-bats-fold"
+ "fast-bats-fold",
10
+ "ten-apes-rest"
11
]
12
}
packages/v1-meta/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# `@remix-run/v1-meta`
2
3
+## 0.1.0-pre.1
4
+
5
+### Patch Changes
+- Add `getParentsData` helper function ([`7ad94d3`](https://github.com/remix-run/v1-compat-utils/commit/7ad94d3d078fb694650ae886e11c0a50a9ada70b))
## 0.1.0-pre.0
### Minor Changes
packages/v1-meta/package.json
@@ -1,6 +1,6 @@
{
"name": "@remix-run/v1-meta",
- "version": "0.1.0-pre.0",
+ "version": "0.1.0-pre.1",
"homepage": "https://remix.run",
"bugs": {
"url": "https://github.com/remix-run/v1-compat-utils/issues"
0 commit comments