File tree 18 files changed +69
-41
lines changed
18 files changed +69
-41
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
+ ## [ 0.8.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/backend-core@0.7.0-alpha.1...@clerk/backend-core@0.8.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/backend-core
9
+
6
10
## [ 0.7.0-alpha.1] ( https://github.com/clerkinc/javascript/compare/@clerk/backend-core@0.7.0-alpha.0...@clerk/backend-core@0.7.0-alpha.1 ) (2022-03-22)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/backend-core" ,
3
- "version" : " 0.7 .0-alpha.1 " ,
3
+ "version" : " 0.8 .0-alpha.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk Backend API core resources and authentication utilities for JavaScript environments." ,
6
6
"scripts" : {
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.2.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/edge@1.1.0-alpha.1...@clerk/edge@1.2.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/edge
9
+
6
10
## [ 1.1.0-alpha.1] ( https://github.com/clerkinc/javascript/compare/@clerk/edge@1.1.0-alpha.0...@clerk/edge@1.1.0-alpha.1 ) (2022-03-22)
7
11
8
12
** Note:** Version bump only for package @clerk/edge
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clerk/edge" ,
3
- "version" : " 1.1 .0-alpha.1 " ,
3
+ "version" : " 1.2 .0-alpha.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk SDK for serverless and edge environments" ,
6
6
"keywords" : [
36
36
"build" : " node ./scripts/info.cjs && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && ./moduleTypeFix"
37
37
},
38
38
"dependencies" : {
39
- "@clerk/backend-core" : " ^0.7 .0-alpha.1 " ,
39
+ "@clerk/backend-core" : " ^0.8 .0-alpha.0 " ,
40
40
"@peculiar/webcrypto" : " ^1.2.3" ,
41
41
"next" : " ^12.0.7"
42
42
},
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 = '1.1 .0-alpha.1 ' ;
2
+ export const LIB_VERSION = '1.2 .0-alpha.0 ' ;
3
3
export const LIB_NAME = '@clerk/edge' ;
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.9.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.8.18-alpha.3...@clerk/clerk-expo@0.9.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/clerk-expo
9
+
6
10
### [ 0.8.18-alpha.3] ( https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.8.18-alpha.2...@clerk/clerk-expo@0.8.18-alpha.3 ) (2022-03-22)
7
11
8
12
** 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.8.18 -alpha.3 " ,
3
+ "version" : " 0.9.0 -alpha.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev React Native/Expo library" ,
6
6
"keywords" : [
27
27
},
28
28
"dependencies" : {
29
29
"@clerk/clerk-js" : " ^3.0.1-alpha.3" ,
30
- "@clerk/clerk-react" : " ^3.0.1 -alpha.3 " ,
30
+ "@clerk/clerk-react" : " ^3.1.0 -alpha.0 " ,
31
31
"base-64" : " ^1.0.0"
32
32
},
33
33
"devDependencies" : {
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
+ ## [ 3.2.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/nextjs@3.1.0-alpha.1...@clerk/nextjs@3.2.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/nextjs
9
+
6
10
## [ 3.1.0-alpha.1] ( https://github.com/clerkinc/javascript/compare/@clerk/nextjs@3.1.0-alpha.0...@clerk/nextjs@3.1.0-alpha.1 ) (2022-03-22)
7
11
8
12
** 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" : " 3.1 .0-alpha.1 " ,
3
+ "version" : " 3.2 .0-alpha.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev SDK for NextJS" ,
6
6
"keywords" : [
32
32
"dev" : " tsc -p tsconfig.build.json --watch"
33
33
},
34
34
"dependencies" : {
35
- "@clerk/clerk-react" : " ^3.0.1 -alpha.3 " ,
36
- "@clerk/clerk-sdk-node" : " ^3.1 .0-alpha.1 " ,
37
- "@clerk/edge" : " ^1.1 .0-alpha.1 " ,
35
+ "@clerk/clerk-react" : " ^3.1.0 -alpha.0 " ,
36
+ "@clerk/clerk-sdk-node" : " ^3.2 .0-alpha.0 " ,
37
+ "@clerk/edge" : " ^1.2 .0-alpha.0 " ,
38
38
"@clerk/types" : " ^2.0.1-alpha.3" ,
39
39
"tslib" : " ^2.3.1"
40
40
},
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
+ ## [ 3.1.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@3.0.1-alpha.3...@clerk/clerk-react@3.1.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/clerk-react
9
+
6
10
### [ 3.0.1-alpha.3] ( https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@3.0.1-alpha.2...@clerk/clerk-react@3.0.1-alpha.3 ) (2022-03-22)
7
11
8
12
** 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" : " 3.0.1 -alpha.3 " ,
3
+ "version" : " 3.1.0 -alpha.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev React library" ,
6
6
"keywords" : [
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 = '3.0.1 -alpha.3 ' ;
2
+ export const LIB_VERSION = '3.1.0 -alpha.0 ' ;
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
+ ## [ 0.3.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/remix@0.2.0-alpha.1...@clerk/remix@0.3.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/remix
9
+
6
10
## [ 0.2.0-alpha.1] ( https://github.com/clerkinc/javascript/compare/@clerk/remix@0.2.0-alpha.0...@clerk/remix@0.2.0-alpha.1 ) (2022-03-22)
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" : " 0.2 .0-alpha.1 " ,
3
+ "version" : " 0.3 .0-alpha.0 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Clerk.dev SDK for Remix" ,
6
6
"keywords" : [
32
32
"dev" : " tsc -p tsconfig.build.json --watch"
33
33
},
34
34
"dependencies" : {
35
- "@clerk/clerk-react" : " ^3.0.1 -alpha.3 " ,
36
- "@clerk/clerk-sdk-node" : " ^3.1 .0-alpha.1 " ,
35
+ "@clerk/clerk-react" : " ^3.1.0 -alpha.0 " ,
36
+ "@clerk/clerk-sdk-node" : " ^3.2 .0-alpha.0 " ,
37
37
"@clerk/types" : " ^2.0.1-alpha.3" ,
38
38
"cookie" : " ^0.4.2" ,
39
39
"tslib" : " ^2.3.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
+ ## [ 3.2.0-alpha.0] ( https://github.com/clerkinc/javascript/compare/@clerk/clerk-sdk-node@3.1.0-alpha.1...@clerk/clerk-sdk-node@3.2.0-alpha.0 ) (2022-03-22)
7
+
8
+ ** Note:** Version bump only for package @clerk/clerk-sdk-node
9
+
6
10
## [ 3.1.0-alpha.1] ( https://github.com/clerkinc/javascript/compare/@clerk/clerk-sdk-node@3.1.0-alpha.0...@clerk/clerk-sdk-node@3.1.0-alpha.1 ) (2022-03-22)
7
11
8
12
** Note:** Version bump only for package @clerk/clerk-sdk-node
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.1 .0-alpha.1 " ,
2
+ "version" : " 3.2 .0-alpha.0 " ,
3
3
"license" : " MIT" ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " esm/index.js" ,
47
47
"typescript" : " ^4.6.2"
48
48
},
49
49
"dependencies" : {
50
- "@clerk/backend-core" : " ^0.7 .0-alpha.1 " ,
50
+ "@clerk/backend-core" : " ^0.8 .0-alpha.0 " ,
51
51
"@peculiar/webcrypto" : " ^1.2.3" ,
52
52
"camelcase-keys" : " ^6.2.2" ,
53
53
"cookies" : " ^0.8.0" ,
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 = '3.1 .0-alpha.1 ' ;
2
+ export const LIB_VERSION = '3.2 .0-alpha.0 ' ;
3
3
export const LIB_NAME = '@clerk/clerk-sdk-node' ;
You can’t perform that action at this time.
0 commit comments