Skip to content

Commit

Permalink
chore(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 48985ab commit b71ccd3
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-pens-chew.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lemon-plums-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-comics-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-rats-carry.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.8

### Patch Changes

- Updated dependencies [[`56c8562eb`](https://github.com/clerk/javascript/commit/56c8562eb4b05308aed2a9f10162cbf5819ad937), [`7b213d5a4`](https://github.com/clerk/javascript/commit/7b213d5a426de16e854f5d3316a24579f698ba38)]:
- @clerk/clerk-js@5.2.4

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "1.0.7",
"version": "1.0.8",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.2.3",
"@clerk/clerk-js": "5.2.4",
"@clerk/clerk-react": "5.0.4",
"@clerk/shared": "2.0.2",
"webextension-polyfill": "^0.10.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.2.4

### Patch Changes

- Fix a bug where client_uat domain detection would not handle hostnames with a single part. This impacts locally defined custom hostnames used as aliases. ([#3357](https://github.com/clerk/javascript/pull/3357)) by [@BRKalow](https://github.com/BRKalow)

- Fix Cypress setting cookies as third-party ([#3245](https://github.com/clerk/javascript/pull/3245)) by [@anagstef](https://github.com/anagstef)

## 5.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "5.2.3",
"version": "5.2.4",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
9 changes: 9 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.8

### Patch Changes

- Use a polyfill for the `atob` function to prevent errors when using the Hermes JS engine, since the engine's `atob` implementation is stricter than it should be. ([#3354](https://github.com/clerk/javascript/pull/3354)) by [@desiprisg](https://github.com/desiprisg)

- Updated dependencies [[`56c8562eb`](https://github.com/clerk/javascript/commit/56c8562eb4b05308aed2a9f10162cbf5819ad937), [`7b213d5a4`](https://github.com/clerk/javascript/commit/7b213d5a426de16e854f5d3316a24579f698ba38)]:
- @clerk/clerk-js@5.2.4

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "1.0.7",
"version": "1.0.8",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.2.3",
"@clerk/clerk-js": "5.2.4",
"@clerk/clerk-react": "5.0.4",
"@clerk/shared": "2.0.2",
"base-64": "^1.0.0",
Expand Down

0 comments on commit b71ccd3

Please sign in to comment.