Skip to content

Commit

Permalink
chore(repo): Version packages (#2402)
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] committed Dec 21, 2023
1 parent df40705 commit b9e24c1
Show file tree
Hide file tree
Showing 26 changed files with 135 additions and 55 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-insects-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-carrots-whisper.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-clouds-fly.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 0.36.1

### Patch Changes

- `OrganizationMembershipRole` should respect authorization types provided by the developer if those exist. ([#2405](https://github.com/clerk/javascript/pull/2405)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a)]:
- @clerk/shared@1.2.0

## 0.36.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.36.0",
"version": "0.36.1",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/shared": "1.1.1",
"@clerk/shared": "1.2.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
@@ -1,5 +1,13 @@
# Change Log

## 0.6.1

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a), [`98f8ec629`](https://github.com/clerk/javascript/commit/98f8ec62957a10bd0e8e2b1f136351132d9ac670), [`4d5cae209`](https://github.com/clerk/javascript/commit/4d5cae209a4f62c725d8263b8cd6303833aa35c8)]:
- @clerk/clerk-js@4.68.0
- @clerk/clerk-react@4.30.1

## 0.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "0.6.0",
"version": "0.6.1",
"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.67.0",
"@clerk/clerk-react": "4.30.0"
"@clerk/clerk-js": "4.68.0",
"@clerk/clerk-react": "4.30.1"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
@@ -1,5 +1,20 @@
# Change Log

## 4.68.0

### Minor Changes

- Support reading from `__clerk_db_jwt` and `__dev_session` the dev browser jwt in development ([#2428](https://github.com/clerk/javascript/pull/2428)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Bug fix: Clear feedback of input field if `setError` is called with undefined. ([#2409](https://github.com/clerk/javascript/pull/2409)) by [@panteliselef](https://github.com/panteliselef)

- Prevent submitting on enter in Organization Profile form when submit button is disabled. ([#2401](https://github.com/clerk/javascript/pull/2401)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a)]:
- @clerk/shared@1.2.0

## 4.67.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.67.0",
"version": "4.68.0",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand 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.1.1",
"@clerk/shared": "1.2.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
@@ -1,5 +1,14 @@
# Change Log

## 0.19.26

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a), [`98f8ec629`](https://github.com/clerk/javascript/commit/98f8ec62957a10bd0e8e2b1f136351132d9ac670), [`4d5cae209`](https://github.com/clerk/javascript/commit/4d5cae209a4f62c725d8263b8cd6303833aa35c8)]:
- @clerk/clerk-js@4.68.0
- @clerk/shared@1.2.0
- @clerk/clerk-react@4.30.1

## 0.19.25

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/expo/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.19.25",
"version": "0.19.26",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,9 +39,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.67.0",
"@clerk/clerk-react": "4.30.0",
"@clerk/shared": "1.1.1",
"@clerk/clerk-js": "4.68.0",
"@clerk/clerk-react": "4.30.1",
"@clerk/shared": "1.2.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
@@ -1,5 +1,13 @@
# Change Log

## 0.6.28

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a), [`a8feab74a`](https://github.com/clerk/javascript/commit/a8feab74ade1521df091cfc15295942e418034df)]:
- @clerk/shared@1.2.0
- @clerk/backend@0.36.1

## 0.6.27

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

## 4.4.30

### Patch Changes

- Updated dependencies [[`a8feab74a`](https://github.com/clerk/javascript/commit/a8feab74ade1521df091cfc15295942e418034df)]:
- @clerk/backend@0.36.1
- @clerk/clerk-react@4.30.1
- @clerk/clerk-sdk-node@4.13.3

## 4.4.29

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-clerk/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "4.4.29",
"version": "4.4.30",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand Down Expand Up @@ -44,9 +44,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.36.0",
"@clerk/clerk-react": "4.30.0",
"@clerk/clerk-sdk-node": "4.13.2",
"@clerk/backend": "0.36.1",
"@clerk/clerk-react": "4.30.1",
"@clerk/clerk-sdk-node": "4.13.3",
"@clerk/types": "3.60.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/nextjs/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log

## 4.29.0

### Minor Changes

- Support reading from `__clerk_db_jwt` and `__dev_session` the dev browser jwt in development ([#2428](https://github.com/clerk/javascript/pull/2428)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a), [`a8feab74a`](https://github.com/clerk/javascript/commit/a8feab74ade1521df091cfc15295942e418034df)]:
- @clerk/shared@1.2.0
- @clerk/backend@0.36.1
- @clerk/clerk-react@4.30.1
- @clerk/clerk-sdk-node@4.13.3

## 4.28.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/nextjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.28.1",
"version": "4.29.0",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -87,10 +87,10 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.36.0",
"@clerk/clerk-react": "4.30.0",
"@clerk/clerk-sdk-node": "4.13.2",
"@clerk/shared": "1.1.1",
"@clerk/backend": "0.36.1",
"@clerk/clerk-react": "4.30.1",
"@clerk/clerk-sdk-node": "4.13.3",
"@clerk/shared": "1.2.0",
"@clerk/types": "3.60.0",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 4.30.1

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a)]:
- @clerk/shared@1.2.0

## 4.30.0

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

## 3.1.12

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a), [`a8feab74a`](https://github.com/clerk/javascript/commit/a8feab74ade1521df091cfc15295942e418034df)]:
- @clerk/shared@1.2.0
- @clerk/backend@0.36.1
- @clerk/clerk-react@4.30.1

## 3.1.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/remix/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.1.11",
"version": "3.1.12",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down Expand Up @@ -69,9 +69,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.36.0",
"@clerk/clerk-react": "4.30.0",
"@clerk/shared": "1.1.1",
"@clerk/backend": "0.36.1",
"@clerk/clerk-react": "4.30.1",
"@clerk/shared": "1.2.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
@@ -1,5 +1,13 @@
# Change Log

## 4.13.3

### Patch Changes

- Updated dependencies [[`df40705d3`](https://github.com/clerk/javascript/commit/df40705d3fbb22b8b4d6fd8ee0a52b100146d88a), [`a8feab74a`](https://github.com/clerk/javascript/commit/a8feab74ade1521df091cfc15295942e418034df)]:
- @clerk/shared@1.2.0
- @clerk/backend@0.36.1

## 4.13.2

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

## 1.2.0

### Minor Changes

- Support reading from `__clerk_db_jwt` and `__dev_session` the dev browser jwt in development ([#2428](https://github.com/clerk/javascript/pull/2428)) by [@dimkl](https://github.com/dimkl)

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/shared",
"version": "1.1.1",
"version": "1.2.0",
"description": "Internal package utils used by the Clerk SDKs",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9e24c1

Please sign in to comment.