Skip to content

Commit b1e1921

Browse files
chore(release): Publish
- @clerk/clerk-js@4.16.0-staging.2 - @clerk/clerk-expo@0.10.0-staging.0 - @clerk/nextjs@4.6.2-staging.2 - @clerk/clerk-react@4.5.0-staging.2 - @clerk/remix@1.3.15-staging.2 - @clerk/shared@0.5.4-staging.2
1 parent 08bff82 commit b1e1921

14 files changed

+67
-31
lines changed

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clerk-js/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.16.0-staging.2](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.16.0-staging.1...@clerk/clerk-js@4.16.0-staging.2) (2022-11-21)
7+
8+
### Features
9+
10+
- **clerk-js:** Export all ClerkJS error utilities ([c225288](https://github.com/clerkinc/javascript/commit/c2252881516da07d7ccac288ebfb3ba9e86cee5c))
11+
- **clerk-js:** Improve DX for headless import ([8d64310](https://github.com/clerkinc/javascript/commit/8d64310ab23c6e21f8a687e503521245acad8211))
12+
613
### [4.15.2](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.15.2-staging.1...@clerk/clerk-js@4.15.2) (2022-11-18)
714

815
**Note:** Version bump only for package @clerk/clerk-js

packages/clerk-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "4.16.0-staging.1",
3+
"version": "4.16.0-staging.2",
44
"license": "MIT",
55
"description": "Clerk.dev JS library",
66
"keywords": [
@@ -38,7 +38,7 @@
3838
"test:coverage": "jest --collectCoverage"
3939
},
4040
"dependencies": {
41-
"@clerk/shared": "^0.5.4-staging.1",
41+
"@clerk/shared": "^0.5.4-staging.2",
4242
"@clerk/types": "^3.17.0-staging.1",
4343
"@emotion/cache": "^11.10.5",
4444
"@emotion/react": "^11.10.5",

packages/expo/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.0-staging.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.9.74-staging.1...@clerk/clerk-expo@0.10.0-staging.0) (2022-11-21)
7+
8+
### Features
9+
10+
- **clerk-js:** Improve DX for headless import ([8d64310](https://github.com/clerkinc/javascript/commit/8d64310ab23c6e21f8a687e503521245acad8211))
11+
612
### [0.9.73](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.9.73-staging.1...@clerk/clerk-expo@0.9.73) (2022-11-18)
713

814
**Note:** Version bump only for package @clerk/clerk-expo

packages/expo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "0.9.74-staging.1",
3+
"version": "0.10.0-staging.0",
44
"license": "MIT",
55
"description": "Clerk.dev React Native/Expo library",
66
"keywords": [
@@ -27,8 +27,8 @@
2727
"lint": "eslint ."
2828
},
2929
"dependencies": {
30-
"@clerk/clerk-js": "^4.16.0-staging.1",
31-
"@clerk/clerk-react": "^4.5.0-staging.1",
30+
"@clerk/clerk-js": "^4.16.0-staging.2",
31+
"@clerk/clerk-react": "^4.5.0-staging.2",
3232
"base-64": "^1.0.0",
3333
"react-native-url-polyfill": "^1.3.0"
3434
},

packages/nextjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.6.2-staging.2](https://github.com/clerkinc/javascript/compare/@clerk/nextjs@4.6.2-staging.1...@clerk/nextjs@4.6.2-staging.2) (2022-11-21)
7+
8+
### Bug Fixes
9+
10+
- **nextjs:** Remove optional auth violation error from withClerkMiddleware ([1760b90](https://github.com/clerkinc/javascript/commit/1760b9092ff22e57b24d0475e4ec6b49dd5a7ecd))
11+
612
### [4.6.1](https://github.com/clerkinc/javascript/compare/@clerk/nextjs@4.6.1-staging.2...@clerk/nextjs@4.6.1) (2022-11-18)
713

814
**Note:** Version bump only for package @clerk/nextjs

packages/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "4.6.2-staging.1",
3+
"version": "4.6.2-staging.2",
44
"license": "MIT",
55
"description": "Clerk.dev SDK for NextJS",
66
"keywords": [
@@ -36,7 +36,7 @@
3636
"dev": "tsc -p tsconfig.build.json --watch"
3737
},
3838
"dependencies": {
39-
"@clerk/clerk-react": "^4.5.0-staging.1",
39+
"@clerk/clerk-react": "^4.5.0-staging.2",
4040
"@clerk/clerk-sdk-node": "^4.5.3-staging.1",
4141
"@clerk/edge": "^1.12.11-staging.1",
4242
"@clerk/types": "^3.17.0-staging.1",

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.0-staging.2](https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@4.5.0-staging.1...@clerk/clerk-react@4.5.0-staging.2) (2022-11-21)
7+
8+
### Features
9+
10+
- **clerk-js:** Improve DX for headless import ([8d64310](https://github.com/clerkinc/javascript/commit/8d64310ab23c6e21f8a687e503521245acad8211))
11+
612
### [4.4.3](https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@4.4.3-staging.1...@clerk/clerk-react@4.4.3) (2022-11-18)
713

814
**Note:** Version bump only for package @clerk/clerk-react

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-react",
3-
"version": "4.5.0-staging.1",
3+
"version": "4.5.0-staging.2",
44
"license": "MIT",
55
"description": "Clerk.dev React library",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"test": "jest"
3030
},
3131
"dependencies": {
32-
"@clerk/shared": "^0.5.4-staging.1",
32+
"@clerk/shared": "^0.5.4-staging.2",
3333
"@clerk/types": "^3.17.0-staging.1",
3434
"swr": "^1.3.0",
3535
"tslib": "^2.3.1"

packages/react/src/info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */
2-
export const LIB_VERSION = '4.5.0-staging.1';
2+
export const LIB_VERSION = '4.5.0-staging.2';
33
export const LIB_NAME = '@clerk/clerk-react';

packages/remix/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.3.15-staging.2](https://github.com/clerkinc/javascript/compare/@clerk/remix@1.3.15-staging.1...@clerk/remix@1.3.15-staging.2) (2022-11-21)
7+
8+
**Note:** Version bump only for package @clerk/remix
9+
610
### [1.3.14](https://github.com/clerkinc/javascript/compare/@clerk/remix@1.3.14-staging.1...@clerk/remix@1.3.14) (2022-11-18)
711

812
**Note:** Version bump only for package @clerk/remix

packages/remix/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/remix",
3-
"version": "1.3.15-staging.1",
3+
"version": "1.3.15-staging.2",
44
"license": "MIT",
55
"description": "Clerk.dev SDK for Remix",
66
"keywords": [
@@ -33,7 +33,7 @@
3333
"lint": "eslint ."
3434
},
3535
"dependencies": {
36-
"@clerk/clerk-react": "^4.5.0-staging.1",
36+
"@clerk/clerk-react": "^4.5.0-staging.2",
3737
"@clerk/clerk-sdk-node": "^4.5.3-staging.1",
3838
"@clerk/types": "^3.17.0-staging.1",
3939
"cookie": "^0.5.0",

packages/shared/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.5.4-staging.2](https://github.com/clerkinc/clerk_docker/compare/@clerk/shared@0.5.4-staging.1...@clerk/shared@0.5.4-staging.2) (2022-11-21)
7+
8+
### Bug Fixes
9+
10+
- **shared:** Add optional locale param to `formatRelative` ([0582eb7](https://github.com/clerkinc/clerk_docker/commit/0582eb78de7c1807e1709d038cfda13cb6db589d))
11+
- **shared:** Fix failing tests ([08bff82](https://github.com/clerkinc/clerk_docker/commit/08bff821466986d9698fd209eca2ae0872fe9147))
12+
613
### [0.5.3](https://github.com/clerkinc/clerk_docker/compare/@clerk/shared@0.5.3-staging.1...@clerk/shared@0.5.3) (2022-11-18)
714

815
**Note:** Version bump only for package @clerk/shared

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/shared",
3-
"version": "0.5.4-staging.1",
3+
"version": "0.5.4-staging.2",
44
"description": "Internal package utils used by the Clerk SDKs",
55
"types": "./dist/types/index.d.ts",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)