diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index 7859cf578e..78b7c1938f 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [27.18.3](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.18.2...@wireapp/api-client@27.18.3) (2025-01-21) + +### Bug Fixes + +* removed unwanted curly bracket from conv API URL [WPB-11925] ([#6838](https://github.com/wireapp/wire-web-packages/issues/6838)) ([d600315](https://github.com/wireapp/wire-web-packages/commit/d600315183f5fe55e46b9cc633dd07f9515a1336)) + ## [27.18.2](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.18.1...@wireapp/api-client@27.18.2) (2025-01-21) **Note:** Version bump only for package @wireapp/api-client diff --git a/packages/api-client/package.json b/packages/api-client/package.json index c41ca5d6b5..c16f1048b0 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -66,6 +66,6 @@ "watch": "webpack serve --config webpack.browser.js", "prepare": "yarn dist" }, - "version": "27.18.2", + "version": "27.18.3", "gitHead": "5339f01fe01ef0871da8c8bc8662fbe9e604754a" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f6618e3cae..0e98b7a2fa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [46.15.9](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@46.15.8...@wireapp/core@46.15.9) (2025-01-21) + +**Note:** Version bump only for package @wireapp/core + ## [46.15.8](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@46.15.7...@wireapp/core@46.15.8) (2025-01-21) **Note:** Version bump only for package @wireapp/core diff --git a/packages/core/package.json b/packages/core/package.json index 4f1d00e08d..7aa5bee867 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -61,6 +61,6 @@ "test:coverage": "jest --coverage", "watch": "tsc --watch" }, - "version": "46.15.8", + "version": "46.15.9", "gitHead": "5339f01fe01ef0871da8c8bc8662fbe9e604754a" }