Skip to content

Commit

Permalink
chore(deploy): Release (#35)
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 Aug 15, 2024
1 parent e5eca20 commit d2f6705
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 25 deletions.
19 changes: 0 additions & 19 deletions .changeset/nervous-weeks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-ties-peel.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- e5eca20: extract compile path function

before:

```ts
LowRouter.compilePath(path)(params)
```

after:

```ts
compilePath(path)(params)
```

- compile base if it contains params in createUrl

- 71279f3: extract compilePath static method as external function

## 0.7.0

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

0 comments on commit d2f6705

Please sign in to comment.