Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed Dec 6, 2023
1 parent 8b720e7 commit 8d48ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/tutorial-routing-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ import type { RewriteRouteOption } from 'qwik-speak';
export const rewriteRoutes: RewriteRouteOption[] = [
// No prefix/paths for default locale
{
lang: 'en',
domain: 'example.com',
paths: {}
},
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-speak/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/qwik-speak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwik-speak",
"version": "0.17.0",
"version": "0.18.0",
"description": "Internationalization (i18n) library to translate texts, dates and numbers in Qwik apps",
"scripts": {
"api-extractor": "api-extractor run --local && api-extractor run --local --config tools/api-extractor.inline.json && api-extractor run --local --config tools/api-extractor.extract.json",
Expand Down

0 comments on commit 8d48ac3

Please sign in to comment.