Skip to content

Commit 4d33f04

Browse files
github-actions[bot]nikosdouvlis
authored andcommitted
chore(repo): Version packages
1 parent 27a7055 commit 4d33f04

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/thick-timers-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/chrome-extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.3.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27a70551c`](https://github.com/clerkinc/javascript/commit/27a70551cb1fa3fdcf9878f78f32c6b19a18fea0)]:
8+
- @clerk/clerk-js@4.56.1
9+
310
## 0.3.27
411

512
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "0.3.27",
3+
"version": "0.3.28",
44
"license": "MIT",
55
"description": "Clerk SDK for Chrome extensions",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "npm run build"
3333
},
3434
"dependencies": {
35-
"@clerk/clerk-js": "^4.56.0",
35+
"@clerk/clerk-js": "^4.56.1",
3636
"@clerk/clerk-react": "^4.24.0"
3737
},
3838
"devDependencies": {

packages/clerk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.56.1
4+
5+
### Patch Changes
6+
7+
- Disable chunking for `@clerk/clerk-js/headless` to ensure the library doesn't attempt to dynamically load chunks in a non-browser environment. ([#1654](https://github.com/clerkinc/javascript/pull/1654)) by [@BRKalow](https://github.com/BRKalow)
8+
39
## 4.56.0
410

511
### Minor Changes

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.56.0",
3+
"version": "4.56.1",
44
"license": "MIT",
55
"description": "Clerk JS library",
66
"keywords": [

packages/expo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.18.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`27a70551c`](https://github.com/clerkinc/javascript/commit/27a70551cb1fa3fdcf9878f78f32c6b19a18fea0)]:
8+
- @clerk/clerk-js@4.56.1
9+
310
## 0.18.18
411

512
### Patch Changes

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.18.18",
3+
"version": "0.18.19",
44
"license": "MIT",
55
"description": "Clerk React Native/Expo library",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"lint": "eslint ."
2828
},
2929
"dependencies": {
30-
"@clerk/clerk-js": "^4.56.0",
30+
"@clerk/clerk-js": "^4.56.1",
3131
"@clerk/clerk-react": "^4.24.0",
3232
"base-64": "1.0.0",
3333
"react-native-url-polyfill": "1.3.0"

0 commit comments

Comments
 (0)