diff --git a/.changeset/eight-avocados-destroy.md b/.changeset/eight-avocados-destroy.md deleted file mode 100644 index d177ae1fee..0000000000 --- a/.changeset/eight-avocados-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-sveltekit": patch ---- - -Invalid `href`s in your app no longer cause errors to be thrown in ``. During development a warning is logged. diff --git a/.changeset/little-boats-fly.md b/.changeset/little-boats-fly.md deleted file mode 100644 index c758ee4e41..0000000000 --- a/.changeset/little-boats-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/plugin-next-intl": patch ---- - -support more flexible hooks argument passing diff --git a/.changeset/nine-hairs-run.md b/.changeset/nine-hairs-run.md deleted file mode 100644 index 7acdbf06b5..0000000000 --- a/.changeset/nine-hairs-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-sveltekit": patch ---- - -The link preprocessor no longer crashes when encountering a file with a syntax error. Insetad it will log a warning & noop. Reporting the error is delegated to the main svelte parser. diff --git a/.changeset/old-cars-confess.md b/.changeset/old-cars-confess.md deleted file mode 100644 index 2453dd2119..0000000000 --- a/.changeset/old-cars-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/plugin-next-intl": patch ---- - -improve namespace parser to catch hooks sequentially diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md index cf9de700d3..5d69bbed9d 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-sveltekit +## 0.9.1 + +### Patch Changes + +- f0192d2: Invalid `href`s in your app no longer cause errors to be thrown in ``. During development a warning is logged. +- 255fd41: The link preprocessor no longer crashes when encountering a file with a syntax error. Insetad it will log a warning & noop. Reporting the error is delegated to the main svelte parser. + ## 0.9.0 ### Minor Changes diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md index 7b287f6a34..882d918035 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-sveltekit-example +## 0.1.53 + +### Patch Changes + +- Updated dependencies [f0192d2] +- Updated dependencies [255fd41] + - @inlang/paraglide-sveltekit@0.9.1 + ## 0.1.52 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json b/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json index d07cabf4e2..af128a0816 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json +++ b/inlang/source-code/paraglide/paraglide-sveltekit/example/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-sveltekit-example", - "version": "0.1.52", + "version": "0.1.53", "private": true, "scripts": { "_dev": "vite dev", diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/package.json b/inlang/source-code/paraglide/paraglide-sveltekit/package.json index 774d8d8fb8..aef87fcf7a 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/package.json +++ b/inlang/source-code/paraglide/paraglide-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-sveltekit", - "version": "0.9.0", + "version": "0.9.1", "type": "module", "main": "./dist/runtime/index.js", "types": "./dist/runtime/index.d.ts", diff --git a/inlang/source-code/plugins/next-intl/CHANGELOG.md b/inlang/source-code/plugins/next-intl/CHANGELOG.md index 0e0b8d586e..dc79edddc7 100644 --- a/inlang/source-code/plugins/next-intl/CHANGELOG.md +++ b/inlang/source-code/plugins/next-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/plugin-next-intl +## 1.3.38 + +### Patch Changes + +- 6a37426: support more flexible hooks argument passing +- c780d2f: improve namespace parser to catch hooks sequentially + ## 1.3.37 ### Patch Changes diff --git a/inlang/source-code/plugins/next-intl/package.json b/inlang/source-code/plugins/next-intl/package.json index db94ec6fae..12b7ae938b 100644 --- a/inlang/source-code/plugins/next-intl/package.json +++ b/inlang/source-code/plugins/next-intl/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/plugin-next-intl", - "version": "1.3.37", + "version": "1.3.38", "type": "module", "exports": { ".": "./dist/index.js"