Skip to content

Commit 9e4ae61

Browse files
chore: release packages
1 parent 0ad36d6 commit 9e4ae61

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/slow-months-camp.md

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

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue3-apollo/core
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- d53a206: fix(core): correct UseFragmentResult type definition
8+
39
## 1.3.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue3-apollo/core",
33
"type": "module",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"packageManager": "[email protected]",
66
"description": "Composable Apollo Client utilities for Vue 3.",
77
"author": "Guen <[email protected]>",

packages/nuxt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vue3-apollo/nuxt
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- d53a206: fix(core): correct UseFragmentResult type definition
8+
- Updated dependencies [d53a206]
9+
- @vue3-apollo/core@1.3.1
10+
311
## 1.3.0
412

513
### Minor Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue3-apollo/nuxt",
33
"type": "module",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"packageManager": "[email protected]",
66
"description": "Nuxt module for Apollo Client integration with Vue 3",
77
"author": "Guen <[email protected]>",

0 commit comments

Comments
 (0)