diff --git a/.changeset/dry-jobs-retire.md b/.changeset/dry-jobs-retire.md deleted file mode 100644 index 94ae77b562..0000000000 --- a/.changeset/dry-jobs-retire.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@inlang/paraglide-next": minor ---- - -[Typed routes](https://nextjs.org/docs/app/api-reference/next-config-js/typedRoutes) are now supported. This adds typesafety to functions that expect an internal link. - -- ``s now have typesafe `href` attributes -- `useRouter` now has has typesafe path arguments - -```ts -import { paraglide } from "@inlang/paraglide-next/plugin" - -export default paraglide({ - experimental: { - typedRoutes: true, // enable this - }, - paraglide: { ... }, -}) -``` \ No newline at end of file diff --git a/.changeset/giant-games-begin.md b/.changeset/giant-games-begin.md deleted file mode 100644 index 881042ab1c..0000000000 --- a/.changeset/giant-games-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-js": patch ---- - -Update dependency diff --git a/.changeset/long-carrots-cover.md b/.changeset/long-carrots-cover.md deleted file mode 100644 index dcffd60281..0000000000 --- a/.changeset/long-carrots-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@inlang/paraglide-unplugin": patch -"@inlang/paraglide-js": patch ---- - -fix internal issues diff --git a/.changeset/new-news-count.md b/.changeset/new-news-count.md deleted file mode 100644 index 15742ca0e7..0000000000 --- a/.changeset/new-news-count.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@inlang/paraglide-sveltekit": patch ---- - -Fixes https://github.com/opral/inlang-paraglide-js/issues/234. - -Paraglide SvelteKit used the cookie name `paraglide:lang` which is -not compliant with rfc6265 standards for cookie names. SvelteKit -recently introduced strict cookie parsing which caused -`paraglide:lang` to be rejected. - -The cookie name has been updated to `paraglide_lang` to be compliant. - -```diff --paraglide:lang -+paraglide_lang -``` - diff --git a/.changeset/tiny-suits-rush.md b/.changeset/tiny-suits-rush.md deleted file mode 100644 index e3a57e6540..0000000000 --- a/.changeset/tiny-suits-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-js": patch ---- - -Include paraglide version in reporting diff --git a/.changeset/unlucky-socks-tell.md b/.changeset/unlucky-socks-tell.md deleted file mode 100644 index 0b3f75b54c..0000000000 --- a/.changeset/unlucky-socks-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/editor": patch ---- - -Fix undefined error when changing settings diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index bcfbc949f7..b37722be9b 100644 --- a/inlang/source-code/editor/CHANGELOG.md +++ b/inlang/source-code/editor/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/editor +## 0.1.10 + +### Patch Changes + +- d36ba43: Fix undefined error when changing settings + ## 0.1.9 ### Patch Changes diff --git a/inlang/source-code/editor/package.json b/inlang/source-code/editor/package.json index f86694c07a..7eea246e04 100644 --- a/inlang/source-code/editor/package.json +++ b/inlang/source-code/editor/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/editor", - "version": "0.1.9", + "version": "0.1.10", "type": "module", "private": true, "scripts": { diff --git a/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md b/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md index 7339ab8ae4..d848900e51 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md +++ b/inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/paraglide-js-e2e +## 0.0.42 + +### Patch Changes + +- Updated dependencies [e04d5fe] +- Updated dependencies [a1ea1ff] +- Updated dependencies [fa42a3a] + - @inlang/paraglide-js@1.11.3 + ## 0.0.41 ### Patch Changes diff --git a/inlang/source-code/end-to-end-tests/paraglide-js/package.json b/inlang/source-code/end-to-end-tests/paraglide-js/package.json index d9d4c6f81b..82ccc50a70 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-js/package.json +++ b/inlang/source-code/end-to-end-tests/paraglide-js/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-js-e2e", - "version": "0.0.41", + "version": "0.0.42", "private": true, "type": "module", "scripts": { diff --git a/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md b/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md index 2bdc748ad5..9c87a44aac 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md +++ b/inlang/source-code/end-to-end-tests/paraglide-next/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next-e2e +## 0.0.27 + +### Patch Changes + +- Updated dependencies [d42bc1a] + - @inlang/paraglide-next@0.6.0 + ## 0.0.26 ### Patch Changes diff --git a/inlang/source-code/end-to-end-tests/paraglide-next/package.json b/inlang/source-code/end-to-end-tests/paraglide-next/package.json index ce8fc333c0..6a14e8dd50 100644 --- a/inlang/source-code/end-to-end-tests/paraglide-next/package.json +++ b/inlang/source-code/end-to-end-tests/paraglide-next/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-e2e", - "version": "0.0.26", + "version": "0.0.27", "private": true, "type": "module", "scripts": { diff --git a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md index 9893c8beeb..7b887630f9 100644 --- a/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/paraglide-astro +## 0.2.3 + +### Patch Changes + +- @inlang/paraglide-vite@1.2.75 + ## 0.2.2 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-astro/package.json b/inlang/source-code/paraglide/paraglide-astro/package.json index 40711de2fb..ca52236107 100644 --- a/inlang/source-code/paraglide/paraglide-astro/package.json +++ b/inlang/source-code/paraglide/paraglide-astro/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-astro", - "version": "0.2.2", + "version": "0.2.3", "author": "inlang (https://inlang.com/)", "description": "A fully type-safe i18n library specifically designed for partial hydration patterns like Astro's islands.", "homepage": "https://inlang.com/m/iljlwzfs/paraglide-astro-i18n", diff --git a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md index 72491feb7f..8847b48b1b 100644 --- a/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @inlang/paraglide-js +## 1.11.3 + +### Patch Changes + +- e04d5fe: Update dependency +- a1ea1ff: fix internal issues +- fa42a3a: Include paraglide version in reporting + ## 1.11.2 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-js/package.json b/inlang/source-code/paraglide/paraglide-js/package.json index b87ff0e297..73131f13b5 100644 --- a/inlang/source-code/paraglide/paraglide-js/package.json +++ b/inlang/source-code/paraglide/paraglide-js/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/paraglide-js", "type": "module", - "version": "1.11.2", + "version": "1.11.3", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md index 0111e42d3e..f72a4e8cb2 100644 --- a/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md @@ -1,5 +1,32 @@ # @inlang/paraglide-next +## 0.6.0 + +### Minor Changes + +- d42bc1a: [Typed routes](https://nextjs.org/docs/app/api-reference/next-config-js/typedRoutes) are now supported. This adds typesafety to functions that expect an internal link. + + - ``s now have typesafe `href` attributes + - `useRouter` now has has typesafe path arguments + + ```ts + import { paraglide } from "@inlang/paraglide-next/plugin" + + export default paraglide({ + experimental: { + typedRoutes: true, // enable this + }, + paraglide: { ... }, + }) + ``` + +### Patch Changes + +- Updated dependencies [e04d5fe] +- Updated dependencies [a1ea1ff] +- Updated dependencies [fa42a3a] + - @inlang/paraglide-js@1.11.3 + ## 0.5.2 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md index 203f044e69..5efe75d3f3 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/examples/app/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next-example-app +## 0.2.28 + +### Patch Changes + +- Updated dependencies [d42bc1a] + - @inlang/paraglide-next@0.6.0 + ## 0.2.27 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/app/package.json b/inlang/source-code/paraglide/paraglide-next/examples/app/package.json index 421125fd41..cf720e2de0 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/app/package.json +++ b/inlang/source-code/paraglide/paraglide-next/examples/app/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-example-app", - "version": "0.2.27", + "version": "0.2.28", "private": true, "scripts": { "_dev": "next dev", diff --git a/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md index 5758e356d8..f20505ded7 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/examples/pages/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next-example-pages +## 0.2.30 + +### Patch Changes + +- Updated dependencies [d42bc1a] + - @inlang/paraglide-next@0.6.0 + ## 0.2.29 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json b/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json index 0e7085dcb7..bb2eb1971c 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json +++ b/inlang/source-code/paraglide/paraglide-next/examples/pages/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-example-pages", - "version": "0.2.29", + "version": "0.2.30", "private": true, "sideEffects": false, "scripts": { diff --git a/inlang/source-code/paraglide/paraglide-next/examples/turbo/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/examples/turbo/CHANGELOG.md index abef7af3d6..44ff30664b 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/turbo/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/examples/turbo/CHANGELOG.md @@ -1,5 +1,14 @@ # @inlang/paraglide-next-example-turbo +## 0.1.24 + +### Patch Changes + +- Updated dependencies [e04d5fe] +- Updated dependencies [a1ea1ff] +- Updated dependencies [fa42a3a] + - @inlang/paraglide-js@1.11.3 + ## 0.1.23 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/examples/turbo/package.json b/inlang/source-code/paraglide/paraglide-next/examples/turbo/package.json index 9ae72f4612..83bb91e5c2 100644 --- a/inlang/source-code/paraglide/paraglide-next/examples/turbo/package.json +++ b/inlang/source-code/paraglide/paraglide-next/examples/turbo/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-next-example-turbo", - "version": "0.1.23", + "version": "0.1.24", "private": true, "scripts": { "_dev": "next dev --turbo", diff --git a/inlang/source-code/paraglide/paraglide-next/package.json b/inlang/source-code/paraglide/paraglide-next/package.json index 0ccb13a135..791a140e13 100644 --- a/inlang/source-code/paraglide/paraglide-next/package.json +++ b/inlang/source-code/paraglide/paraglide-next/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/paraglide-next", "description": "The easiest way to do i18n in NextJS", - "version": "0.5.2", + "version": "0.6.0", "publishConfig": { "access": "public" }, diff --git a/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md index b39dd008e2..57f7c66472 100644 --- a/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-rollup +## 1.0.81 + +### Patch Changes + +- Updated dependencies [a1ea1ff] + - @inlang/paraglide-unplugin@1.8.6 + ## 1.0.80 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-rollup/package.json b/inlang/source-code/paraglide/paraglide-rollup/package.json index 7aac419946..451ba2d596 100644 --- a/inlang/source-code/paraglide/paraglide-rollup/package.json +++ b/inlang/source-code/paraglide/paraglide-rollup/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-rollup", - "version": "1.0.80", + "version": "1.0.81", "description": "Rollup Plugin for running the Paraglide i18n compiler", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md index e80decf084..5b8c755274 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md @@ -1,5 +1,29 @@ # @inlang/paraglide-sveltekit +## 0.11.1 + +### Patch Changes + +- f8565fa: Fixes https://github.com/opral/inlang-paraglide-js/issues/234. + + Paraglide SvelteKit used the cookie name `paraglide:lang` which is + not compliant with rfc6265 standards for cookie names. SvelteKit + recently introduced strict cookie parsing which caused + `paraglide:lang` to be rejected. + + The cookie name has been updated to `paraglide_lang` to be compliant. + + ```diff + -paraglide:lang + +paraglide_lang + ``` + +- Updated dependencies [e04d5fe] +- Updated dependencies [a1ea1ff] +- Updated dependencies [fa42a3a] + - @inlang/paraglide-js@1.11.3 + - @inlang/paraglide-vite@1.2.75 + ## 0.11.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 4af26beed2..6b871bb260 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/example/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-sveltekit-example +## 0.1.72 + +### Patch Changes + +- Updated dependencies [f8565fa] + - @inlang/paraglide-sveltekit@0.11.1 + ## 0.1.71 ### 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 e9b565d135..9c19e1c1dd 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.71", + "version": "0.1.72", "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 540fc18640..dda1ce0434 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.11.0", + "version": "0.11.1", "type": "module", "main": "./dist/runtime/index.js", "types": "./dist/runtime/index.d.ts", diff --git a/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md index 20c27bfc54..6b6c1bd33f 100644 --- a/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @inlang/paraglide-unplugin +## 1.8.6 + +### Patch Changes + +- a1ea1ff: fix internal issues +- Updated dependencies [e04d5fe] +- Updated dependencies [a1ea1ff] +- Updated dependencies [fa42a3a] + - @inlang/paraglide-js@1.11.3 + ## 1.8.5 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-unplugin/package.json b/inlang/source-code/paraglide/paraglide-unplugin/package.json index 5cf6ec685e..b682568968 100644 --- a/inlang/source-code/paraglide/paraglide-unplugin/package.json +++ b/inlang/source-code/paraglide/paraglide-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-unplugin", - "version": "1.8.5", + "version": "1.8.6", "description": "Unplugin Plugin for runnning the Paraglide compiler.", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md index 73e9e21127..f8d4944183 100644 --- a/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-vite +## 1.2.75 + +### Patch Changes + +- Updated dependencies [a1ea1ff] + - @inlang/paraglide-unplugin@1.8.6 + ## 1.2.74 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-vite/package.json b/inlang/source-code/paraglide/paraglide-vite/package.json index feabd48f32..0df175b608 100644 --- a/inlang/source-code/paraglide/paraglide-vite/package.json +++ b/inlang/source-code/paraglide/paraglide-vite/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-vite", - "version": "1.2.74", + "version": "1.2.75", "description": "Vite plugin for running the Paraglide i18n compiler", "license": "Apache-2.0", "type": "module", diff --git a/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md index 8b29d6745c..d5dbb24dcf 100644 --- a/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-webpack/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-webpack +## 1.0.81 + +### Patch Changes + +- Updated dependencies [a1ea1ff] + - @inlang/paraglide-unplugin@1.8.6 + ## 1.0.80 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-webpack/package.json b/inlang/source-code/paraglide/paraglide-webpack/package.json index d079c119eb..80f03f8720 100644 --- a/inlang/source-code/paraglide/paraglide-webpack/package.json +++ b/inlang/source-code/paraglide/paraglide-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@inlang/paraglide-webpack", - "version": "1.0.80", + "version": "1.0.81", "description": "Webpack plugin for running the Paraglide i18n compiler", "license": "Apache-2.0", "type": "module",