From 904ba133a331526cf889e72f4498411e3037b7c5 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 15 May 2026 15:46:42 +0200 Subject: [PATCH] chore(main): release typescript 3.23.0 --- clients/typescript/CHANGELOG.md | 7 +++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index f581f882..0e589304 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.23.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.22.0...typescript-v3.23.0) (2026-05-15) + + +### Features + +* **API:** Add q search param to locales list endpoint ([#1127](https://github.com/phrase/strings-openapi/issues/1127)) ([24f3a73](https://github.com/phrase/strings-openapi/commit/24f3a73ded885e4b855ad51547990af032dd2b26)) + ## [3.22.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.21.0...typescript-v3.22.0) (2026-05-05) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index bcde5dbd..93289fb9 100644 --- a/openapi-generator/typescript_lang.yaml +++ b/openapi-generator/typescript_lang.yaml @@ -2,7 +2,7 @@ generatorName: typescript-fetch outputDir: clients/typescript npmName: phrase-js -npmVersion: 3.22.0 +npmVersion: 3.23.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch repositoryUrl: https://github.com/phrase/phrase-js diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 1887bd54..fdd6f7be 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.22.0" + ".": "3.23.0" } \ No newline at end of file