Skip to content

Commit

Permalink
Version Packages (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 17, 2022
1 parent f396f8e commit b80a868
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-schools-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-pets-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-geese-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-ties-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-turtles-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-parents-drop.md

This file was deleted.

13 changes: 13 additions & 0 deletions examples/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rescript-relay-router-example/express

## 0.0.2

### Patch Changes

- 65523d8: Update to Vite 3
- Updated dependencies [a12579e]
- Updated dependencies [a12579e]
- Updated dependencies [f396f8e]
- Updated dependencies [a12579e]
- Updated dependencies [65523d8]
- Updated dependencies [a12579e]
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript-relay-router-example/express",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"engines": {
"node": ">=16"
Expand Down
11 changes: 11 additions & 0 deletions packages/rescript-relay-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# rescript-relay-router

## 0.0.21

### Patch Changes

- a12579e: Fix issue with setting array query params.
- a12579e: Support running route loaders on change of query parameters as well, not just on path changes. Introduce shallow routing mode to preserve previous behavior of `setParams` not triggering route data loaders.
- f396f8e: Add `makeLinkFromQueryParams` helper to route codegen. This helper is intended to be flexible and versatile, enabling a few quality-of-life patterns for producing links in more exotic scenarios.
- a12579e: Expose imperative `getActiveSubRoute` in addition to `useActiveSubRoute`. This makes it easy to imperatively figure out what sub route is active, without having to be in React land.
- 65523d8: Update to Vite 3
- a12579e: Add support for typed path parameters, letting you type path parameters as polyvariants in the cases when all values a path parameter can have is known statically.

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-relay-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-relay-router",
"version": "0.0.20",
"version": "0.0.21",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit b80a868

Please sign in to comment.