Skip to content

Commit 82f7984

Browse files
committed
chore(release): Publish
- @clerk/backend-core@0.8.0-alpha.0 - @clerk/edge@1.2.0-alpha.0 - @clerk/clerk-expo@0.9.0-alpha.0 - @clerk/nextjs@3.2.0-alpha.0 - @clerk/clerk-react@3.1.0-alpha.0 - @clerk/remix@0.3.0-alpha.0 - @clerk/clerk-sdk-node@3.2.0-alpha.0
1 parent 05c0dcb commit 82f7984

18 files changed

+69
-41
lines changed

package-lock.json

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

packages/backend-core/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+
## [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+
610
## [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)
711

812
### Bug Fixes

packages/backend-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend-core",
3-
"version": "0.7.0-alpha.1",
3+
"version": "0.8.0-alpha.0",
44
"license": "MIT",
55
"description": "Clerk Backend API core resources and authentication utilities for JavaScript environments.",
66
"scripts": {

packages/edge/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.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+
610
## [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)
711

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

packages/edge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/edge",
3-
"version": "1.1.0-alpha.1",
3+
"version": "1.2.0-alpha.0",
44
"license": "MIT",
55
"description": "Clerk SDK for serverless and edge environments",
66
"keywords": [
@@ -36,7 +36,7 @@
3636
"build": "node ./scripts/info.cjs && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && ./moduleTypeFix"
3737
},
3838
"dependencies": {
39-
"@clerk/backend-core": "^0.7.0-alpha.1",
39+
"@clerk/backend-core": "^0.8.0-alpha.0",
4040
"@peculiar/webcrypto": "^1.2.3",
4141
"next": "^12.0.7"
4242
},

packages/edge/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 = '1.1.0-alpha.1';
2+
export const LIB_VERSION = '1.2.0-alpha.0';
33
export const LIB_NAME = '@clerk/edge';

packages/expo/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+
## [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+
610
### [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)
711

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

packages/expo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "0.8.18-alpha.3",
3+
"version": "0.9.0-alpha.0",
44
"license": "MIT",
55
"description": "Clerk.dev React Native/Expo library",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@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",
3131
"base-64": "^1.0.0"
3232
},
3333
"devDependencies": {

packages/nextjs/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+
## [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+
610
## [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)
711

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

packages/nextjs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "3.1.0-alpha.1",
3+
"version": "3.2.0-alpha.0",
44
"license": "MIT",
55
"description": "Clerk.dev SDK for NextJS",
66
"keywords": [
@@ -32,9 +32,9 @@
3232
"dev": "tsc -p tsconfig.build.json --watch"
3333
},
3434
"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",
3838
"@clerk/types": "^2.0.1-alpha.3",
3939
"tslib": "^2.3.1"
4040
},

packages/react/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+
## [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+
610
### [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)
711

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

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-react",
3-
"version": "3.0.1-alpha.3",
3+
"version": "3.1.0-alpha.0",
44
"license": "MIT",
55
"description": "Clerk.dev React library",
66
"keywords": [

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 = '3.0.1-alpha.3';
2+
export const LIB_VERSION = '3.1.0-alpha.0';
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+
## [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+
610
## [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)
711

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

packages/remix/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/remix",
3-
"version": "0.2.0-alpha.1",
3+
"version": "0.3.0-alpha.0",
44
"license": "MIT",
55
"description": "Clerk.dev SDK for Remix",
66
"keywords": [
@@ -32,8 +32,8 @@
3232
"dev": "tsc -p tsconfig.build.json --watch"
3333
},
3434
"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",
3737
"@clerk/types": "^2.0.1-alpha.3",
3838
"cookie": "^0.4.2",
3939
"tslib": "^2.3.1"

packages/sdk-node/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+
## [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+
610
## [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)
711

812
**Note:** Version bump only for package @clerk/clerk-sdk-node

packages/sdk-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0-alpha.1",
2+
"version": "3.2.0-alpha.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"module": "esm/index.js",
@@ -47,7 +47,7 @@
4747
"typescript": "^4.6.2"
4848
},
4949
"dependencies": {
50-
"@clerk/backend-core": "^0.7.0-alpha.1",
50+
"@clerk/backend-core": "^0.8.0-alpha.0",
5151
"@peculiar/webcrypto": "^1.2.3",
5252
"camelcase-keys": "^6.2.2",
5353
"cookies": "^0.8.0",

packages/sdk-node/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 = '3.1.0-alpha.1';
2+
export const LIB_VERSION = '3.2.0-alpha.0';
33
export const LIB_NAME = '@clerk/clerk-sdk-node';

0 commit comments

Comments
 (0)