Skip to content

Commit

Permalink
Version Packages (#156)
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 Jun 27, 2024
1 parent d8da763 commit fd6533a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-knives-mate.md

This file was deleted.

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

## 0.0.21

### Patch Changes

- Updated dependencies [3c87155]
- [email protected]

## 0.0.20

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

## 0.0.21

### Patch Changes

- Updated dependencies [3c87155]
- [email protected]

## 0.0.20

### 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.20",
"version": "0.0.21",
"private": true,
"engines": {
"node": ">=16"
Expand Down
6 changes: 6 additions & 0 deletions packages/rescript-relay-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rescript-relay-router

## 1.3.0

### Minor Changes

- 3c87155: Add `usePathParams` hook

## 1.2.1

### 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": "1.2.1",
"version": "1.3.0",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit fd6533a

Please sign in to comment.