File tree 3 files changed +24
-2
lines changed
packages/vue-apollo-composable
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## v4.2.0
4
26
5
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " pnpm run -r --filter \" vue-apollo*\" --filter \" @vue/apollo*\" build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-composable" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " Apollo GraphQL for Vue Composition API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments