From bec932b4321497295ac142ddf731241fdd91d86a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 May 2024 13:15:15 +0000 Subject: [PATCH] Version Packages --- .changeset/twenty-peas-battle.md | 5 ----- inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md | 6 ++++++ inlang/source-code/cross-sell/cross-sell-ninja/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twenty-peas-battle.md diff --git a/.changeset/twenty-peas-battle.md b/.changeset/twenty-peas-battle.md deleted file mode 100644 index 0771eee21b..0000000000 --- a/.changeset/twenty-peas-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/cross-sell-ninja": patch ---- - -fix mixed indentation diff --git a/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md b/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md index e12a60d001..f93451fb2b 100644 --- a/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md +++ b/inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/cross-sell-ninja +## 0.0.19 + +### Patch Changes + +- 45bac9a: fix mixed indentation + ## 0.0.18 ### Patch Changes diff --git a/inlang/source-code/cross-sell/cross-sell-ninja/package.json b/inlang/source-code/cross-sell/cross-sell-ninja/package.json index f9301fdd54..706a9ee970 100644 --- a/inlang/source-code/cross-sell/cross-sell-ninja/package.json +++ b/inlang/source-code/cross-sell/cross-sell-ninja/package.json @@ -1,7 +1,7 @@ { "name": "@inlang/cross-sell-ninja", "description": "A package to cross-sell Ninja", - "version": "0.0.18", + "version": "0.0.19", "type": "module", "publishConfig": { "access": "public"