Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions registry/npm/remix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ description: "Full stack web framework focused on web fundamentals and user expe
repository: https://github.com/remix-run/remix

versions:
# Early releases used a unified "v{version}" git tag.
- min_version: "1.0.0"
max_version: "1.6.5"
source:
type: git
url: https://github.com/remix-run/remix
docs_path: docs
tag_pattern: "v{version}"
# From 1.6.5 onward the monorepo tags each package, e.g. "remix@2.17.5".
# The unified "v{version}" tags stopped at v2.11.1.
- min_version: "1.6.5"
source:
type: git
url: https://github.com/remix-run/remix
docs_path: docs
tag_pattern: "remix@{version}"
Loading