From 69cb2dcd16bb9c7ec16cb946e35f1f15c03539dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jul 2024 14:36:17 +0000 Subject: [PATCH] Version Packages --- .changeset/rude-taxis-kick.md | 5 ----- inlang/source-code/editor/CHANGELOG.md | 6 ++++++ inlang/source-code/editor/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rude-taxis-kick.md diff --git a/.changeset/rude-taxis-kick.md b/.changeset/rude-taxis-kick.md deleted file mode 100644 index ef65cded64..0000000000 --- a/.changeset/rude-taxis-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inlang/editor": patch ---- - -add sentry integration diff --git a/inlang/source-code/editor/CHANGELOG.md b/inlang/source-code/editor/CHANGELOG.md index 9148aa649c..bcfbc949f7 100644 --- a/inlang/source-code/editor/CHANGELOG.md +++ b/inlang/source-code/editor/CHANGELOG.md @@ -1,5 +1,11 @@ # @inlang/editor +## 0.1.9 + +### Patch Changes + +- 52d1972: add sentry integration + ## 0.1.8 ### Patch Changes diff --git a/inlang/source-code/editor/package.json b/inlang/source-code/editor/package.json index 269a2f266c..f86694c07a 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.8", + "version": "0.1.9", "type": "module", "private": true, "scripts": {