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
12 changes: 0 additions & 12 deletions .changeset/spotty-ravens-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-cherries-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-clocks-type.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
# Change Log

## 0.37.0

### Minor Changes

- Add `createOrganizationEnabled` param in `@clerk/backend` method `User.updateUser()` ([#2432](https://github.com/clerk/javascript/pull/2432)) by [@dimkl](https://github.com/dimkl)

Example:

```typescript
import { createClerkClient } from '@clerk/backend';

const clerkClient = createClerkClient({...});
await clerkClient.users.updateUser('user_...', { createOrganizationEnabled: true })
```

### Patch Changes

- Updated dependencies [[`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/shared@1.3.0

## 0.36.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.36.1",
"version": "0.37.0",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand DownExpand Up@@ -55,7 +55,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/shared": "1.2.0",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.2

### Patch Changes

- Updated dependencies [[`6c64c9bbc`](https://github.com/clerk/javascript/commit/6c64c9bbcc1c4e2eb3e035fe48218d3f7d48ba5f)]:
- @clerk/clerk-js@4.68.1
- @clerk/clerk-react@4.30.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "0.6.1",
"version": "0.6.2",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand DownExpand Up@@ -45,8 +45,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "4.68.0",
"@clerk/clerk-react": "4.30.1"
"@clerk/clerk-js": "4.68.1",
"@clerk/clerk-react": "4.30.2"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.68.1

### Patch Changes

- Fix support of Clerk@v3 instance from `<ClerkProvider />` ([#2441](https://github.com/clerk/javascript/pull/2441)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/shared@1.3.0

## 4.68.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk-js/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.68.0",
"version": "4.68.1",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand DownExpand Up@@ -51,7 +51,7 @@
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "1.26.13",
"@clerk/shared": "1.2.0",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.19.27

### Patch Changes

- Updated dependencies [[`6c64c9bbc`](https://github.com/clerk/javascript/commit/6c64c9bbcc1c4e2eb3e035fe48218d3f7d48ba5f), [`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/clerk-js@4.68.1
- @clerk/clerk-react@4.30.2
- @clerk/shared@1.3.0

## 0.19.26

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/expo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.19.26",
"version": "0.19.27",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand DownExpand Up@@ -39,9 +39,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.68.0",
"@clerk/clerk-react": "4.30.1",
"@clerk/shared": "1.2.0",
"@clerk/clerk-js": "4.68.1",
"@clerk/clerk-react": "4.30.2",
"@clerk/shared": "1.3.0",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.29

### Patch Changes

- Updated dependencies [[`3ece3f80f`](https://github.com/clerk/javascript/commit/3ece3f80fbcfc4066796248f72f3a82fb261e23d), [`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/backend@0.37.0
- @clerk/shared@1.3.0

## 0.6.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "0.6.28",
"version": "0.6.29",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand DownExpand Up@@ -40,8 +40,8 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "0.36.1",
"@clerk/shared": "1.2.0",
"@clerk/backend": "0.37.0",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"cookies": "0.8.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.4.31

### Patch Changes

- Updated dependencies [[`3ece3f80f`](https://github.com/clerk/javascript/commit/3ece3f80fbcfc4066796248f72f3a82fb261e23d), [`6c64c9bbc`](https://github.com/clerk/javascript/commit/6c64c9bbcc1c4e2eb3e035fe48218d3f7d48ba5f)]:
- @clerk/backend@0.37.0
- @clerk/clerk-react@4.30.2
- @clerk/clerk-sdk-node@4.13.4

## 4.4.30

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-clerk/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "4.4.30",
"version": "4.4.31",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand DownExpand Up@@ -44,9 +44,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.36.1",
"@clerk/clerk-react": "4.30.1",
"@clerk/clerk-sdk-node": "4.13.3",
"@clerk/backend": "0.37.0",
"@clerk/clerk-react": "4.30.2",
"@clerk/clerk-sdk-node": "4.13.4",
"@clerk/types": "3.60.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.29.1

### Patch Changes

- Updated dependencies [[`3ece3f80f`](https://github.com/clerk/javascript/commit/3ece3f80fbcfc4066796248f72f3a82fb261e23d), [`6c64c9bbc`](https://github.com/clerk/javascript/commit/6c64c9bbcc1c4e2eb3e035fe48218d3f7d48ba5f), [`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/backend@0.37.0
- @clerk/clerk-react@4.30.2
- @clerk/shared@1.3.0
- @clerk/clerk-sdk-node@4.13.4

## 4.29.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/nextjs/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.29.0",
"version": "4.29.1",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand DownExpand Up@@ -87,10 +87,10 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.36.1",
"@clerk/clerk-react": "4.30.1",
"@clerk/clerk-sdk-node": "4.13.3",
"@clerk/shared": "1.2.0",
"@clerk/backend": "0.37.0",
"@clerk/clerk-react": "4.30.2",
"@clerk/clerk-sdk-node": "4.13.4",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.30.2

### Patch Changes

- Fix support of Clerk@v3 instance from `<ClerkProvider />` ([#2441](https://github.com/clerk/javascript/pull/2441)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/shared@1.3.0

## 4.30.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "4.30.1",
"version": "4.30.2",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand DownExpand Up@@ -56,7 +56,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/shared": "1.2.0",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"tslib": "2.4.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.13

### Patch Changes

- Updated dependencies [[`3ece3f80f`](https://github.com/clerk/javascript/commit/3ece3f80fbcfc4066796248f72f3a82fb261e23d), [`6c64c9bbc`](https://github.com/clerk/javascript/commit/6c64c9bbcc1c4e2eb3e035fe48218d3f7d48ba5f), [`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/backend@0.37.0
- @clerk/clerk-react@4.30.2
- @clerk/shared@1.3.0

## 3.1.12

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/remix/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.1.12",
"version": "3.1.13",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand DownExpand Up@@ -69,9 +69,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.36.1",
"@clerk/clerk-react": "4.30.1",
"@clerk/shared": "1.2.0",
"@clerk/backend": "0.37.0",
"@clerk/clerk-react": "4.30.2",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.13.4

### Patch Changes

- Updated dependencies [[`3ece3f80f`](https://github.com/clerk/javascript/commit/3ece3f80fbcfc4066796248f72f3a82fb261e23d), [`0bf0bdd56`](https://github.com/clerk/javascript/commit/0bf0bdd56268f53aa8b27f5d136c288afb10944b)]:
- @clerk/backend@0.37.0
- @clerk/shared@1.3.0

## 4.13.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-node/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-sdk-node",
"version": "4.13.3",
"version": "4.13.4",
"description": "Clerk server SDK for usage with node",
"keywords": [
"clerk",
Expand DownExpand Up@@ -65,8 +65,8 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.36.1",
"@clerk/shared": "1.2.0",
"@clerk/backend": "0.37.0",
"@clerk/shared": "1.3.0",
"@clerk/types": "3.60.0",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.3.0

### Minor Changes

- Use both `__clerk_db_jwt` and `__dev_browser` search params to sync dev browser between application and Account Portal in development instances. ([#2431](https://github.com/clerk/javascript/pull/2431)) by [@dimkl](https://github.com/dimkl)

This change is required to support the next major version of the ClerkJS.

## 1.2.0

### Minor Changes
Expand Down
Loading