From 50c88d87acc8b97d5988176fcf60ac3f1c05977d Mon Sep 17 00:00:00 2001 From: Richard Gill Date: Fri, 31 May 2024 17:06:57 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A6=20=20version=20p?= =?UTF-8?q?ackages=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @llm-ui/code@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 - @llm-ui/shared@0.13.1 ## @llm-ui/csv@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 - @llm-ui/shared@0.13.1 ## @llm-ui/json@0.13.1 ### Patch Changes - [#251](https://github.com/llm-ui-kit/llm-ui/pull/251) [`88eb937`](https://github.com/llm-ui-kit/llm-ui/commit/88eb9376a6c79f95805ab7b5d539ac39b8da6108) Thanks [@richardgill](https://github.com/richardgill)! - Multiple JSON blocks bug fixes Sometimes two JSON blocks of different types would not be found properly. This has been fixed. - Updated dependencies \[]: - @llm-ui/react@0.13.1 - @llm-ui/shared@0.13.1 ## @llm-ui/markdown@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 ## @llm-ui/shared@0.13.1 ### Patch Changes - Updated dependencies \[]: - @llm-ui/react@0.13.1 ## @llm-ui/react@0.13.1 Co-authored-by: github-actions[bot] --- .changeset/curly-peaches-wonder.md | 7 ------- packages/code/CHANGELOG.md | 8 ++++++++ packages/code/package.json | 2 +- packages/csv/CHANGELOG.md | 8 ++++++++ packages/csv/package.json | 2 +- packages/json/CHANGELOG.md | 12 ++++++++++++ packages/json/package.json | 2 +- packages/markdown/CHANGELOG.md | 7 +++++++ packages/markdown/package.json | 2 +- packages/react/CHANGELOG.md | 2 ++ packages/react/package.json | 2 +- packages/shared/CHANGELOG.md | 7 +++++++ packages/shared/package.json | 2 +- 13 files changed, 50 insertions(+), 13 deletions(-) delete mode 100644 .changeset/curly-peaches-wonder.md diff --git a/.changeset/curly-peaches-wonder.md b/.changeset/curly-peaches-wonder.md deleted file mode 100644 index 83f8f14e..00000000 --- a/.changeset/curly-peaches-wonder.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@llm-ui/json": patch ---- - -Multiple JSON blocks bug fixes - -Sometimes two JSON blocks of different types would not be found properly. This has been fixed. diff --git a/packages/code/CHANGELOG.md b/packages/code/CHANGELOG.md index 756b3920..3b4df797 100644 --- a/packages/code/CHANGELOG.md +++ b/packages/code/CHANGELOG.md @@ -1,5 +1,13 @@ # @llm-ui/code +## 0.13.1 + +### Patch Changes + +- Updated dependencies []: + - @llm-ui/react@0.13.1 + - @llm-ui/shared@0.13.1 + ## 0.13.0 ### Patch Changes diff --git a/packages/code/package.json b/packages/code/package.json index a6d2277b..4ad67d57 100644 --- a/packages/code/package.json +++ b/packages/code/package.json @@ -1,6 +1,6 @@ { "name": "@llm-ui/code", - "version": "0.13.0", + "version": "0.13.1", "type": "module", "license": "MIT", "main": "./dist/index.cjs", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 27df4f42..f9877bf0 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,5 +1,13 @@ # @llm-ui/csv +## 0.13.1 + +### Patch Changes + +- Updated dependencies []: + - @llm-ui/react@0.13.1 + - @llm-ui/shared@0.13.1 + ## 0.13.0 ### Minor Changes diff --git a/packages/csv/package.json b/packages/csv/package.json index eac2e84e..805f0a3e 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@llm-ui/csv", - "version": "0.13.0", + "version": "0.13.1", "type": "module", "license": "MIT", "main": "./dist/index.cjs", diff --git a/packages/json/CHANGELOG.md b/packages/json/CHANGELOG.md index 42e69ace..476d2865 100644 --- a/packages/json/CHANGELOG.md +++ b/packages/json/CHANGELOG.md @@ -1,5 +1,17 @@ # @llm-ui/custom +## 0.13.1 + +### Patch Changes + +- [#251](https://github.com/llm-ui-kit/llm-ui/pull/251) [`88eb937`](https://github.com/llm-ui-kit/llm-ui/commit/88eb9376a6c79f95805ab7b5d539ac39b8da6108) Thanks [@richardgill](https://github.com/richardgill)! - Multiple JSON blocks bug fixes + + Sometimes two JSON blocks of different types would not be found properly. This has been fixed. + +- Updated dependencies []: + - @llm-ui/react@0.13.1 + - @llm-ui/shared@0.13.1 + ## 0.13.0 ### Patch Changes diff --git a/packages/json/package.json b/packages/json/package.json index 2b264a05..0c2339e1 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,6 +1,6 @@ { "name": "@llm-ui/json", - "version": "0.13.0", + "version": "0.13.1", "type": "module", "license": "MIT", "main": "./dist/index.cjs", diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index d063f7a0..acc8f8e0 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @llm-ui/markdown +## 0.13.1 + +### Patch Changes + +- Updated dependencies []: + - @llm-ui/react@0.13.1 + ## 0.13.0 ### Patch Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 317d32ae..8542859e 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@llm-ui/markdown", - "version": "0.13.0", + "version": "0.13.1", "type": "module", "license": "MIT", "main": "./dist/index.cjs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f75d6b22..772c63e2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,7 @@ # @llm-ui/react +## 0.13.1 + ## 0.13.0 ## 0.12.0 diff --git a/packages/react/package.json b/packages/react/package.json index 7b306d59..fd28298c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@llm-ui/react", - "version": "0.13.0", + "version": "0.13.1", "type": "module", "license": "MIT", "exports": { diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 97298820..815ea805 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @llm-ui/shared +## 0.13.1 + +### Patch Changes + +- Updated dependencies []: + - @llm-ui/react@0.13.1 + ## 0.13.0 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index db1d18b9..f69350fd 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@llm-ui/shared", - "version": "0.13.0", + "version": "0.13.1", "type": "module", "license": "MIT", "main": "./dist/index.cjs",