From f20238a01d06bd36c6fa8aba073739a8c3127e19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 13:58:43 +0000 Subject: [PATCH] Release --- .changeset/gold-pants-sleep.md | 6 ------ CHANGELOG.md | 6 ++++++ package.json | 2 +- react/CHANGELOG.md | 10 ++++++++++ react/package.json | 4 ++-- 5 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 .changeset/gold-pants-sleep.md diff --git a/.changeset/gold-pants-sleep.md b/.changeset/gold-pants-sleep.md deleted file mode 100644 index 9548daf3..00000000 --- a/.changeset/gold-pants-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@theoplayer/react-ui': minor -'@theoplayer/web-ui': minor ---- - -Added localization support. Use `addLocale()` to register a locale, and set the `lang` attribute on the UI to apply it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb89a92..486ba4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/web-ui +## 2.2.0 + +### ✨ Features + +- Added localization support. Use `addLocale()` to register a locale, and set the `lang` attribute on the UI to apply it. + ## 2.1.3 ### 🐛 Issues diff --git a/package.json b/package.json index 067fb327..f2d77955 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/web-ui", - "version": "2.1.3", + "version": "2.2.0", "description": "UI component library for the THEOplayer Web SDK", "main": "dist/THEOplayerUI.js", "module": "dist/THEOplayerUI.mjs", diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index d651164c..26c7fbc6 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @theoplayer/react-ui +## 2.2.0 + +### ✨ Features + +- Added localization support. Use `addLocale()` to register a locale, and set the `lang` attribute on the UI to apply it. + +### 📦 Dependency Updates + +- See changes to [Open Video UI for Web v2.2.0](https://github.com/THEOplayer/web-ui/blob/%40theoplayer%2Fweb-ui%402.2.0/CHANGELOG.md) + ## 2.1.3 ### 📦 Dependency Updates diff --git a/react/package.json b/react/package.json index e3f57d4a..51abfddd 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-ui", - "version": "2.1.3", + "version": "2.2.0", "description": "React component library for the THEOplayer Web SDK", "main": "dist/THEOplayerReactUI.js", "module": "dist/THEOplayerReactUI.mjs", @@ -52,7 +52,7 @@ }, "dependencies": { "@lit/react": "^1.0.8", - "@theoplayer/web-ui": "^2.1.3" + "@theoplayer/web-ui": "^2.2.0" }, "peerDependencies": { "@types/react": "^19.2.14",