Skip to content

Commit

Permalink
ci(repo): Version packages (#3447)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clerk-cookie and github-actions[bot] authored May 27, 2024
1 parent 4beb006 commit ef8ef17
Show file tree
Hide file tree
Showing 35 changed files with 160 additions and 102 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-paws-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pets-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-cars-flash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/serious-turtles-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-fans-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-days-thank.md

This file was deleted.

76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "*",
"@clerk/types": "4.5.0",
"@clerk/types": "4.5.1",
"@cloudflare/workers-types": "^3.18.0",
"@types/chai": "^4.3.3",
"@types/cookie": "^0.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.16

### Patch Changes

- Updated dependencies [[`f4034ea24`](https://github.com/clerk/javascript/commit/f4034ea24c7b152d3f907e74bf66fcb21bee0017), [`d1c3c3012`](https://github.com/clerk/javascript/commit/d1c3c30124c10c7d96b25908d0fff7e1667726b0), [`4beb00672`](https://github.com/clerk/javascript/commit/4beb00672da64bafd67fbc98181c4c2649a9062c)]:
- @clerk/clerk-js@5.5.3
- @clerk/clerk-react@5.2.2

## 1.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "1.0.15",
"version": "1.0.16",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.5.2",
"@clerk/clerk-react": "5.2.1",
"@clerk/clerk-js": "5.5.3",
"@clerk/clerk-react": "5.2.2",
"@clerk/shared": "2.2.1",
"webextension-polyfill": "^0.10.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 5.5.3

### Patch Changes

- Bug fix: Use the correct returnBack url when GoogleOneTap remains open across navigations. ([#3410](https://github.com/clerk/javascript/pull/3410)) by [@panteliselef](https://github.com/panteliselef)

Previously it will only use the url that existed in the browser url bar at the time the component was initially rendered.

- Add `aria-label` and `aria-expanded` in menu trigger to improve accessibility ([#3446](https://github.com/clerk/javascript/pull/3446)) by [@panteliselef](https://github.com/panteliselef)

- Add experimental support for hCaptcha captcha provider ([#3422](https://github.com/clerk/javascript/pull/3422)) by [@anagstef](https://github.com/anagstef)

- Updated dependencies [[`4beb00672`](https://github.com/clerk/javascript/commit/4beb00672da64bafd67fbc98181c4c2649a9062c)]:
- @clerk/types@4.5.1

## 5.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "5.5.2",
"version": "5.5.3",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@clerk/localizations": "2.4.3",
"@clerk/shared": "2.2.1",
"@clerk/types": "4.5.0",
"@clerk/types": "4.5.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/elements

## 0.5.2

### Patch Changes

- Widen optional peerDependency of `next` to include `>=15.0.0-rc`. This way you can use Next.js 15 with Clerk Elements without your package manager complaining. Also allow React 19. ([#3445](https://github.com/clerk/javascript/pull/3445)) by [@LekoArts](https://github.com/LekoArts)

## 0.5.1

### Patch Changes
Expand Down
Loading

0 comments on commit ef8ef17

Please sign in to comment.