Skip to content

Commit

Permalink
chore(repo): Version packages (#3114)
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 Apr 4, 2024
1 parent d961280 commit 064af2c
Show file tree
Hide file tree
Showing 25 changed files with 136 additions and 44 deletions.
9 changes: 0 additions & 9 deletions .changeset/light-beers-share.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.38.5

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/shared@1.4.1

## 0.38.4

### 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.38.4",
"version": "0.38.5",
"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.4.0",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.19

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/clerk-js@4.71.2
- @clerk/clerk-react@4.30.9

## 0.6.18

### 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.6.18",
"version": "0.6.19",
"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.71.1",
"@clerk/clerk-react": "4.30.8"
"@clerk/clerk-js": "4.71.2",
"@clerk/clerk-react": "4.30.9"
},
"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.71.2

### Patch Changes

- Enable support for older browsers starting with Safari 12 by switching the compilation target to es2019 for all client-side SDKs ([#3113](https://github.com/clerk/javascript/pull/3113)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/localizations@1.28.1
- @clerk/shared@1.4.1

## 4.71.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.71.1",
"version": "4.71.2",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "1.28.0",
"@clerk/shared": "1.4.0",
"@clerk/localizations": "1.28.1",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.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 number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.20.14

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/clerk-js@4.71.2
- @clerk/shared@1.4.1
- @clerk/clerk-react@4.30.9

## 0.20.13

### 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.20.13",
"version": "0.20.14",
"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.71.1",
"@clerk/clerk-react": "4.30.8",
"@clerk/shared": "1.4.0",
"@clerk/clerk-js": "4.71.2",
"@clerk/clerk-react": "4.30.9",
"@clerk/shared": "1.4.1",
"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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.38

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/shared@1.4.1
- @clerk/backend@0.38.5

## 0.6.37

### 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.6.37",
"version": "0.6.38",
"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.38.4",
"@clerk/shared": "1.4.0",
"@clerk/backend": "0.38.5",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"cookies": "0.8.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.4.40

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/clerk-react@4.30.9
- @clerk/backend@0.38.5
- @clerk/clerk-sdk-node@4.13.13

## 4.4.39

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.39",
"version": "4.4.40",
"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.38.4",
"@clerk/clerk-react": "4.30.8",
"@clerk/clerk-sdk-node": "4.13.12",
"@clerk/backend": "0.38.5",
"@clerk/clerk-react": "4.30.9",
"@clerk/clerk-sdk-node": "4.13.13",
"@clerk/types": "3.63.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.28.1

### Patch Changes

- Enable support for older browsers starting with Safari 12 by switching the compilation target to es2019 for all client-side SDKs ([#3113](https://github.com/clerk/javascript/pull/3113)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 1.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.28.0",
"version": "1.28.1",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
12 changes: 12 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.29.11

### Patch Changes

- Enable support for older browsers starting with Safari 12 by switching the compilation target to es2019 for all client-side SDKs ([#3113](https://github.com/clerk/javascript/pull/3113)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/shared@1.4.1
- @clerk/clerk-react@4.30.9
- @clerk/backend@0.38.5
- @clerk/clerk-sdk-node@4.13.13

## 4.29.10

### 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.29.10",
"version": "4.29.11",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -87,10 +87,10 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.38.4",
"@clerk/clerk-react": "4.30.8",
"@clerk/clerk-sdk-node": "4.13.12",
"@clerk/shared": "1.4.0",
"@clerk/backend": "0.38.5",
"@clerk/clerk-react": "4.30.9",
"@clerk/clerk-sdk-node": "4.13.13",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.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 number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.30.9

### Patch Changes

- Enable support for older browsers starting with Safari 12 by switching the compilation target to es2019 for all client-side SDKs ([#3113](https://github.com/clerk/javascript/pull/3113)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/shared@1.4.1

## 4.30.8

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

## 3.2.2

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/shared@1.4.1
- @clerk/clerk-react@4.30.9
- @clerk/backend@0.38.5

## 3.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.2.1",
"version": "3.2.2",
"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.38.4",
"@clerk/clerk-react": "4.30.8",
"@clerk/shared": "1.4.0",
"@clerk/backend": "0.38.5",
"@clerk/clerk-react": "4.30.9",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.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 number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.13.13

### Patch Changes

- Updated dependencies [[`d9612801c`](https://github.com/clerk/javascript/commit/d9612801cff947be8fd991c0ff50c819873daf57)]:
- @clerk/shared@1.4.1
- @clerk/backend@0.38.5

## 4.13.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-sdk-node",
"version": "4.13.12",
"version": "4.13.13",
"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.38.4",
"@clerk/shared": "1.4.0",
"@clerk/backend": "0.38.5",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.1

### Patch Changes

- Enable support for older browsers starting with Safari 12 by switching the compilation target to es2019 for all client-side SDKs ([#3113](https://github.com/clerk/javascript/pull/3113)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/shared",
"version": "1.4.0",
"version": "1.4.1",
"description": "Internal package utils used by the Clerk SDKs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 064af2c

Please sign in to comment.