Skip to content

Commit

Permalink
ci(repo): Version packages (#4307)
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 Oct 9, 2024
1 parent 358be29 commit d724a36
Show file tree
Hide file tree
Showing 34 changed files with 146 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-kids-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-terms-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-adults-end.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lovely-carrots-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-wasps-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-trainers-heal.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wise-onions-double.md

This file was deleted.

46 changes: 23 additions & 23 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/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/astro

## 1.3.13

### Patch Changes

- Updated dependencies [[`358be296a`](https://github.com/clerk/javascript/commit/358be296a8181bb256fc1e15f878932c741b8743)]:
- @clerk/backend@1.13.9

## 1.3.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clerk/astro",
"description": "Clerk SDK for Astro",
"version": "1.3.12",
"version": "1.3.13",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -81,7 +81,7 @@
}
},
"dependencies": {
"@clerk/backend": "1.13.8",
"@clerk/backend": "1.13.9",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
"nanoid": "5.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.13.9

### Patch Changes

- Expose `permissions` field for `OrganizationMembership` resource ([#4310](https://github.com/clerk/javascript/pull/4310)) by [@dstaley](https://github.com/dstaley)

## 1.13.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.13.8",
"version": "1.13.9",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
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.3.17

### Patch Changes

- Updated dependencies [[`e50ce1b10`](https://github.com/clerk/javascript/commit/e50ce1b101fc2c6805415b00193b108ab045d820)]:
- @clerk/clerk-js@5.26.3

## 1.3.16

### 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.3.16",
"version": "1.3.17",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.26.2",
"@clerk/clerk-js": "5.26.3",
"@clerk/clerk-react": "5.11.0",
"@clerk/shared": "2.9.0",
"webextension-polyfill": "^0.10.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.26.3

### Patch Changes

- Update `OrganizationSwitcher` popover action to include label ([#4304](https://github.com/clerk/javascript/pull/4304)) by [@LauraBeatris](https://github.com/LauraBeatris)

## 5.26.2

### 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.26.2",
"version": "5.26.3",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/elements

## 0.15.10

### Patch Changes

- Remove "example mode" guard form "AUTHENICTATE.PASSKEY" event in verification flow ([#4295](https://github.com/clerk/javascript/pull/4295)) by [@tmilewski](https://github.com/tmilewski)

## 0.15.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.15.9",
"version": "0.15.10",
"description": "Clerk Elements",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.23

### Patch Changes

- Updated dependencies [[`e50ce1b10`](https://github.com/clerk/javascript/commit/e50ce1b101fc2c6805415b00193b108ab045d820)]:
- @clerk/clerk-js@5.26.3

## 2.2.22

### 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": "2.2.22",
"version": "2.2.23",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -55,7 +55,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.26.2",
"@clerk/clerk-js": "5.26.3",
"@clerk/clerk-react": "5.11.0",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.2.2

### Patch Changes

- Updated dependencies [[`358be296a`](https://github.com/clerk/javascript/commit/358be296a8181bb256fc1e15f878932c741b8743)]:
- @clerk/backend@1.13.9

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "1.2.1",
"version": "1.2.2",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "^1.13.8",
"@clerk/backend": "^1.13.9",
"@clerk/shared": "^2.9.0",
"@clerk/types": "4.25.0",
"tslib": "2.4.1"
Expand Down
Loading

0 comments on commit d724a36

Please sign in to comment.