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 Jun 9, 2023
1 parent 821d795 commit 26326db
Show file tree
Hide file tree
Showing 44 changed files with 238 additions and 136 deletions.
6 changes: 0 additions & 6 deletions .changeset/eighty-lamps-joke.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fresh-stingrays-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-dragons-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-gorillas-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-trains-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-stingrays-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-horses-suffer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rare-mails-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-pillows-dance.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/rotten-moles-divide.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/seven-mayflies-push.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sixty-fireants-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-cars-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-dodos-eat.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thin-apes-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-carpets-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-bees-walk.md

This file was deleted.

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

## 0.22.0

### Minor Changes

- Add support for NextJS applications hosted on AWS Amplify ([#1306](https://github.com/clerkinc/javascript/pull/1306)) by [@dimkl](https://github.com/dimkl)

- Address npm audit issues for the clerk backend package ([#1312](https://github.com/clerkinc/javascript/pull/1312)) by [@desiprisg](https://github.com/desiprisg)

- Add support for NextJS applications hosted on Railway ([#1306](https://github.com/clerkinc/javascript/pull/1306)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Remove unused `url` prop from `redirectToSignIn` and `redirectToSignUp` helpers ([#1293](https://github.com/clerkinc/javascript/pull/1293)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`cf65a322`](https://github.com/clerkinc/javascript/commit/cf65a322b2741448e5932c417d3740afeab9620f), [`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539)]:
- @clerk/types@3.41.1

## [0.21.0](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.21.0-staging.4...@clerk/backend@0.21.0) (2023-06-03)

**Note:** Version bump only for package @clerk/backend
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.21.0",
"version": "0.22.0",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.41.0",
"@clerk/types": "^3.41.1",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"deepmerge": "4.2.2",
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.8

### Patch Changes

- Updated dependencies [[`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539), [`78d538f0`](https://github.com/clerkinc/javascript/commit/78d538f0993492a67b4acbb55dbd9c982102d84a), [`4f8a821a`](https://github.com/clerkinc/javascript/commit/4f8a821ae7192bba181f59e6e608a2a57d8db5b4), [`6e555829`](https://github.com/clerkinc/javascript/commit/6e555829e6665328fc73e654775e41882e0ef550)]:
- @clerk/clerk-js@4.45.1
- @clerk/clerk-react@4.19.0

## [0.3.0](https://github.com/clerkinc/javascript/compare/@clerk/chrome-extension@0.2.8-staging.4...@clerk/chrome-extension@0.3.0) (2023-05-15)

**Note:** Version bump only for package @clerk/chrome-extension
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.7",
"version": "0.3.8",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -28,8 +28,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.45.0",
"@clerk/clerk-react": "^4.18.0"
"@clerk/clerk-js": "^4.45.1",
"@clerk/clerk-react": "^4.19.0"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
24 changes: 24 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 4.45.1

### Patch Changes

- Make first name, last name & password readonly for users with active SAML accounts ([#1278](https://github.com/clerkinc/javascript/pull/1278)) by [@yourtallness](https://github.com/yourtallness)

- Load CF turnstile from FAPI ([#1296](https://github.com/clerkinc/javascript/pull/1296)) by [@panteliselef](https://github.com/panteliselef)

- ESM/CJS support for `@clerk/clerk-react` ([#1289](https://github.com/clerkinc/javascript/pull/1289)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

Changes that should affect users and OS contributors:

- Better source map support for `@clerk/clerk-react`, `@clerk/shared`. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.
- Easier node_modules debugging as `@clerk/clerk-react`, `@clerk/shared` and `@clerk/nextjs` are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.
- Headless clerk-js bundle size reduced by ~10kb, normal clerk-ks by ~6kb
- A new `clerkJSVersion` prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.

- Preview known SAML error messages during failed Sign in/up flows ([#1310](https://github.com/clerkinc/javascript/pull/1310)) by [@chanioxaris](https://github.com/chanioxaris)

- Updated dependencies [[`cf65a322`](https://github.com/clerkinc/javascript/commit/cf65a322b2741448e5932c417d3740afeab9620f), [`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539), [`4f8a821a`](https://github.com/clerkinc/javascript/commit/4f8a821ae7192bba181f59e6e608a2a57d8db5b4)]:
- @clerk/localizations@1.17.1
- @clerk/types@3.41.1
- @clerk/shared@0.18.0

## [4.45.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.45.0-staging.4...@clerk/clerk-js@4.45.0) (2023-06-03)

**Note:** Version bump only for package @clerk/clerk-js
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.45.0",
"version": "4.45.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/localizations": "^1.17.0",
"@clerk/shared": "^0.17.2",
"@clerk/types": "^3.41.0",
"@clerk/localizations": "^1.17.1",
"@clerk/shared": "^0.18.0",
"@clerk/types": "^3.41.1",
"@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.17.8

### Patch Changes

- Updated dependencies [[`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539), [`78d538f0`](https://github.com/clerkinc/javascript/commit/78d538f0993492a67b4acbb55dbd9c982102d84a), [`4f8a821a`](https://github.com/clerkinc/javascript/commit/4f8a821ae7192bba181f59e6e608a2a57d8db5b4), [`6e555829`](https://github.com/clerkinc/javascript/commit/6e555829e6665328fc73e654775e41882e0ef550)]:
- @clerk/clerk-js@4.45.1
- @clerk/clerk-react@4.19.0

## [0.17.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.16.5-staging.4...@clerk/clerk-expo@0.17.0) (2023-05-15)

**Note:** Version bump only for package @clerk/clerk-expo
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.17.7",
"version": "0.17.8",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.45.0",
"@clerk/clerk-react": "^4.18.0",
"@clerk/clerk-js": "^4.45.1",
"@clerk/clerk-react": "^4.19.0",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
},
"devDependencies": {
"@clerk/types": "^3.41.0",
"@clerk/types": "^3.41.1",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
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.4.6

### Patch Changes

- Updated dependencies [[`5fce80b8`](https://github.com/clerkinc/javascript/commit/5fce80b8a55927fbaf41e512a0cb8e09dbe69831), [`cf65a322`](https://github.com/clerkinc/javascript/commit/cf65a322b2741448e5932c417d3740afeab9620f), [`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539), [`cb7be34b`](https://github.com/clerkinc/javascript/commit/cb7be34b93baddd96fe1f80f8e6f880673f69724), [`5fce80b8`](https://github.com/clerkinc/javascript/commit/5fce80b8a55927fbaf41e512a0cb8e09dbe69831), [`9e64d2369`](https://github.com/clerkinc/javascript/commit/9e64d236980f7cb7cdfaadc5320f2ea52906537c)]:
- @clerk/backend@0.22.0
- @clerk/types@3.41.1

## [0.4.0](https://github.com/clerkinc/javascript/compare/@clerk/fastify@0.3.1-staging.3...@clerk/fastify@0.4.0) (2023-05-15)

**Note:** Version bump only for package @clerk/fastify
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.4.5",
"version": "0.4.6",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.21.0",
"@clerk/types": "^3.41.0",
"@clerk/backend": "^0.22.0",
"@clerk/types": "^3.41.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.3.7

### Patch Changes

- Updated dependencies [[`5fce80b8`](https://github.com/clerkinc/javascript/commit/5fce80b8a55927fbaf41e512a0cb8e09dbe69831), [`cf65a322`](https://github.com/clerkinc/javascript/commit/cf65a322b2741448e5932c417d3740afeab9620f), [`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539), [`4f8a821a`](https://github.com/clerkinc/javascript/commit/4f8a821ae7192bba181f59e6e608a2a57d8db5b4), [`cb7be34b`](https://github.com/clerkinc/javascript/commit/cb7be34b93baddd96fe1f80f8e6f880673f69724), [`5fce80b8`](https://github.com/clerkinc/javascript/commit/5fce80b8a55927fbaf41e512a0cb8e09dbe69831), [`9e64d2369`](https://github.com/clerkinc/javascript/commit/9e64d236980f7cb7cdfaadc5320f2ea52906537c)]:
- @clerk/backend@0.22.0
- @clerk/types@3.41.1
- @clerk/clerk-react@4.19.0
- @clerk/clerk-sdk-node@4.10.4

## [4.3.0](https://github.com/clerkinc/javascript/compare/gatsby-plugin-clerk@4.2.8-staging.4...gatsby-plugin-clerk@4.3.0) (2023-05-15)

**Note:** Version bump only for package gatsby-plugin-clerk
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.6",
"version": "4.3.7",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.21.0",
"@clerk/clerk-react": "^4.18.0",
"@clerk/clerk-sdk-node": "^4.10.3",
"@clerk/types": "^3.41.0",
"@clerk/backend": "^0.22.0",
"@clerk/clerk-react": "^4.19.0",
"@clerk/clerk-sdk-node": "^4.10.4",
"@clerk/types": "^3.41.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.17.1

### Patch Changes

- fix(types,localizations): Improve invalid form email_address param error message ([#1303](https://github.com/clerkinc/javascript/pull/1303)) by [@dimkl](https://github.com/dimkl)

- Make first name, last name & password readonly for users with active SAML accounts ([#1278](https://github.com/clerkinc/javascript/pull/1278)) by [@yourtallness](https://github.com/yourtallness)

- Updated dependencies [[`cf65a322`](https://github.com/clerkinc/javascript/commit/cf65a322b2741448e5932c417d3740afeab9620f), [`6018fb12`](https://github.com/clerkinc/javascript/commit/6018fb12155acfc8f3d5c5198104497770169539)]:
- @clerk/types@3.41.1

## [1.17.0](https://github.com/clerkinc/javascript/compare/@clerk/localizations@1.17.0-staging.2...@clerk/localizations@1.17.0) (2023-06-03)

### Features
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.17.0",
"version": "1.17.1",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/types": "^3.41.0"
"@clerk/types": "^3.41.1"
},
"devDependencies": {
"tsup": "*",
Expand Down
Loading

0 comments on commit 26326db

Please sign in to comment.