Skip to content

Commit 8a5f424

Browse files
committed
v4.2.1
1 parent d329d4d commit 8a5f424

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v4.2.1
4+
5+
6+
### 🩹 Fixes
7+
8+
- Improved pinia support (#1571)
9+
10+
### 📖 Documentation
11+
12+
- Update broken circleci badge (9622392)
13+
- Readme smaller logo (ff836ea)
14+
- Use nightly.akryum.dev (7f3cf7d)
15+
16+
### 🏡 Chore
17+
18+
- Specify pnpm version in package.json (732e66e)
19+
20+
### ❤️ Contributors
21+
22+
- Nick Messing ([@nickmessing](http://github.com/nickmessing))
23+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
24+
325
## v4.2.0
426

527

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo-monorepo",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-composable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)