From 7ebf6ded5cba178569c3e72a82e4300a3ee4593b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:46:28 +0000 Subject: [PATCH] ci(repo): Version packages --- .changeset/dull-peaches-camp.md | 5 ----- .changeset/easy-zebras-wave.md | 5 ----- .changeset/floppy-cities-warn.md | 5 ----- .changeset/fluffy-snails-sort.md | 5 ----- .changeset/large-tires-win.md | 5 ----- .changeset/nasty-emus-give.md | 5 ----- .changeset/pretty-chicken-visit.md | 6 ------ .changeset/silver-symbols-worry.md | 9 --------- .changeset/tasty-parrots-teach.md | 2 -- .changeset/ten-taxes-float.md | 5 ----- .changeset/tough-cameras-lie.md | 5 ----- packages/chrome-extension/CHANGELOG.md | 8 ++++++++ packages/chrome-extension/package.json | 2 +- packages/clerk-js/CHANGELOG.md | 27 ++++++++++++++++++++++++++ packages/clerk-js/package.json | 2 +- packages/expo/CHANGELOG.md | 8 ++++++++ packages/expo/package.json | 2 +- packages/localizations/CHANGELOG.md | 12 ++++++++++++ packages/localizations/package.json | 2 +- 19 files changed, 59 insertions(+), 61 deletions(-) delete mode 100644 .changeset/dull-peaches-camp.md delete mode 100644 .changeset/easy-zebras-wave.md delete mode 100644 .changeset/floppy-cities-warn.md delete mode 100644 .changeset/fluffy-snails-sort.md delete mode 100644 .changeset/large-tires-win.md delete mode 100644 .changeset/nasty-emus-give.md delete mode 100644 .changeset/pretty-chicken-visit.md delete mode 100644 .changeset/silver-symbols-worry.md delete mode 100644 .changeset/tasty-parrots-teach.md delete mode 100644 .changeset/ten-taxes-float.md delete mode 100644 .changeset/tough-cameras-lie.md diff --git a/.changeset/dull-peaches-camp.md b/.changeset/dull-peaches-camp.md deleted file mode 100644 index 60d6b8b0cc6..00000000000 --- a/.changeset/dull-peaches-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Bug fix: Use the same cache key for payment sources across checkout and profiles. diff --git a/.changeset/easy-zebras-wave.md b/.changeset/easy-zebras-wave.md deleted file mode 100644 index 193b513219d..00000000000 --- a/.changeset/easy-zebras-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Avoid laggy ui when closing drawer after canceling subscription. diff --git a/.changeset/floppy-cities-warn.md b/.changeset/floppy-cities-warn.md deleted file mode 100644 index beb83dc620a..00000000000 --- a/.changeset/floppy-cities-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Bug fix: on session switch, revalidate cached commerce resources. diff --git a/.changeset/fluffy-snails-sort.md b/.changeset/fluffy-snails-sort.md deleted file mode 100644 index 661f4b52a45..00000000000 --- a/.changeset/fluffy-snails-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Revalidate payment sources from `` when a new payment source is added before the checkout is completed. diff --git a/.changeset/large-tires-win.md b/.changeset/large-tires-win.md deleted file mode 100644 index 3bd02079150..00000000000 --- a/.changeset/large-tires-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/localizations': patch ---- - -Simplify `form_identifier_not_found` localization to "We couldn't find an account with those details." diff --git a/.changeset/nasty-emus-give.md b/.changeset/nasty-emus-give.md deleted file mode 100644 index fe7d87687dd..00000000000 --- a/.changeset/nasty-emus-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Invalidate invoices after successful checkout. diff --git a/.changeset/pretty-chicken-visit.md b/.changeset/pretty-chicken-visit.md deleted file mode 100644 index 366c8704dc9..00000000000 --- a/.changeset/pretty-chicken-visit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/localizations': minor ---- - -Remove `not_allowed_access` localizations from `en_*` localization files to rely on more-specific API-based error messages. -Update and translate additional non-english `not_allowed_access` error messages. diff --git a/.changeset/silver-symbols-worry.md b/.changeset/silver-symbols-worry.md deleted file mode 100644 index 993e2e4feaa..00000000000 --- a/.changeset/silver-symbols-worry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Incremental improvements for account funds in checkout. - -- Fixes CLS issues when rendering account funds -- Renames "accounts funds" to "payment sources" for consistency -- Auto opes the "Add a new payment source" drawer only if no payments sources exist diff --git a/.changeset/tasty-parrots-teach.md b/.changeset/tasty-parrots-teach.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/tasty-parrots-teach.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/ten-taxes-float.md b/.changeset/ten-taxes-float.md deleted file mode 100644 index 7a2e0b3054f..00000000000 --- a/.changeset/ten-taxes-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Update shortDate modifier to include year for future dates. diff --git a/.changeset/tough-cameras-lie.md b/.changeset/tough-cameras-lie.md deleted file mode 100644 index 18487930ac4..00000000000 --- a/.changeset/tough-cameras-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Add support for 2 new OAuth error codes diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index 31337a2f767..470e9fc2683 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.3.1 + +### Patch Changes + +- Updated dependencies [[`110f8dd`](https://github.com/clerk/javascript/commit/110f8dd09bc4b45d192828c85fbb60d6a06ae22a), [`20e6257`](https://github.com/clerk/javascript/commit/20e62573429d8fae072bb22e7a6628f0aeeacbd1), [`eecb321`](https://github.com/clerk/javascript/commit/eecb3212e2fb726c3dd09c7809bdae7ec4f7e8ed), [`dab9acd`](https://github.com/clerk/javascript/commit/dab9acdd5674104e100c7f5a580d3859dff2de79), [`8145835`](https://github.com/clerk/javascript/commit/814583546e7a44acb502387cd7d94119c6611030), [`da17a96`](https://github.com/clerk/javascript/commit/da17a967a2bab067db1e20549256af70f8d26dea), [`85e448e`](https://github.com/clerk/javascript/commit/85e448e2a6f1905f0b44a43142b3274f9cf9fc03), [`3cdbea0`](https://github.com/clerk/javascript/commit/3cdbea094685be77a63961b0643da127b91a253f)]: + - @clerk/clerk-js@5.62.2 + - @clerk/clerk-react@5.30.0 + ## 2.3.0 ### Minor Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 14826cb7fee..8d604214701 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "2.3.0", + "version": "2.3.1", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 955abd8e577..918b499cc52 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## 5.62.2 + +### Patch Changes + +- Bug fix: Use the same cache key for payment sources across checkout and profiles. ([#5706](https://github.com/clerk/javascript/pull/5706)) by [@panteliselef](https://github.com/panteliselef) + +- Avoid laggy ui when closing drawer after canceling subscription. ([#5711](https://github.com/clerk/javascript/pull/5711)) by [@panteliselef](https://github.com/panteliselef) + +- Bug fix: on session switch, revalidate cached commerce resources. ([#5712](https://github.com/clerk/javascript/pull/5712)) by [@panteliselef](https://github.com/panteliselef) + +- Revalidate payment sources from `` when a new payment source is added before the checkout is completed. ([#5709](https://github.com/clerk/javascript/pull/5709)) by [@panteliselef](https://github.com/panteliselef) + +- Invalidate invoices after successful checkout. ([#5717](https://github.com/clerk/javascript/pull/5717)) by [@panteliselef](https://github.com/panteliselef) + +- Incremental improvements for account funds in checkout. ([#5705](https://github.com/clerk/javascript/pull/5705)) by [@panteliselef](https://github.com/panteliselef) + + - Fixes CLS issues when rendering account funds + - Renames "accounts funds" to "payment sources" for consistency + - Auto opes the "Add a new payment source" drawer only if no payments sources exist + +- Update shortDate modifier to include year for future dates. ([#5707](https://github.com/clerk/javascript/pull/5707)) by [@panteliselef](https://github.com/panteliselef) + +- Add support for 2 new OAuth error codes ([#5718](https://github.com/clerk/javascript/pull/5718)) by [@anagstef](https://github.com/anagstef) + +- Updated dependencies [[`f9c2dfa`](https://github.com/clerk/javascript/commit/f9c2dfa432ac0fe06aa3a8baa2cf14c450e9e42b), [`7cd1afa`](https://github.com/clerk/javascript/commit/7cd1afaa029e7ca3041d73f165af0f18079bbb44)]: + - @clerk/localizations@3.14.0 + ## 5.62.1 ### Patch Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 598d341a82c..108636bc9e9 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "5.62.1", + "version": "5.62.2", "description": "Clerk JS library", "keywords": [ "clerk", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index dc6af30d67b..86b566cf608 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.10.1 + +### Patch Changes + +- Updated dependencies [[`110f8dd`](https://github.com/clerk/javascript/commit/110f8dd09bc4b45d192828c85fbb60d6a06ae22a), [`20e6257`](https://github.com/clerk/javascript/commit/20e62573429d8fae072bb22e7a6628f0aeeacbd1), [`eecb321`](https://github.com/clerk/javascript/commit/eecb3212e2fb726c3dd09c7809bdae7ec4f7e8ed), [`dab9acd`](https://github.com/clerk/javascript/commit/dab9acdd5674104e100c7f5a580d3859dff2de79), [`8145835`](https://github.com/clerk/javascript/commit/814583546e7a44acb502387cd7d94119c6611030), [`da17a96`](https://github.com/clerk/javascript/commit/da17a967a2bab067db1e20549256af70f8d26dea), [`85e448e`](https://github.com/clerk/javascript/commit/85e448e2a6f1905f0b44a43142b3274f9cf9fc03), [`3cdbea0`](https://github.com/clerk/javascript/commit/3cdbea094685be77a63961b0643da127b91a253f)]: + - @clerk/clerk-js@5.62.2 + - @clerk/clerk-react@5.30.0 + ## 2.10.0 ### Minor Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index abb024cb742..5a252574e20 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-expo", - "version": "2.10.0", + "version": "2.10.1", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md index 423420b5109..d25dc1f0f68 100644 --- a/packages/localizations/CHANGELOG.md +++ b/packages/localizations/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 3.14.0 + +### Minor Changes + +- Remove `not_allowed_access` localizations from `en_*` localization files to rely on more-specific API-based error messages. ([#5701](https://github.com/clerk/javascript/pull/5701)) by [@tmilewski](https://github.com/tmilewski) + + Update and translate additional non-english `not_allowed_access` error messages. + +### Patch Changes + +- Simplify `form_identifier_not_found` localization to "We couldn't find an account with those details." ([#5700](https://github.com/clerk/javascript/pull/5700)) by [@tmilewski](https://github.com/tmilewski) + ## 3.13.14 ### Patch Changes diff --git a/packages/localizations/package.json b/packages/localizations/package.json index d06de6f5a87..3a2d678ed44 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/localizations", - "version": "3.13.14", + "version": "3.14.0", "description": "Localizations for the Clerk components", "keywords": [ "react",