Skip to content

Commit

Permalink
chore(repo): Version packages (#1768)
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 Sep 27, 2023
1 parent 3b85311 commit 0a17322
Show file tree
Hide file tree
Showing 39 changed files with 188 additions and 112 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-laws-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-books-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-swans-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-needles-exercise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lovely-donuts-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-ducks-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-onions-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-poems-film.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/stupid-tips-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-jokes-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-carrots-remain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-icons-rest.md

This file was deleted.

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

## 0.29.3

### Patch Changes

- Updated dependencies [[`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/types@3.52.1

## 0.29.2

### Patch 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.29.2",
"version": "0.29.3",
"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.52.0",
"@clerk/types": "^3.52.1",
"@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.4.2

### Patch Changes

- Updated dependencies [[`0eb666118`](https://github.com/clerkinc/javascript/commit/0eb66611882e6c460cc6a6c5cfa1d9b086ec6917), [`53ccb27cf`](https://github.com/clerkinc/javascript/commit/53ccb27cfd195af65adde6694572ed523fc66d6d), [`3ceb2a734`](https://github.com/clerkinc/javascript/commit/3ceb2a734a43f134956164377399fec46e01e0a1), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/clerk-js@4.58.2
- @clerk/clerk-react@4.25.2

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.58.1",
"@clerk/clerk-react": "^4.25.1"
"@clerk/clerk-js": "^4.58.2",
"@clerk/clerk-react": "^4.25.2"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
19 changes: 19 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 4.58.2

### Patch Changes

- Safer usage of `localStorage` by checking if `window` is available in current environment ([#1774](https://github.com/clerkinc/javascript/pull/1774)) by [@LekoArts](https://github.com/LekoArts)

- Some minor TypeScript type fixes to internal components. Also applying some ESLint recommendations. ([#1756](https://github.com/clerkinc/javascript/pull/1756)) by [@LekoArts](https://github.com/LekoArts)

- Introduces a new method for fetching organization invitations called `Organization.getInvitations`. ([#1766](https://github.com/clerkinc/javascript/pull/1766)) by [@panteliselef](https://github.com/panteliselef)

Deprecate `Organization.getPendingInvitations`

- Adds the ability to force users to reset their password. ([#1757](https://github.com/clerkinc/javascript/pull/1757)) by [@kostaspt](https://github.com/kostaspt)

- Updated dependencies [[`07ede0f95`](https://github.com/clerkinc/javascript/commit/07ede0f959f232f6cbecb596eb9352f8cb382cdc), [`0eb666118`](https://github.com/clerkinc/javascript/commit/0eb66611882e6c460cc6a6c5cfa1d9b086ec6917), [`3b85311c9`](https://github.com/clerkinc/javascript/commit/3b85311c9eb006f51a8642f193473a250de879fc), [`ffcc78c06`](https://github.com/clerkinc/javascript/commit/ffcc78c062d067738f617ea9b491c1d45677148c), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/shared@0.23.1
- @clerk/types@3.52.1
- @clerk/localizations@1.26.1

## 4.58.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.58.1",
"version": "4.58.2",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.26.0",
"@clerk/shared": "^0.23.0",
"@clerk/types": "^3.52.0",
"@clerk/localizations": "^1.26.1",
"@clerk/shared": "^0.23.1",
"@clerk/types": "^3.52.1",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@floating-ui/react": "0.25.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.19.4

### Patch Changes

- The [issue #1680](https://github.com/clerkinc/javascript/issues/1608) has uncovered that the version `1.3.0` of `react-native-url-polyfill` did not had support for Expo Web. ([#1773](https://github.com/clerkinc/javascript/pull/1773)) by [@octoper](https://github.com/octoper)

The error was that because we rely on `react-native-url-polyfill/auto`, the would also apply the polyfill if executed on the web, which is not required as the `URL` has support for all modern browsers and there is no need to pollyfill it.

The version of `react-native-url-polyfill` was upgraded from `1.3.0` to `2.0.0` to fix the error.

- Updated dependencies [[`0eb666118`](https://github.com/clerkinc/javascript/commit/0eb66611882e6c460cc6a6c5cfa1d9b086ec6917), [`53ccb27cf`](https://github.com/clerkinc/javascript/commit/53ccb27cfd195af65adde6694572ed523fc66d6d), [`3ceb2a734`](https://github.com/clerkinc/javascript/commit/3ceb2a734a43f134956164377399fec46e01e0a1), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/clerk-js@4.58.2
- @clerk/clerk-react@4.25.2

## 0.19.3

### 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.19.3",
"version": "0.19.4",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "^4.58.1",
"@clerk/clerk-react": "^4.25.1",
"@clerk/clerk-js": "^4.58.2",
"@clerk/clerk-react": "^4.25.2",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.52.0",
"@clerk/types": "^3.52.1",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.6.9

### Patch Changes

- Warn about deprecated constants that will be removed in next major version ([#1759](https://github.com/clerkinc/javascript/pull/1759)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`07ede0f95`](https://github.com/clerkinc/javascript/commit/07ede0f959f232f6cbecb596eb9352f8cb382cdc), [`0eb666118`](https://github.com/clerkinc/javascript/commit/0eb66611882e6c460cc6a6c5cfa1d9b086ec6917), [`3b85311c9`](https://github.com/clerkinc/javascript/commit/3b85311c9eb006f51a8642f193473a250de879fc), [`ffcc78c06`](https://github.com/clerkinc/javascript/commit/ffcc78c062d067738f617ea9b491c1d45677148c), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/shared@0.23.1
- @clerk/types@3.52.1
- @clerk/backend@0.29.3

## 0.6.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "0.6.8",
"version": "0.6.9",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.29.2",
"@clerk/shared": "^0.23.0",
"@clerk/types": "^3.52.0",
"@clerk/backend": "^0.29.3",
"@clerk/shared": "^0.23.1",
"@clerk/types": "^3.52.1",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.4.10

### Patch Changes

- Updated dependencies [[`53ccb27cf`](https://github.com/clerkinc/javascript/commit/53ccb27cfd195af65adde6694572ed523fc66d6d), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/clerk-react@4.25.2
- @clerk/types@3.52.1
- @clerk/backend@0.29.3
- @clerk/clerk-sdk-node@4.12.8

## 4.4.9

### 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.4.9",
"version": "4.4.10",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "^0.29.2",
"@clerk/clerk-react": "^4.25.1",
"@clerk/clerk-sdk-node": "^4.12.7",
"@clerk/types": "^3.52.0",
"@clerk/backend": "^0.29.3",
"@clerk/clerk-react": "^4.25.2",
"@clerk/clerk-sdk-node": "^4.12.8",
"@clerk/types": "^3.52.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.26.1

### Patch Changes

- Adds the ability to force users to reset their password. ([#1757](https://github.com/clerkinc/javascript/pull/1757)) by [@kostaspt](https://github.com/kostaspt)

- Updated dependencies [[`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/types@3.52.1

## 1.26.0

### Minor 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.26.0",
"version": "1.26.1",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "^3.52.0"
"@clerk/types": "^3.52.1"
},
"devDependencies": {
"tsup": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.24.2

### Patch Changes

- Updated dependencies [[`53ccb27cf`](https://github.com/clerkinc/javascript/commit/53ccb27cfd195af65adde6694572ed523fc66d6d), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/clerk-react@4.25.2
- @clerk/types@3.52.1
- @clerk/backend@0.29.3
- @clerk/clerk-sdk-node@4.12.8

## 4.24.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.24.1",
"version": "4.24.2",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -75,10 +75,10 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
"@clerk/backend": "^0.29.2",
"@clerk/clerk-react": "^4.25.1",
"@clerk/clerk-sdk-node": "^4.12.7",
"@clerk/types": "^3.52.0",
"@clerk/backend": "^0.29.3",
"@clerk/clerk-react": "^4.25.2",
"@clerk/clerk-sdk-node": "^4.12.8",
"@clerk/types": "^3.52.1",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.25.2

### Patch Changes

- Remove nested `package.json` files inside `dist/cjs` and `dist/esm` and move `sideEffects` property to top-level `package.json` file. This change won't change behavior. ([#1785](https://github.com/clerkinc/javascript/pull/1785)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`07ede0f95`](https://github.com/clerkinc/javascript/commit/07ede0f959f232f6cbecb596eb9352f8cb382cdc), [`0eb666118`](https://github.com/clerkinc/javascript/commit/0eb66611882e6c460cc6a6c5cfa1d9b086ec6917), [`3b85311c9`](https://github.com/clerkinc/javascript/commit/3b85311c9eb006f51a8642f193473a250de879fc), [`ffcc78c06`](https://github.com/clerkinc/javascript/commit/ffcc78c062d067738f617ea9b491c1d45677148c), [`c61ddf5bf`](https://github.com/clerkinc/javascript/commit/c61ddf5bf2664e38bbaba6572d421adac8a2eff7), [`0366e0b20`](https://github.com/clerkinc/javascript/commit/0366e0b208e9086896562af94f24cdbd401c702c)]:
- @clerk/shared@0.23.1
- @clerk/types@3.52.1

## 4.25.1

### Patch Changes
Expand Down
Loading

0 comments on commit 0a17322

Please sign in to comment.