Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages - V4 #2235

Merged
merged 1 commit into from
Dec 4, 2023
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
6 changes: 0 additions & 6 deletions .changeset/mean-poets-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cows-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-experts-attack.md

This file was deleted.

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

## 0.5.6

### Patch Changes

- Updated dependencies [[`7130db0fb`](https://github.com/clerk/javascript/commit/7130db0fbe7a6bc0c8a904d3af9f79e7e0d84c8b), [`e0c436402`](https://github.com/clerk/javascript/commit/e0c43640229bc690d938c305a51ca3f7b7383caa), [`e51b1a032`](https://github.com/clerk/javascript/commit/e51b1a032880fa944f329d65d3225fceb40f84ae)]:
- @clerk/[email protected]
- @clerk/[email protected]

## 0.5.5

### 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": "0.5.5",
"version": "0.5.6",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -45,8 +45,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "4.65.5",
"@clerk/clerk-react": "4.28.1"
"@clerk/clerk-js": "4.65.6",
"@clerk/clerk-react": "4.28.2"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.65.6

### Patch Changes

- Sync IsomorphicClerk with the clerk singleton and the LoadedClerk interface. IsomorphicClerk now extends from LoadedClerk. ([#2233](https://github.com/clerk/javascript/pull/2233)) by [@panteliselef](https://github.com/panteliselef)

- Hide "Add domain" button inside `<OrganizationProfile/>` when user is missing the `org:sys_domains:manage` permission. ([#2250](https://github.com/clerk/javascript/pull/2250)) by [@panteliselef](https://github.com/panteliselef)

- Add setter for sdkMetadata on Clerk to address issues arising from older versions of the SDK. ([#2239](https://github.com/clerk/javascript/pull/2239)) by [@clerk-cookie](https://github.com/clerk-cookie)

## 4.65.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.65.5",
"version": "4.65.6",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
8 changes: 8 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.19.22

### Patch Changes

- Updated dependencies [[`7130db0fb`](https://github.com/clerk/javascript/commit/7130db0fbe7a6bc0c8a904d3af9f79e7e0d84c8b), [`e0c436402`](https://github.com/clerk/javascript/commit/e0c43640229bc690d938c305a51ca3f7b7383caa), [`e51b1a032`](https://github.com/clerk/javascript/commit/e51b1a032880fa944f329d65d3225fceb40f84ae)]:
- @clerk/[email protected]
- @clerk/[email protected]

## 0.19.21

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.19.21",
"version": "0.19.22",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,8 +39,8 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.65.5",
"@clerk/clerk-react": "4.28.1",
"@clerk/clerk-js": "4.65.6",
"@clerk/clerk-react": "4.28.2",
"@clerk/shared": "1.1.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.4.25

### Patch Changes

- Updated dependencies [[`7130db0fb`](https://github.com/clerk/javascript/commit/7130db0fbe7a6bc0c8a904d3af9f79e7e0d84c8b)]:
- @clerk/[email protected]

## 4.4.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "4.4.24",
"version": "4.4.25",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@clerk/backend": "0.34.2",
"@clerk/clerk-react": "4.28.1",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-sdk-node": "4.12.22",
"@clerk/types": "3.58.0",
"cookie": "0.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.27.3

### Patch Changes

- Updated dependencies [[`7130db0fb`](https://github.com/clerk/javascript/commit/7130db0fbe7a6bc0c8a904d3af9f79e7e0d84c8b)]:
- @clerk/[email protected]

## 4.27.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.27.2",
"version": "4.27.3",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"dependencies": {
"@clerk/backend": "0.34.2",
"@clerk/clerk-react": "4.28.1",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-sdk-node": "4.12.22",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.28.2

### Patch Changes

- Sync IsomorphicClerk with the clerk singleton and the LoadedClerk interface. IsomorphicClerk now extends from LoadedClerk. ([#2233](https://github.com/clerk/javascript/pull/2233)) by [@panteliselef](https://github.com/panteliselef)

## 4.28.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "4.28.1",
"version": "4.28.2",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.1.7

### Patch Changes

- Updated dependencies [[`7130db0fb`](https://github.com/clerk/javascript/commit/7130db0fbe7a6bc0c8a904d3af9f79e7e0d84c8b)]:
- @clerk/[email protected]

## 3.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.1.6",
"version": "3.1.7",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@clerk/backend": "0.34.2",
"@clerk/clerk-react": "4.28.1",
"@clerk/clerk-react": "4.28.2",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"cookie": "0.5.0",
Expand Down