Skip to content

Commit f1b5cb1

Browse files
chore: Update version for release (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent dabaa9a commit f1b5cb1

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

.changeset/pre.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/sibling-pathless-routes.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/v1-route-convention/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# `@remix-run/v1-route-convention`
22

3-
## 0.1.2-pre.0
3+
## 0.1.2
44

55
### Patch Changes
66

77
- Fix route ranking bug with pathless layout route next to a sibling index route ([#20](https://github.com/remix-run/v1-compat-utils/pull/20))
8-
98
- Under the hood this is done by removing the trailing slash from all generated `path` values since the number of slash-delimited segments counts towards route ranking so the trailing slash incorrectly increases the score for routes
10-
119
- Support sibling pathless layout routes by removing pathless layout routes from the unique route path checks in conventional route generation since they inherently trigger duplicate paths ([#20](https://github.com/remix-run/v1-compat-utils/pull/20))
1210

1311
## 0.1.1

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

0 commit comments

Comments
 (0)