Skip to content

Commit

Permalink
chore(repo): Version packages (beta) (#2811)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clerk-cookie and github-actions[bot] authored Feb 17, 2024
1 parent 2de442b commit e953619
Show file tree
Hide file tree
Showing 30 changed files with 213 additions and 55 deletions.
22 changes: 22 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"bright-plants-swim",
"bright-trainers-sort",
"bright-ways-provide",
"brown-candles-rule",
"brown-clouds-divide",
"brown-ducks-reply",
"brown-foxes-own",
Expand Down Expand Up @@ -127,6 +128,7 @@
"empty-radios-sleep",
"fair-bears-build",
"fair-cameras-boil",
"fair-donuts-approve",
"famous-carrots-notice",
"famous-forks-buy",
"famous-penguins-bow",
Expand Down Expand Up @@ -212,10 +214,13 @@
"happy-worms-smell",
"healthy-eyes-marry",
"healthy-fans-move",
"healthy-planets-clap",
"healthy-walls-fold",
"heavy-falcons-help",
"heavy-horses-nail",
"heavy-phones-rest",
"hip-eagles-clap",
"hip-monkeys-boil",
"hip-planets-reply",
"honest-onions-work",
"honest-pigs-smoke",
Expand Down Expand Up @@ -255,6 +260,7 @@
"lemon-worms-chew",
"light-apples-joke",
"light-buckets-check",
"light-chairs-impress",
"light-doors-invent",
"light-shirts-lick",
"light-snakes-type",
Expand All @@ -277,6 +283,7 @@
"lovely-mirrors-remember",
"lovely-plums-sin",
"lovely-spies-kiss",
"lovely-students-occur",
"lucky-houses-exercise",
"lucky-ligers-brush",
"many-bottles-watch",
Expand Down Expand Up @@ -320,6 +327,9 @@
"neat-lies-thank",
"neat-mice-invite",
"neat-numbers-decide",
"neat-poets-push",
"nervous-books-ring",
"nervous-cups-push",
"nervous-kings-deny",
"nervous-wombats-sin",
"new-cougars-taste",
Expand All @@ -333,6 +343,7 @@
"nice-starfishes-itch",
"nine-beans-travel",
"nine-cooks-retire",
"nine-mangos-look",
"nine-mayflies-smoke",
"ninety-apricots-yell",
"ninety-planets-lick",
Expand Down Expand Up @@ -384,6 +395,7 @@
"proud-trees-yell",
"purple-pumas-study",
"purple-rules-prove",
"quick-countries-notice",
"quick-countries-scream",
"quick-gorillas-grin",
"quick-poems-sip",
Expand Down Expand Up @@ -415,6 +427,7 @@
"rude-gorillas-smash",
"rude-jobs-yawn",
"rude-lamps-yawn",
"rude-needles-nail",
"selfish-coats-know",
"selfish-eggs-sort",
"selfish-flies-care",
Expand All @@ -423,11 +436,13 @@
"selfish-pugs-repair",
"selfish-trains-breathe",
"serious-doors-reflect",
"seven-lizards-deliver",
"seven-tables-tan",
"shaggy-points-cheer",
"shaggy-pumpkins-tap",
"sharp-donuts-drum",
"sharp-trains-ring",
"sharp-zebras-warn",
"shiny-games-buy",
"shiny-glasses-switch",
"shiny-pumas-share",
Expand All @@ -436,6 +451,7 @@
"short-kings-mate",
"shy-bikes-draw",
"shy-eggs-smell",
"silent-carpets-jam",
"silent-comics-roll",
"silly-bikes-lick",
"silly-emus-boil",
Expand All @@ -445,6 +461,7 @@
"silver-cats-appear",
"silver-weeks-roll",
"six-doors-teach",
"six-experts-itch",
"six-kangaroos-serve",
"six-lies-refuse",
"six-walls-fry",
Expand Down Expand Up @@ -513,17 +530,20 @@
"tame-beds-promise",
"tame-forks-refuse",
"tame-olives-check",
"tame-rings-add",
"tasty-beans-sell",
"tasty-countries-walk",
"tasty-months-try",
"tasty-phones-lie",
"tasty-terms-fly",
"ten-crews-rhyme",
"ten-dryers-share",
"ten-mugs-film",
"ten-nails-whisper",
"ten-spies-brake",
"ten-taxis-lick",
"tender-peaches-yell",
"tender-pets-wash",
"tender-phones-explain",
"tender-wasps-hope",
"thick-doors-smile",
Expand Down Expand Up @@ -560,6 +580,7 @@
"two-crews-talk",
"two-pumas-doubt",
"two-terms-speak",
"unlucky-foxes-itch",
"unlucky-frogs-tap",
"unlucky-socks-heal",
"violet-birds-scream",
Expand All @@ -574,6 +595,7 @@
"weak-feet-love",
"weak-pants-warn",
"weak-trees-kneel",
"wet-seals-breathe",
"wicked-countries-explain",
"wicked-spoons-confess",
"wicked-suits-remain",
Expand Down
9 changes: 9 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-beta.20

### Patch Changes

- Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7)]:
- @clerk/shared@2.0.0-beta.13

## 1.0.0-beta-v5.19

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.0.0-beta-v5.19",
"version": "1.0.0-beta.20",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -95,13 +95,13 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/shared": "2.0.0-beta-v5.12",
"@clerk/shared": "2.0.0-beta.13",
"cookie": "0.5.0",
"snakecase-keys": "5.4.4",
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "4.0.0-beta-v5.14",
"@clerk/types": "4.0.0-beta.15",
"@cloudflare/workers-types": "^3.18.0",
"@types/chai": "^4.3.3",
"@types/cookie": "^0.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.0-beta.22

### Patch Changes

- Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7), [`73849836f`](https://github.com/clerk/javascript/commit/73849836f2df88a44fbc0ad7ac994498b9709ed5), [`45c92006c`](https://github.com/clerk/javascript/commit/45c92006cbc7f55810fd1ba9b3c30a1743de57dd)]:
- @clerk/clerk-js@5.0.0-beta.22
- @clerk/clerk-react@5.0.0-beta.19
- @clerk/shared@2.0.0-beta.13

## 1.0.0-beta-v5.21

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.0-beta-v5.21",
"version": "1.0.0-beta.22",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,9 +44,9 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-beta-v5.21",
"@clerk/clerk-react": "5.0.0-beta-v5.18",
"@clerk/shared": "2.0.0-beta-v5.12",
"@clerk/clerk-js": "5.0.0-beta.22",
"@clerk/clerk-react": "5.0.0-beta.19",
"@clerk/shared": "2.0.0-beta.13",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 5.0.0-beta.22

### Minor Changes

- Use sigUpUrl from props / context / repo-level to construct a redirectUrl in sign-in from email-link flow. ([#2756](https://github.com/clerk/javascript/pull/2756)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Ensure the token returned from `getToken()` and the token in the session cookie remain in sync. ([#2809](https://github.com/clerk/javascript/pull/2809)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7)]:
- @clerk/localizations@2.0.0-beta.14
- @clerk/shared@2.0.0-beta.13
- @clerk/types@4.0.0-beta.15

## 5.0.0-beta-v5.21

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.0.0-beta-v5.21",
"version": "5.0.0-beta.22",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "2.0.0-beta-v5.13",
"@clerk/shared": "2.0.0-beta-v5.12",
"@clerk/types": "4.0.0-beta-v5.14",
"@clerk/localizations": "2.0.0-beta.14",
"@clerk/shared": "2.0.0-beta.13",
"@clerk/types": "4.0.0-beta.15",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"xstate": "^5.4.1"
},
"devDependencies": {
"@clerk/clerk-react": "5.0.0-beta-v5.18",
"@clerk/shared": "2.0.0-beta-v5.12",
"@clerk/types": "^4.0.0-beta-v5.14",
"@clerk/clerk-react": "5.0.0-beta.19",
"@clerk/shared": "2.0.0-beta.13",
"@clerk/types": "^4.0.0-beta.15",
"@types/node": "^18.17.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand All @@ -88,8 +88,8 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@clerk/clerk-react": "^4.30.5 || ^5.0.0-beta-v5 || ^5.0.0-canary",
"@clerk/shared": "^1.3.1 || ^2.0.0-beta-v5 || ^2.0.0-canary",
"@clerk/clerk-react": "^5.0.0-beta.19",
"@clerk/shared": "^2.0.0-beta.13",
"next": ">=13.0.4",
"react": ">=18",
"react-dom": ">=18"
Expand Down
11 changes: 11 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.0-beta.22

### Patch Changes

- Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7), [`73849836f`](https://github.com/clerk/javascript/commit/73849836f2df88a44fbc0ad7ac994498b9709ed5), [`45c92006c`](https://github.com/clerk/javascript/commit/45c92006cbc7f55810fd1ba9b3c30a1743de57dd)]:
- @clerk/clerk-js@5.0.0-beta.22
- @clerk/clerk-react@5.0.0-beta.19
- @clerk/shared@2.0.0-beta.13

## 1.0.0-beta-v5.21

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0-beta-v5.21",
"version": "1.0.0-beta.22",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,14 +39,14 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-beta-v5.21",
"@clerk/clerk-react": "5.0.0-beta-v5.18",
"@clerk/shared": "2.0.0-beta-v5.12",
"@clerk/clerk-js": "5.0.0-beta.22",
"@clerk/clerk-react": "5.0.0-beta.19",
"@clerk/shared": "2.0.0-beta.13",
"base-64": "^1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^4.0.0-beta-v5.14",
"@clerk/types": "^4.0.0-beta.15",
"@types/base-64": "^1.0.2",
"@types/node": "^18.17.0",
"@types/react": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.0-beta.22

### Patch Changes

- Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7)]:
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]

## 1.0.0-beta-v5.21

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "1.0.0-beta-v5.21",
"version": "1.0.0-beta.22",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "1.0.0-beta-v5.19",
"@clerk/shared": "2.0.0-beta-v5.12",
"@clerk/types": "4.0.0-beta-v5.14",
"@clerk/backend": "1.0.0-beta.20",
"@clerk/shared": "2.0.0-beta.13",
"@clerk/types": "4.0.0-beta.15",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.0.0-beta.22

### Patch Changes

- Rename beta-v5 to beta by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`2de442b24`](https://github.com/clerk/javascript/commit/2de442b2465cc5d424b8a0b21aa57c557f3aa2e7)]:
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]

## 5.0.0-beta-v5.21

### Patch Changes
Expand Down
Loading

0 comments on commit e953619

Please sign in to comment.