From 55c5a124061d9975d8d20e73e5ac3b74669ec906 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jan 2025 09:56:35 +0000 Subject: [PATCH] Version Packages --- .changeset/ten-schools-join.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/ten-schools-join.md diff --git a/.changeset/ten-schools-join.md b/.changeset/ten-schools-join.md deleted file mode 100644 index 104f9c9..0000000 --- a/.changeset/ten-schools-join.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"bridget": patch ---- - -Update bridget patch version to re-publish bridget-android - -This version update doesn't have any changes in bridget.It's only purpose is to re-publish the bridget-android kotlin library with new thrift version. diff --git a/CHANGELOG.md b/CHANGELOG.md index 096166d..d8f8266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # bridget +## 8.3.2 + +### Patch Changes + +- 95506b8: Update bridget patch version to re-publish bridget-android + + This version update doesn't have any changes in bridget.It's only purpose is to re-publish the bridget-android kotlin library with new thrift version. + ## 8.3.1 ### Patch Changes diff --git a/package.json b/package.json index d5af9a9..654791b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridget", - "version": "8.3.1", + "version": "8.3.2", "description": "Thrift files defining the API between native layers (iOS, Android) and [Webview](https://github.com/guardian/apps-rendering).", "main": "index.js", "scripts": {