Skip to content

Commit 101804c

Browse files
chore(repo): Version packages
1 parent e41374a commit 101804c

28 files changed

Lines changed: 142 additions & 72 deletions

.changeset/cold-comics-serve.md

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

.changeset/good-llamas-deny.md

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

.changeset/rich-actors-cross.md

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

.changeset/rich-crabs-fetch.md

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

.changeset/slimy-windows-grab.md

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

.changeset/swift-rocks-nail.md

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

packages/backend/CHANGELOG.md

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

3+
## 0.34.2
4+
5+
### Patch Changes
6+
7+
- Add OrganizationRoleAPI for CRUD operations regarding instance level organization roles. ([#2187](https://github.com/clerk/javascript/pull/2187)) by [@panteliselef](https://github.com/panteliselef)
8+
9+
- Deprecate `createSMSMessage` and `SMSMessageApi` from `clerkClient`. ([#2184](https://github.com/clerk/javascript/pull/2184)) by [@Nikpolik](https://github.com/Nikpolik)
10+
11+
The `/sms_messages` Backend API endpoint will also be dropped in the future since this feature will no longer be available for new Clerk instances.
12+
13+
For a brief period it will still be accessible for instances that have used it in the past 7
14+
days (13-11-2023 to 20-11-2023).
15+
16+
New instances will get a 403 forbidden response if they try to access it.
17+
18+
- Add OrganizationPermissionAPI for CRUD operations regarding instance level organization permissions. ([#2185](https://github.com/clerk/javascript/pull/2185)) by [@panteliselef](https://github.com/panteliselef)
19+
20+
- Updated dependencies [[`e41374abf`](https://github.com/clerk/javascript/commit/e41374abf96ae62410ac63c03c5055d4f9af363e), [`e41374abf`](https://github.com/clerk/javascript/commit/e41374abf96ae62410ac63c03c5055d4f9af363e)]:
21+
- @clerk/shared@1.1.1
22+
323
## 0.34.1
424

525
### Patch Changes

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "0.34.1",
3+
"version": "0.34.2",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {
@@ -55,7 +55,7 @@
5555
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
5656
},
5757
"dependencies": {
58-
"@clerk/shared": "1.1.0",
58+
"@clerk/shared": "1.1.1",
5959
"@clerk/types": "3.58.0",
6060
"@peculiar/webcrypto": "1.4.1",
6161
"@types/node": "16.18.6",

packages/chrome-extension/CHANGELOG.md

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

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8cd0e236`](https://github.com/clerk/javascript/commit/d8cd0e236ec8b1de35d83073193470ed53150424)]:
8+
- @clerk/clerk-js@4.65.3
9+
- @clerk/clerk-react@4.28.1
10+
311
## 0.5.2
412

513
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",
@@ -45,8 +45,8 @@
4545
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
4646
},
4747
"dependencies": {
48-
"@clerk/clerk-js": "4.65.2",
49-
"@clerk/clerk-react": "4.28.0"
48+
"@clerk/clerk-js": "4.65.3",
49+
"@clerk/clerk-react": "4.28.1"
5050
},
5151
"devDependencies": {
5252
"@types/chrome": "*",

0 commit comments

Comments
 (0)