Skip to content

Commit

Permalink
ci(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 2d3866c commit 5e6df95
Show file tree
Hide file tree
Showing 25 changed files with 95 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-roses-peel.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/olive-zebras-arrive.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/weak-poets-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/astro

## 1.5.0

### Minor Changes

- Introduce `<Waitlist />` component for Astro ([#4650](https://github.com/clerk/javascript/pull/4650)) by [@nikospapcom](https://github.com/nikospapcom)

## 1.4.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "1.4.17",
"version": "1.5.0",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
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

## 2.0.1

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/clerk-react@5.17.1
- @clerk/clerk-js@5.35.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "2.0.0",
"version": "2.0.1",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
7 changes: 7 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/elements

## 0.19.8

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/clerk-react@5.17.1

## 0.19.7

### 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.19.7",
"version": "0.19.8",
"description": "Clerk Elements",
"keywords": [
"clerk",
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

## 2.3.11

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/clerk-react@5.17.1
- @clerk/clerk-js@5.35.0

## 2.3.10

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

## 6.5.1

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/clerk-react@5.17.1

## 6.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "6.5.0",
"version": "6.5.1",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/nuxt

## 0.0.5

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/vue@0.0.9

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nuxt",
"version": "0.0.4",
"version": "0.0.5",
"description": "Clerk SDK for Nuxt",
"keywords": [
"clerk",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.17.1

### Patch Changes

- Add deprecation notices for the following components: ([#4631](https://github.com/clerk/javascript/pull/4631)) by [@alexcarpenter](https://github.com/alexcarpenter)

- `RedirectToUserProfile`
- `RedirectToOrganizationProfile`
- `RedirectToCreateOrganization`

## 5.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "5.17.0",
"version": "5.17.1",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.2.57

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/clerk-react@5.17.1

## 4.2.56

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "4.2.56",
"version": "4.2.57",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/tanstack-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/tanstack-start

## 0.5.4

### Patch Changes

- Updated dependencies [[`0a1807552dcf0501a97f60b4df0280525bca9743`](https://github.com/clerk/javascript/commit/0a1807552dcf0501a97f60b4df0280525bca9743)]:
- @clerk/clerk-react@5.17.1

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/tanstack-start",
"version": "0.5.3",
"version": "0.5.4",
"description": "Clerk SDK for TanStack Start",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/ui

## 0.1.25

### Patch Changes

- Updated dependencies []:
- @clerk/elements@0.19.8

## 0.1.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/ui",
"version": "0.1.24",
"version": "0.1.25",
"repository": {
"type": "git",
"url": "git+https://github.com/clerk/javascript.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @clerk/vue

## 0.0.9

### Patch Changes

- Add deprecation notices for the following components: ([#4631](https://github.com/clerk/javascript/pull/4631)) by [@alexcarpenter](https://github.com/alexcarpenter)

- `RedirectToUserProfile`
- `RedirectToOrganizationProfile`
- `RedirectToCreateOrganization`

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/vue",
"version": "0.0.8",
"version": "0.0.9",
"description": "Clerk SDK for Vue",
"keywords": [
"clerk",
Expand Down

0 comments on commit 5e6df95

Please sign in to comment.