Skip to content

Commit f9caa0a

Browse files
authored
Merge pull request #3 from guendev/changeset-release/main
chore: release packages
2 parents 59fc568 + a8597b5 commit f9caa0a

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

.changeset/hot-moons-sort.md

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

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @vue3-apollo/core
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 59c1932: Setup package publishing with provenance to npm registry

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue3-apollo/core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Composable Apollo Client utilities for Vue 3.",
55
"keywords": [
66
"vue",

packages/nuxt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @vue3-apollo/nuxt
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 59c1932: Setup package publishing with provenance to npm registry
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [59c1932]
12+
- @vue3-apollo/core@1.1.0

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue3-apollo/nuxt",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Nuxt module for Apollo Client integration with Vue 3",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)