Skip to content

Commit

Permalink
chore(repo): Version packages (#3241)
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 Apr 24, 2024
1 parent d7d7d88 commit d46ab11
Show file tree
Hide file tree
Showing 46 changed files with 238 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-tips-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-boats-invite.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/curly-spoons-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-actors-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-teachers-clap.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gorgeous-carrots-exercise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-timers-end.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/perfect-carpets-pump.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silly-mice-perform.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smooth-experts-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-ghosts-kick.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tiny-taxis-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-windows-wave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wise-news-matter.md

This file was deleted.

92 changes: 46 additions & 46 deletions package-lock.json

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

10 changes: 10 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.0.1

### Patch Changes

- Export all Webhook event types and related JSON types. The newly exported types are: `DeletedObjectJSON`, `EmailJSON`, `OrganizationInvitationJSON`, `OrganizationJSON`, `OrganizationMembershipJSON`, `SessionJSON`, `SMSMessageJSON`, `UserJSON`, `UserWebhookEvent`, `EmailWebhookEvent`, `SMSWebhookEvent`, `SessionWebhookEvent`, `OrganizationWebhookEvent`, `OrganizationMembershipWebhookEvent`, `OrganizationInvitationWebhookEvent` ([#3248](https://github.com/clerk/javascript/pull/3248)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Added missing 'organizationId' parameter to UserListParams ([#3240](https://github.com/clerk/javascript/pull/3240)) by [@royanger](https://github.com/royanger)

Moved last_active_at_since from UserCountParams to UserListParams

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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",
"version": "1.0.1",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "4.0.0",
"@clerk/types": "4.1.0",
"@cloudflare/workers-types": "^3.18.0",
"@types/chai": "^4.3.3",
"@types/cookie": "^0.5.1",
Expand Down
Loading

0 comments on commit d46ab11

Please sign in to comment.