Skip to content

Commit

Permalink
chore(repo): Version packages (alpha-v5) (#2192)
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 Nov 24, 2023
1 parent e42740e commit 2869d75
Show file tree
Hide file tree
Showing 25 changed files with 154 additions and 30 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"chatty-berries-jump",
"chatty-boats-tease",
"chilly-donuts-work",
"clever-moose-act",
"clever-scissors-reflect",
"clever-vans-flash",
"clever-wasps-invite",
Expand All @@ -35,10 +36,15 @@
"cuddly-fireants-switch",
"curly-news-push",
"curvy-mails-rhyme",
"curvy-timers-play",
"cyan-stingrays-own",
"dry-feet-join",
"dry-sheep-poke",
"dry-students-reflect",
"dull-stingrays-fix",
"dull-wasps-begin",
"early-forks-argue",
"early-tomatoes-hide",
"eleven-bananas-joke",
"empty-jars-press",
"fair-cameras-boil",
Expand All @@ -52,21 +58,25 @@
"flat-clocks-clap",
"flat-donuts-sleep",
"flat-pots-hear",
"fluffy-chicken-explain",
"friendly-tables-chew",
"friendly-vans-develop",
"funny-gifts-cough",
"gentle-pants-matter",
"gorgeous-baboons-float",
"gorgeous-insects-reply",
"grumpy-suns-boil",
"honest-onions-work",
"hungry-bears-allow",
"hungry-bikes-clean",
"hungry-news-bathe",
"khaki-spoons-teach",
"late-cooks-collect",
"late-dolphins-peel",
"lazy-planes-run",
"lemon-crews-do",
"lemon-kings-love",
"little-apes-notice",
"little-numbers-jam",
"long-beds-mate",
"long-icons-share",
Expand All @@ -83,10 +93,12 @@
"metal-olives-press",
"mighty-pugs-knock",
"moody-radios-begin",
"moody-trainers-bow",
"nasty-books-tap",
"new-eels-mix",
"new-points-train",
"odd-lemons-reply",
"odd-toes-develop",
"old-actors-beg",
"orange-pumpkins-poke",
"poor-horses-press",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"@cloudflare/workers-types": "^3.18.0",
"@types/chai": "^4.3.3",
"@types/cookie": "^0.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.0-alpha-v5.4

### Patch Changes

- Updated dependencies [[`e214450e9`](https://github.com/clerk/javascript/commit/e214450e9a35c2006fa6b1cbe4c8df24f4a44959), [`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59), [`dd49f93da`](https://github.com/clerk/javascript/commit/dd49f93dadd65924c48b48de57c4b40e84203aea), [`676d23a59`](https://github.com/clerk/javascript/commit/676d23a5924f020812574c3c1df57645f659ce0e), [`d941b902f`](https://github.com/clerk/javascript/commit/d941b902f8c8230d1795eb44c7564498ee840a66)]:
- @clerk/clerk-js@5.0.0-alpha-v5.4
- @clerk/clerk-react@5.0.0-alpha-v5.4

## 1.0.0-alpha-v5.3

### Major Changes
Expand Down
6 changes: 3 additions & 3 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-alpha-v5.3",
"version": "1.0.0-alpha-v5.4",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -45,8 +45,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-alpha-v5.3",
"@clerk/clerk-react": "5.0.0-alpha-v5.3"
"@clerk/clerk-js": "5.0.0-alpha-v5.4",
"@clerk/clerk-react": "5.0.0-alpha-v5.4"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
25 changes: 25 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 5.0.0-alpha-v5.4

### Major Changes

- - By default, all the components with routing will have the `routing` prop assigned as `'path'` by default when the `path` prop is filled. ([#1957](https://github.com/clerk/javascript/pull/1957)) by [@octoper](https://github.com/octoper)

- The `<UserButton />` component will set the default value of the `userProfileMode` prop to `'navigation'` if the `userProfileUrl` prop is provided.
- The `<OrganizationSwitcher />` component will have the `organizationProfileMode` and `createOrganizationMode` props assigned with `'navigation'` by default if the `organizationProfileUrl` and `createOrganizationUrl` props are filled accordingly.

### Minor Changes

- Drop firebase legacy integration code and start using sessions/:sid/tokens/:template endpoint for the firebase tokens. ([#2190](https://github.com/clerk/javascript/pull/2190)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Reset OTP field when pressing "Cancel" in VerifyDomainPage inside `<OrganziatoinProfile/>`. ([#2200](https://github.com/clerk/javascript/pull/2200)) by [@panteliselef](https://github.com/panteliselef)

- Fallback to custom role name if localization is not provided. ([#2194](https://github.com/clerk/javascript/pull/2194)) by [@panteliselef](https://github.com/panteliselef)

- Revalidate invitations table after invitation screen submit. ([#2195](https://github.com/clerk/javascript/pull/2195)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`164ca116c`](https://github.com/clerk/javascript/commit/164ca116ca717859e5593c333ab65f9d1eb794d0), [`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59)]:
- @clerk/[email protected]
- @clerk/[email protected]

## 5.0.0-alpha-v5.3

### Major Changes
Expand Down
6 changes: 3 additions & 3 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-alpha-v5.3",
"version": "5.0.0-alpha-v5.4",
"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-alpha-v5.3",
"@clerk/localizations": "2.0.0-alpha-v5.4",
"@clerk/shared": "2.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.0-alpha-v5.4

### Patch Changes

- Updated dependencies [[`e214450e9`](https://github.com/clerk/javascript/commit/e214450e9a35c2006fa6b1cbe4c8df24f4a44959), [`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59), [`dd49f93da`](https://github.com/clerk/javascript/commit/dd49f93dadd65924c48b48de57c4b40e84203aea), [`676d23a59`](https://github.com/clerk/javascript/commit/676d23a5924f020812574c3c1df57645f659ce0e), [`d941b902f`](https://github.com/clerk/javascript/commit/d941b902f8c8230d1795eb44c7564498ee840a66)]:
- @clerk/clerk-js@5.0.0-alpha-v5.4
- @clerk/clerk-react@5.0.0-alpha-v5.4

## 1.0.0-alpha-v5.3

### Major Changes
Expand Down
8 changes: 4 additions & 4 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-alpha-v5.3",
"version": "1.0.0-alpha-v5.4",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,13 +39,13 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-alpha-v5.3",
"@clerk/clerk-react": "5.0.0-alpha-v5.3",
"@clerk/clerk-js": "5.0.0-alpha-v5.4",
"@clerk/clerk-react": "5.0.0-alpha-v5.4",
"@clerk/shared": "2.0.0-alpha-v5.3",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^4.0.0-alpha-v5.3",
"@clerk/types": "^4.0.0-alpha-v5.4",
"@types/node": "^18.17.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.0-alpha-v5.4

### Patch Changes

- Updated dependencies [[`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59)]:
- @clerk/types@4.0.0-alpha-v5.4

## 1.0.0-alpha-v5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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-alpha-v5.3",
"version": "1.0.0-alpha-v5.4",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@clerk/backend": "1.0.0-alpha-v5.3",
"@clerk/shared": "2.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.0.0-alpha-v5.4

### Patch Changes

- Updated dependencies [[`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59)]:
- @clerk/clerk-react@5.0.0-alpha-v5.4

## 5.0.0-alpha-v5.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "5.0.0-alpha-v5.3",
"version": "5.0.0-alpha-v5.4",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand Down Expand Up @@ -45,13 +45,13 @@
},
"dependencies": {
"@clerk/backend": "1.0.0-alpha-v5.3",
"@clerk/clerk-react": "5.0.0-alpha-v5.3",
"@clerk/clerk-react": "5.0.0-alpha-v5.4",
"@clerk/clerk-sdk-node": "5.0.0-alpha-v5.3",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"@types/cookie": "^0.5.0",
"@types/node": "^18.17.0",
"eslint-config-custom": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0-alpha-v5.4

### Patch Changes

- Add missing localization key for invalid phone_number (unstable error) in the en-US localization ([#2191](https://github.com/clerk/javascript/pull/2191)) by [@royanger](https://github.com/royanger)

## 2.0.0-alpha-v5.3

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "2.0.0-alpha-v5.3",
"version": "2.0.0-alpha-v5.4",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint src/"
},
"devDependencies": {
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"@types/node": "^18.17.0",
"eslint-config-custom": "*",
"tsup": "*",
Expand Down
14 changes: 14 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 5.0.0-alpha-v5.4

### Minor Changes

- - By default, all the components with routing will have the `routing` prop assigned as `'path'` by default when the `path` prop is filled. ([#1957](https://github.com/clerk/javascript/pull/1957)) by [@octoper](https://github.com/octoper)

- The `<UserButton />` component will set the default value of the `userProfileMode` prop to `'navigation'` if the `userProfileUrl` prop is provided.
- The `<OrganizationSwitcher />` component will have the `organizationProfileMode` and `createOrganizationMode` props assigned with `'navigation'` by default if the `organizationProfileUrl` and `createOrganizationUrl` props are filled accordingly.

### Patch Changes

- Updated dependencies [[`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59)]:
- @clerk/[email protected]

## 5.0.0-alpha-v5.3

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "5.0.0-alpha-v5.3",
"version": "5.0.0-alpha-v5.4",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -59,12 +59,12 @@
},
"dependencies": {
"@clerk/backend": "1.0.0-alpha-v5.3",
"@clerk/clerk-react": "5.0.0-alpha-v5.3",
"@clerk/clerk-react": "5.0.0-alpha-v5.4",
"@clerk/shared": "2.0.0-alpha-v5.3",
"path-to-regexp": "6.2.1"
},
"devDependencies": {
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"@types/node": "^18.17.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 5.0.0-alpha-v5.4

### Minor Changes

- - By default, all the components with routing will have the `routing` prop assigned as `'path'` by default when the `path` prop is filled. ([#1957](https://github.com/clerk/javascript/pull/1957)) by [@octoper](https://github.com/octoper)

- The `<UserButton />` component will set the default value of the `userProfileMode` prop to `'navigation'` if the `userProfileUrl` prop is provided.
- The `<OrganizationSwitcher />` component will have the `organizationProfileMode` and `createOrganizationMode` props assigned with `'navigation'` by default if the `organizationProfileUrl` and `createOrganizationUrl` props are filled accordingly.

### Patch Changes

- Updated dependencies [[`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59)]:
- @clerk/types@4.0.0-alpha-v5.4

## 5.0.0-alpha-v5.3

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "5.0.0-alpha-v5.3",
"version": "5.0.0-alpha-v5.4",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@clerk/shared": "2.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.3",
"@clerk/types": "4.0.0-alpha-v5.4",
"eslint-config-custom": "*",
"semver": "^7.5.4",
"tslib": "2.4.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.0.0-alpha-v5.4

### Minor Changes

- - By default, all the components with routing will have the `routing` prop assigned as `'path'` by default when the `path` prop is filled. ([#1957](https://github.com/clerk/javascript/pull/1957)) by [@octoper](https://github.com/octoper)

- The `<UserButton />` component will set the default value of the `userProfileMode` prop to `'navigation'` if the `userProfileUrl` prop is provided.
- The `<OrganizationSwitcher />` component will have the `organizationProfileMode` and `createOrganizationMode` props assigned with `'navigation'` by default if the `organizationProfileUrl` and `createOrganizationUrl` props are filled accordingly.

### Patch Changes

- Updated dependencies [[`7f6a64f43`](https://github.com/clerk/javascript/commit/7f6a64f4335832c66ff355f6d2f311f33a313d59)]:
- @clerk/clerk-react@5.0.0-alpha-v5.4

## 4.0.0-alpha-v5.3

### Major Changes
Expand Down
Loading

0 comments on commit 2869d75

Please sign in to comment.