Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-feet-battle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/clean-cobras-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-chairs-swim.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/curly-plums-hug.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/empty-turtles-cheer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fast-cars-crash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/five-lies-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-days-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-pumas-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-weeks-dress.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/ninety-geese-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-foxes-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pandas-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-knives-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-ways-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-needles-admire.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silly-ties-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-dragons-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-maps-marry.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tall-garlics-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-icons-laugh.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thirty-lizards-lick.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/violet-spies-eat.md

This file was deleted.

52 changes: 26 additions & 26 deletions package-lock.json

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

26 changes: 26 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @clerk/astro

## 0.0.2

### Patch Changes

- Add an Astro component and a React UI Component for Google One Tap. ([#3676](https://github.com/clerk/javascript/pull/3676)) by [@panteliselef](https://github.com/panteliselef)

- Add unstyled authentication button components for Astro and React integration ([#3656](https://github.com/clerk/javascript/pull/3656)) by [@wobsoriano](https://github.com/wobsoriano)

- Introduce a shared component for interactive components that handles UI mounting ([#3664](https://github.com/clerk/javascript/pull/3664)) by [@wobsoriano](https://github.com/wobsoriano)

- Improve stream processing performance ([#3673](https://github.com/clerk/javascript/pull/3673)) by [@wobsoriano](https://github.com/wobsoriano)

- Drop convenience Astro wrappers for React components ([#3682](https://github.com/clerk/javascript/pull/3682)) by [@wobsoriano](https://github.com/wobsoriano)

- Change prefix for public env variables to `PUBLIC_`. The previous prefix was `PUBLIC_ASTRO_APP_`. ([#3669](https://github.com/clerk/javascript/pull/3669)) by [@panteliselef](https://github.com/panteliselef)

- After this change the publishable key from should be set as `PUBLIC_CLERK_PUBLISHABLE_KEY=xxxxx`

- Implement telemetry for nanostores and middleware usage; include SDK metadata. ([#3662](https://github.com/clerk/javascript/pull/3662)) by [@wobsoriano](https://github.com/wobsoriano)

- Bug fix: Removed import.meta from integration to avoid breaking app during build. ([#3675](https://github.com/clerk/javascript/pull/3675)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`09f905a89`](https://github.com/clerk/javascript/commit/09f905a8915a39179cbffb2149342ca138bedb77), [`6a98c084e`](https://github.com/clerk/javascript/commit/6a98c084e89afb3800edb3d0136c396e020be6b7), [`5642b2616`](https://github.com/clerk/javascript/commit/5642b26167a6eb1aca68777d782a9686edacfd37)]:
- @clerk/clerk-js@5.8.1
- @clerk/backend@1.3.1

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clerk/astro",
"description": "Clerk SDK for Astro",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -109,8 +109,8 @@
}
},
"dependencies": {
"@clerk/backend": "1.3.0",
"@clerk/clerk-js": "5.8.0",
"@clerk/backend": "1.3.1",
"@clerk/clerk-js": "5.8.1",
"@clerk/shared": "2.3.2",
"@clerk/types": "4.7.0",
"@nanostores/react": "0.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.1

### Patch Changes

- Fixes a bug where Clerk's Handshake mechanism would not run when an application is rendered in an iframe. ([#3555](https://github.com/clerk/javascript/pull/3555)) by [@anagstef](https://github.com/anagstef)

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.3.0",
"version": "1.3.1",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.1.3

### Patch Changes

- Updated dependencies [[`09f905a89`](https://github.com/clerk/javascript/commit/09f905a8915a39179cbffb2149342ca138bedb77), [`6a98c084e`](https://github.com/clerk/javascript/commit/6a98c084e89afb3800edb3d0136c396e020be6b7)]:
- @clerk/clerk-js@5.8.1

## 1.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "1.1.3",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.8.0",
"@clerk/clerk-js": "5.8.1",
"@clerk/clerk-react": "5.2.7",
"@clerk/shared": "2.3.2",
"webextension-polyfill": "^0.10.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.8.1

### Patch Changes

- Bug fix: Clear session cookie after a user deletes their account ([#3628](https://github.com/clerk/javascript/pull/3628)) by [@octoper](https://github.com/octoper)

- Set the localhost cookies with the Secure attribute ([#3604](https://github.com/clerk/javascript/pull/3604)) by [@anagstef](https://github.com/anagstef)

## 5.8.0

### Minor Changes
Expand Down
Loading