Skip to content

Commit

Permalink
Merge pull request #2279 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
LorisSigrist authored Feb 22, 2024
2 parents 03c8095 + 6fd638b commit 5aeebe6
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tomatoes-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-candles-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-tips-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-doors-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-dogs-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-forks-unite.md

This file was deleted.

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

## 1.32.7

### Patch Changes

- b0d016e93: Use latest chromedriver to help CI install

## 1.32.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/opral/monorepo.git"
},
"icon": "assets/icon-vscode-marketplace.png",
"version": "1.32.6",
"version": "1.32.7",
"engines": {
"vscode": "^1.84.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @inlang/paraglide-js-adapter-sveltekit

## 0.5.0

### Minor Changes

- e4e879c77: feat: Automatically call `invalidate("paraglide:lang")` when the language changes. You can now call `depends("paraglide:lang")` in your server-load functions to have them re-run on language changes.

### Patch Changes

- 7f566ae73: fix reactivity issue in Svelte 5 [#2270](https://github.com/opral/monorepo/issues/2270)
- 21a3890cc: fix: Corrected comments saying the default placeholder for the text-direction is `%paraglide.dir%` when it's `%paraglide.textDirection%`
- 37a247c0e: fix: `i18n.resolveRoute` now ignores paths that don't start with the base
- 37a247c0e: fix: Alternate links will not include the origin during prerendering, unless one is explicitly specified in `kit.prerender.origin`

## 0.4.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inlang/paraglide-js-adapter-sveltekit-example

## 0.0.9

### Patch Changes

- Updated dependencies [7f566ae73]
- Updated dependencies [e4e879c77]
- Updated dependencies [21a3890cc]
- Updated dependencies [37a247c0e]
- Updated dependencies [37a247c0e]
- @inlang/paraglide-js-adapter-sveltekit@0.5.0

## 0.0.8

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-sveltekit-example",
"version": "0.0.8",
"version": "0.0.9",
"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-js-adapter-sveltekit",
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"main": "./dist/runtime/index.js",
"types": "./dist/runtime/index.d.ts",
Expand Down

0 comments on commit 5aeebe6

Please sign in to comment.