Skip to content

Commit 14c5e3d

Browse files
committed
chore(release): Publish
- @clerk/clerk-expo@0.9.19-staging.0 - @clerk/nextjs@3.5.2-staging.0 - @clerk/clerk-react@3.2.13-staging.0 - @clerk/remix@0.3.17-staging.0
1 parent 8f9481c commit 14c5e3d

10 files changed

+62
-18
lines changed

package-lock.json

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

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.19-staging.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.9.18...@clerk/clerk-expo@0.9.19-staging.0) (2022-05-05)
7+
8+
**Note:** Version bump only for package @clerk/clerk-expo
9+
610
### [0.9.18](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.9.18-staging.0...@clerk/clerk-expo@0.9.18) (2022-05-05)
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.9.18",
3+
"version": "0.9.19-staging.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.10.0",
30-
"@clerk/clerk-react": "^3.2.12",
30+
"@clerk/clerk-react": "^3.2.13-staging.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.5.2-staging.0](https://github.com/clerkinc/javascript/compare/@clerk/nextjs@3.5.1...@clerk/nextjs@3.5.2-staging.0) (2022-05-05)
7+
8+
**Note:** Version bump only for package @clerk/nextjs
9+
610
### [3.5.1](https://github.com/clerkinc/javascript/compare/@clerk/nextjs@3.5.1-staging.0...@clerk/nextjs@3.5.1) (2022-05-05)
711

812
**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": "3.5.1",
3+
"version": "3.5.2-staging.0",
44
"license": "MIT",
55
"description": "Clerk.dev SDK for NextJS",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"dev": "tsc -p tsconfig.build.json --watch"
3333
},
3434
"dependencies": {
35-
"@clerk/clerk-react": "^3.2.12",
35+
"@clerk/clerk-react": "^3.2.13-staging.0",
3636
"@clerk/clerk-sdk-node": "^3.3.11",
3737
"@clerk/edge": "^1.3.8",
3838
"@clerk/types": "^2.9.0",

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.13-staging.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@3.2.12...@clerk/clerk-react@3.2.13-staging.0) (2022-05-05)
7+
8+
### Bug Fixes
9+
10+
- **clerk-react:** Make getOrCreateInstance handle both SSR and CSR instantiation ([8f9481c](https://github.com/clerkinc/javascript/commit/8f9481cf088c63b3cd3192cb1396596a98b11980))
11+
- **clerk-react:** Make isomorphicClerk loading idempotent ([221919c](https://github.com/clerkinc/javascript/commit/221919ceab5ad1631073f8ba7564c869ebf7a890))
12+
- **clerk-react:** Pass initialState directly to ClerkContextProvider ([cb777d4](https://github.com/clerkinc/javascript/commit/cb777d4651710fda248036fdc5398e0dac7aa337))
13+
614
### [3.2.12](https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@3.2.12-staging.0...@clerk/clerk-react@3.2.12) (2022-05-05)
715

816
**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.2.12",
3+
"version": "3.2.13-staging.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.2.12';
2+
export const LIB_VERSION = '3.2.13-staging.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.17-staging.0](https://github.com/clerkinc/javascript/compare/@clerk/remix@0.3.16...@clerk/remix@0.3.17-staging.0) (2022-05-05)
7+
8+
**Note:** Version bump only for package @clerk/remix
9+
610
### [0.3.16](https://github.com/clerkinc/javascript/compare/@clerk/remix@0.3.16-staging.0...@clerk/remix@0.3.16) (2022-05-05)
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": "0.3.16",
3+
"version": "0.3.17-staging.0",
44
"license": "MIT",
55
"description": "Clerk.dev SDK for Remix",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"dev": "tsc -p tsconfig.build.json --watch"
3333
},
3434
"dependencies": {
35-
"@clerk/clerk-react": "^3.2.12",
35+
"@clerk/clerk-react": "^3.2.13-staging.0",
3636
"@clerk/clerk-sdk-node": "^3.3.11",
3737
"@clerk/types": "^2.9.0",
3838
"cookie": "^0.5.0",

0 commit comments

Comments
 (0)