Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 23, 2024
1 parent d329d4d commit 8a5f424
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v4.2.1


### 🩹 Fixes

- Improved pinia support (#1571)

### 📖 Documentation

- Update broken circleci badge (9622392)
- Readme smaller logo (ff836ea)
- Use nightly.akryum.dev (7f3cf7d)

### 🏡 Chore

- Specify pnpm version in package.json (732e66e)

### ❤️ Contributors

- Nick Messing ([@nickmessing](http://github.com/nickmessing))
- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v4.2.0


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.2.0",
"version": "4.2.1",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a5f424

Please sign in to comment.