Skip to content

Commit 159faa0

Browse files
chore(release): Publish
- @clerk/clerk-js@4.19.0-staging.2 - @clerk/clerk-expo@0.10.5-staging.2
1 parent 4278a9e commit 159faa0

5 files changed

Lines changed: 17 additions & 7 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clerk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.19.0-staging.2](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.19.0-staging.1...@clerk/clerk-js@4.19.0-staging.2) (2022-11-30)
7+
8+
### Bug Fixes
9+
10+
- **clerk-js:** Update typo ([4278a9e](https://github.com/clerkinc/javascript/commit/4278a9e5ceb92de5a53d6ee938b59e08bd1ecb39))
11+
612
## [4.19.0-staging.1](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.19.0-staging.0...@clerk/clerk-js@4.19.0-staging.1) (2022-11-30)
713

814
### Bug Fixes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "4.19.0-staging.1",
3+
"version": "4.19.0-staging.2",
44
"license": "MIT",
55
"description": "Clerk.dev JS library",
66
"keywords": [

packages/expo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.10.5-staging.2](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.10.5-staging.1...@clerk/clerk-expo@0.10.5-staging.2) (2022-11-30)
7+
8+
**Note:** Version bump only for package @clerk/clerk-expo
9+
610
### [0.10.5-staging.1](https://github.com/clerkinc/javascript/compare/@clerk/clerk-expo@0.10.5-staging.0...@clerk/clerk-expo@0.10.5-staging.1) (2022-11-30)
711

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

packages/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "0.10.5-staging.1",
3+
"version": "0.10.5-staging.2",
44
"license": "MIT",
55
"description": "Clerk.dev React Native/Expo library",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"lint": "eslint ."
2828
},
2929
"dependencies": {
30-
"@clerk/clerk-js": "^4.19.0-staging.1",
30+
"@clerk/clerk-js": "^4.19.0-staging.2",
3131
"@clerk/clerk-react": "^4.5.4",
3232
"base-64": "^1.0.0",
3333
"react-native-url-polyfill": "^1.3.0"

0 commit comments

Comments
 (0)