Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/opral/monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Oct 7, 2024
2 parents cc9436e + c53aa5d commit c3ea483
Show file tree
Hide file tree
Showing 36 changed files with 163 additions and 73 deletions.
19 changes: 0 additions & 19 deletions .changeset/dry-jobs-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-games-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-carrots-cover.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/new-news-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-suits-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-socks-tell.md

This file was deleted.

6 changes: 6 additions & 0 deletions inlang/source-code/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/editor

## 0.1.10

### Patch Changes

- d36ba43: Fix undefined error when changing settings

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/editor",
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"private": true,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-e2e",
"version": "0.0.41",
"version": "0.0.42",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-next-e2e",
"version": "0.0.26",
"version": "0.0.27",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-astro

## 0.2.3

### Patch Changes

- @inlang/paraglide-vite@1.2.75

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-astro",
"version": "0.2.2",
"version": "0.2.3",
"author": "inlang <hello@inlang.com> (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",
Expand Down
8 changes: 8 additions & 0 deletions inlang/source-code/paraglide/paraglide-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-js/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
27 changes: 27 additions & 0 deletions inlang/source-code/paraglide/paraglide-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

- `<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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-next-example-app",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"scripts": {
"_dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-next-example-pages",
"version": "0.2.29",
"version": "0.2.30",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-next/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-rollup/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 24 additions & 0 deletions inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-sveltekit-example",
"version": "0.1.71",
"version": "0.1.72",
"private": true,
"scripts": {
"_dev": "vite dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions inlang/source-code/paraglide/paraglide-unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/paraglide/paraglide-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit c3ea483

Please sign in to comment.