From 1f47479e01b2212a5ffa030c378cb394a33d7684 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Apr 2024 14:28:59 +0000 Subject: [PATCH] Version Packages --- .changeset/hot-tigers-pump.md | 5 ----- .changeset/lemon-countries-jog.md | 5 ----- .changeset/many-squids-return.md | 5 ----- inlang/source-code/ide-extension/CHANGELOG.md | 6 ++++++ inlang/source-code/ide-extension/package.json | 2 +- inlang/source-code/paraglide/paraglide-next/CHANGELOG.md | 7 +++++++ inlang/source-code/paraglide/paraglide-next/package.json | 2 +- 7 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 .changeset/hot-tigers-pump.md delete mode 100644 .changeset/lemon-countries-jog.md delete mode 100644 .changeset/many-squids-return.md diff --git a/.changeset/hot-tigers-pump.md b/.changeset/hot-tigers-pump.md deleted file mode 100644 index 7c7fef9eb5..0000000000 --- a/.changeset/hot-tigers-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-next": patch ---- - -The `init` command now always produces posix paths for the outdir and project path, even on windows diff --git a/.changeset/lemon-countries-jog.md b/.changeset/lemon-countries-jog.md deleted file mode 100644 index 8fc48b31c6..0000000000 --- a/.changeset/lemon-countries-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vs-code-extension": patch ---- - -fix wrong command name diff --git a/.changeset/many-squids-return.md b/.changeset/many-squids-return.md deleted file mode 100644 index e00dcb2647..0000000000 --- a/.changeset/many-squids-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/paraglide-next": patch ---- - -Fix server actions not returning during dev diff --git a/inlang/source-code/ide-extension/CHANGELOG.md b/inlang/source-code/ide-extension/CHANGELOG.md index 8727f88b72..e9c3d72cb8 100644 --- a/inlang/source-code/ide-extension/CHANGELOG.md +++ b/inlang/source-code/ide-extension/CHANGELOG.md @@ -1,5 +1,11 @@ # inlang-vs-code-extension +## 1.39.8 + +### Patch Changes + +- b94ab60: fix wrong command name + ## 1.39.7 ### Patch Changes diff --git a/inlang/source-code/ide-extension/package.json b/inlang/source-code/ide-extension/package.json index ed684025fe..93943c8a08 100644 --- a/inlang/source-code/ide-extension/package.json +++ b/inlang/source-code/ide-extension/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/opral/monorepo.git" }, "icon": "assets/sherlock-logo.png", - "version": "1.39.7", + "version": "1.39.8", "engines": { "vscode": "^1.84.2" }, diff --git a/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md b/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md index fabaf3db6b..f6f4d8cefa 100644 --- a/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md +++ b/inlang/source-code/paraglide/paraglide-next/CHANGELOG.md @@ -1,5 +1,12 @@ # @inlang/paraglide-next +## 0.1.6 + +### Patch Changes + +- 3d87380: The `init` command now always produces posix paths for the outdir and project path, even on windows +- 1baa229: Fix server actions not returning during dev + ## 0.1.5 ### Patch Changes diff --git a/inlang/source-code/paraglide/paraglide-next/package.json b/inlang/source-code/paraglide/paraglide-next/package.json index 5f65695af1..c50560c8ab 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.1.5", + "version": "0.1.6", "publishConfig": { "access": "public" },