Skip to content

Commit

Permalink
chore(deploy): Release (#55)
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
willybrauner and github-actions[bot] authored Oct 12, 2024
1 parent ec4a034 commit e5016e3
Show file tree
Hide file tree
Showing 4 changed files with 3,723 additions and 4,753 deletions.
25 changes: 0 additions & 25 deletions .changeset/calm-suns-promise.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/low-router-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @wbe/low-router-preact

## 0.5.0

### Minor Changes

- ec4a034: `getStaticProps` params returns `RouteContext` instead route `props` (#54)

before:

```ts
{
path: "/",
getStaticProps: async (props, locale) => {}
}

```

after:

```ts
{
path: "/",
getStaticProps: async (context, locale) => {}
}

```

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/low-router-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wbe/low-router-preact",
"author": "Willy Brauner",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"files": [
"dist"
Expand Down
Loading

0 comments on commit e5016e3

Please sign in to comment.