Skip to content

Commit

Permalink
chore(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2023
1 parent 8786bf5 commit 6c31a2a
Show file tree
Hide file tree
Showing 40 changed files with 235 additions and 117 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-fans-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-foxes-melt.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/few-dingos-happen.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/forty-days-glow.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/funny-melons-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-kings-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-poets-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-tigers-reply.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shiny-ligers-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-carrots-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-months-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-worms-change.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-timers-search.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 0.25.0

### Minor Changes

- Introduce `createIsomorphicRequest` in `@clerk/backend` ([#1393](https://github.com/clerkinc/javascript/pull/1393)) by [@anagstef](https://github.com/anagstef)

This utility simplifies the `authenticateRequest` signature, and it makes it easier to integrate with more frameworks.

- Add `updateUserProfileImage` and `updateOrganizationLogo` methods for uploading images to `User` and `Organization` respectively. ([#1456](https://github.com/clerkinc/javascript/pull/1456)) by [@anagstef](https://github.com/anagstef)

### Patch Changes

- Add missing property 'adminDeleteEnabled' in Organization resource ([#1468](https://github.com/clerkinc/javascript/pull/1468)) by [@chanioxaris](https://github.com/chanioxaris)

- Add missing property 'privateMetadata' in OrganizationInvitation resource ([#1468](https://github.com/clerkinc/javascript/pull/1468)) by [@chanioxaris](https://github.com/chanioxaris)

- Updated dependencies [[`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`090bab66e`](https://github.com/clerkinc/javascript/commit/090bab66e295bff2358115d2cbd3ed0e603b5ff5), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/types@3.47.0

## 0.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.24.0",
"version": "0.25.0",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.46.1",
"@clerk/types": "^3.47.0",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"cookie": "0.5.0",
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

## 0.3.22

### Patch Changes

- Updated dependencies [[`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`17f963e38`](https://github.com/clerkinc/javascript/commit/17f963e38101733b8c5e500db251a5128f762c8f), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/clerk-js@4.53.0
- @clerk/clerk-react@4.22.1

## 0.3.21

### 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.3.21",
"version": "0.3.22",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.52.1",
"@clerk/clerk-react": "^4.22.0"
"@clerk/clerk-js": "^4.53.0",
"@clerk/clerk-react": "^4.22.1"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
28 changes: 28 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 4.53.0

### Minor Changes

- Add a confirmation input as an additional check when doing destructive actions such as: ([#1454](https://github.com/clerkinc/javascript/pull/1454)) by [@raptisj](https://github.com/raptisj)

- delete an organization
- delete a user account
- leave an organization

Νew localization keys were introduced to support the above

### Patch Changes

- Add missing property 'maxAllowedMemberships' in Organization resource ([#1468](https://github.com/clerkinc/javascript/pull/1468)) by [@chanioxaris](https://github.com/chanioxaris)

- Changes to OrganizationSwitcher ([#1462](https://github.com/clerkinc/javascript/pull/1462)) by [@panteliselef](https://github.com/panteliselef)

- Removal of user identifier from the trigger & popover
- Hidden avatar of active user when `hidePersonal` is true

- Enable the ability to target the avatar upload and remove action buttons ([#1455](https://github.com/clerkinc/javascript/pull/1455)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies [[`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`090bab66e`](https://github.com/clerkinc/javascript/commit/090bab66e295bff2358115d2cbd3ed0e603b5ff5), [`5ecbb0a37`](https://github.com/clerkinc/javascript/commit/5ecbb0a37e99fa2099629c573951c7735d5f0810), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/types@3.47.0
- @clerk/localizations@1.23.0
- @clerk/shared@0.20.0

## 4.52.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "4.52.1",
"version": "4.53.0",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -41,9 +41,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.22.1",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.46.1",
"@clerk/localizations": "^1.23.0",
"@clerk/shared": "^0.20.0",
"@clerk/types": "^3.47.0",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@floating-ui/react": "0.19.0",
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.18.13

### Patch Changes

- Updated dependencies [[`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`17f963e38`](https://github.com/clerkinc/javascript/commit/17f963e38101733b8c5e500db251a5128f762c8f), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/clerk-js@4.53.0
- @clerk/clerk-react@4.22.1

## 0.18.12

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.18.12",
"version": "0.18.13",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.52.1",
"@clerk/clerk-react": "^4.22.0",
"@clerk/clerk-js": "^4.53.0",
"@clerk/clerk-react": "^4.22.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
},
"devDependencies": {
"@clerk/types": "^3.46.1",
"@clerk/types": "^3.47.0",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
Expand Down
14 changes: 14 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.6.0

### Minor Changes

- Introduce `createIsomorphicRequest` in `@clerk/backend` ([#1393](https://github.com/clerkinc/javascript/pull/1393)) by [@anagstef](https://github.com/anagstef)

This utility simplifies the `authenticateRequest` signature, and it makes it easier to integrate with more frameworks.

### Patch Changes

- Updated dependencies [[`16c3283ec`](https://github.com/clerkinc/javascript/commit/16c3283ec192cb7525312da5e718aa7cac8b8445), [`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`fd692af79`](https://github.com/clerkinc/javascript/commit/fd692af791fe206724e38eff647b8562e72c3652), [`090bab66e`](https://github.com/clerkinc/javascript/commit/090bab66e295bff2358115d2cbd3ed0e603b5ff5), [`bb0d69b45`](https://github.com/clerkinc/javascript/commit/bb0d69b455fa5fd6ca5b1f45a0f242957521dfbb), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/backend@0.25.0
- @clerk/types@3.47.0

## 0.5.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "0.5.7",
"version": "0.6.0",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.24.0",
"@clerk/types": "^3.46.1",
"@clerk/backend": "^0.25.0",
"@clerk/types": "^3.47.0",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 4.4.0

### Minor Changes

- Introduce `createIsomorphicRequest` in `@clerk/backend` ([#1393](https://github.com/clerkinc/javascript/pull/1393)) by [@anagstef](https://github.com/anagstef)

This utility simplifies the `authenticateRequest` signature, and it makes it easier to integrate with more frameworks.

### Patch Changes

- Updated dependencies [[`16c3283ec`](https://github.com/clerkinc/javascript/commit/16c3283ec192cb7525312da5e718aa7cac8b8445), [`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`fd692af79`](https://github.com/clerkinc/javascript/commit/fd692af791fe206724e38eff647b8562e72c3652), [`090bab66e`](https://github.com/clerkinc/javascript/commit/090bab66e295bff2358115d2cbd3ed0e603b5ff5), [`bb0d69b45`](https://github.com/clerkinc/javascript/commit/bb0d69b455fa5fd6ca5b1f45a0f242957521dfbb), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/backend@0.25.0
- @clerk/types@3.47.0
- @clerk/clerk-sdk-node@4.11.0
- @clerk/clerk-react@4.22.1

## 4.3.20

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.3.20",
"version": "4.4.0",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.24.0",
"@clerk/clerk-react": "^4.22.0",
"@clerk/clerk-sdk-node": "^4.10.15",
"@clerk/types": "^3.46.1",
"@clerk/backend": "^0.25.0",
"@clerk/clerk-react": "^4.22.1",
"@clerk/clerk-sdk-node": "^4.11.0",
"@clerk/types": "^3.47.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 1.23.0

### Minor Changes

- Add a confirmation input as an additional check when doing destructive actions such as: ([#1454](https://github.com/clerkinc/javascript/pull/1454)) by [@raptisj](https://github.com/raptisj)

- delete an organization
- delete a user account
- leave an organization

Νew localization keys were introduced to support the above

### Patch Changes

- Updated dependencies [[`73c9c1d0e`](https://github.com/clerkinc/javascript/commit/73c9c1d0e3c5f102a515e1ddda01a0a441b40d5b), [`1a151e701`](https://github.com/clerkinc/javascript/commit/1a151e701da80f2d5b1ba1447d6fd5f8612a4bb8), [`090bab66e`](https://github.com/clerkinc/javascript/commit/090bab66e295bff2358115d2cbd3ed0e603b5ff5), [`592911196`](https://github.com/clerkinc/javascript/commit/5929111966811ac578019a9c1dda03b09eda72a8)]:
- @clerk/types@3.47.0

## 1.22.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.22.1",
"version": "1.23.0",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/types": "^3.46.1"
"@clerk/types": "^3.47.0"
},
"devDependencies": {
"tsup": "*",
Expand Down
Loading

0 comments on commit 6c31a2a

Please sign in to comment.