Skip to content

Commit 38847f3

Browse files
ci(repo): Version packages
1 parent ba2b00c commit 38847f3

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fuzzy-pillows-doubt.md

-5
This file was deleted.

packages/nuxt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clerk/nuxt
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ba2b00c83fd4a4ffc59d2bb60f5402466650ab94`](https://github.com/clerk/javascript/commit/ba2b00c83fd4a4ffc59d2bb60f5402466650ab94)]:
8+
- @clerk/vue@1.3.2
9+
310
## 1.4.0
411

512
### Minor Changes

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nuxt",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Clerk SDK for Nuxt",
55
"keywords": [
66
"clerk",

packages/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clerk/vue
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- Bug fix: Update the initial value of `clientCtx` to `undefined` to correctly infer that `clerk` is defined.(https://github.com/clerk/javascript/pull/5324#discussion_r1989445357) ([#5324](https://github.com/clerk/javascript/pull/5324)) by [@Dorilama](https://github.com/Dorilama)
8+
39
## 1.3.1
410

511
### Patch Changes

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/vue",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Clerk SDK for Vue",
55
"keywords": [
66
"clerk",

0 commit comments

Comments
 (0)