File tree 14 files changed +67
-31
lines changed
14 files changed +67
-31
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
13
### [ 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)
7
14
8
15
** Note:** Version bump only for package @clerk/clerk-js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/clerk-js" ,
3
- "version" : " 4.16.0-staging.1 " ,
3
+ "version" : " 4.16.0-staging.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev JS library" ,
6
6
"keywords" : [
38
38
"test:coverage" : " jest --collectCoverage"
39
39
},
40
40
"dependencies" : {
41
- "@clerk/shared" : " ^0.5.4-staging.1 " ,
41
+ "@clerk/shared" : " ^0.5.4-staging.2 " ,
42
42
"@clerk/types" : " ^3.17.0-staging.1" ,
43
43
"@emotion/cache" : " ^11.10.5" ,
44
44
"@emotion/react" : " ^11.10.5" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
### [ 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)
7
13
8
14
** Note:** Version bump only for package @clerk/clerk-expo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/clerk-expo" ,
3
- "version" : " 0.9.74 -staging.1 " ,
3
+ "version" : " 0.10.0 -staging.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev React Native/Expo library" ,
6
6
"keywords" : [
27
27
"lint" : " eslint ."
28
28
},
29
29
"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 " ,
32
32
"base-64" : " ^1.0.0" ,
33
33
"react-native-url-polyfill" : " ^1.3.0"
34
34
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
### [ 4.6.1] ( https://github.com/clerkinc/javascript/compare/@clerk/nextjs@4.6.1-staging.2...@clerk/nextjs@4.6.1 ) (2022-11-18)
7
13
8
14
** Note:** Version bump only for package @clerk/nextjs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/nextjs" ,
3
- "version" : " 4.6.2-staging.1 " ,
3
+ "version" : " 4.6.2-staging.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev SDK for NextJS" ,
6
6
"keywords" : [
36
36
"dev" : " tsc -p tsconfig.build.json --watch"
37
37
},
38
38
"dependencies" : {
39
- "@clerk/clerk-react" : " ^4.5.0-staging.1 " ,
39
+ "@clerk/clerk-react" : " ^4.5.0-staging.2 " ,
40
40
"@clerk/clerk-sdk-node" : " ^4.5.3-staging.1" ,
41
41
"@clerk/edge" : " ^1.12.11-staging.1" ,
42
42
"@clerk/types" : " ^3.17.0-staging.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
### [ 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)
7
13
8
14
** Note:** Version bump only for package @clerk/clerk-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/clerk-react" ,
3
- "version" : " 4.5.0-staging.1 " ,
3
+ "version" : " 4.5.0-staging.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev React library" ,
6
6
"keywords" : [
29
29
"test" : " jest"
30
30
},
31
31
"dependencies" : {
32
- "@clerk/shared" : " ^0.5.4-staging.1 " ,
32
+ "@clerk/shared" : " ^0.5.4-staging.2 " ,
33
33
"@clerk/types" : " ^3.17.0-staging.1" ,
34
34
"swr" : " ^1.3.0" ,
35
35
"tslib" : " ^2.3.1"
Original file line number Diff line number Diff line change 1
1
/** 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 ' ;
3
3
export const LIB_NAME = '@clerk/clerk-react' ;
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
### [ 1.3.14] ( https://github.com/clerkinc/javascript/compare/@clerk/remix@1.3.14-staging.1...@clerk/remix@1.3.14 ) (2022-11-18)
7
11
8
12
** Note:** Version bump only for package @clerk/remix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/remix" ,
3
- "version" : " 1.3.15-staging.1 " ,
3
+ "version" : " 1.3.15-staging.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev SDK for Remix" ,
6
6
"keywords" : [
33
33
"lint" : " eslint ."
34
34
},
35
35
"dependencies" : {
36
- "@clerk/clerk-react" : " ^4.5.0-staging.1 " ,
36
+ "@clerk/clerk-react" : " ^4.5.0-staging.2 " ,
37
37
"@clerk/clerk-sdk-node" : " ^4.5.3-staging.1" ,
38
38
"@clerk/types" : " ^3.17.0-staging.1" ,
39
39
"cookie" : " ^0.5.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
13
### [ 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)
7
14
8
15
** Note:** Version bump only for package @clerk/shared
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/shared" ,
3
- "version" : " 0.5.4-staging.1 " ,
3
+ "version" : " 0.5.4-staging.2 " ,
4
4
"description" : " Internal package utils used by the Clerk SDKs" ,
5
5
"types" : " ./dist/types/index.d.ts" ,
6
6
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments