Skip to content

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed Mar 12, 2024
1 parent 536fbc7 commit c22f790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial-routing-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const onRequest: RequestHandler = ({ locale, error, redirect }) => {

// E.g. Redirect
// if (!locale()) {
// const getPath = localizePath();
// const getPath = translatePath();
// throw redirect(302, getPath('/page', 'en-US')); // Let the server know the language to use
// }
};
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.21.0",
"version": "0.22.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 c22f790

Please sign in to comment.