File tree Expand file tree Collapse file tree 8 files changed +44
-6
lines changed Expand file tree Collapse file tree 8 files changed +44
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.2.1] ( https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1 ) (2023-03-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * subscriptions enhancements ([ b88190b] ( https://github.com/logaretm/villus/commit/b88190b8528d6d9dfd7aad7514647cce6f2b4bff ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.2.0] ( https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0 ) (2023-03-03)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 2.2.0 " ,
5
+ "version" : " 2.2.1 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.2.1] ( https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1 ) (2023-03-09)
7
+
8
+ ** Note:** Version bump only for package @villus/batch
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0] ( https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0 ) (2023-03-03)
7
15
8
16
** Note:** Version bump only for package @villus/batch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @villus/batch" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Batch queries plugin for villus graphql client" ,
5
5
"author" :
" Abdelrahman Awad <[email protected] >" ,
6
6
"license" : " MIT" ,
16
16
"repository" : " https://github.com/logaretm/villus" ,
17
17
"sideEffects" : false ,
18
18
"dependencies" : {
19
- "villus" : " ^2.2.0 "
19
+ "villus" : " ^2.2.1 "
20
20
},
21
21
"keywords" : [
22
22
" VueJS" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.2.1] ( https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1 ) (2023-03-09)
7
+
8
+ ** Note:** Version bump only for package @villus/multipart
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0] ( https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0 ) (2023-03-03)
7
15
8
16
** Note:** Version bump only for package @villus/multipart
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @villus/multipart" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " File Upload support for villus" ,
5
5
"author" :
" Abdelrahman Awad <[email protected] >" ,
6
6
"license" : " MIT" ,
24
24
],
25
25
"dependencies" : {
26
26
"extract-files" : " ^11.0.0" ,
27
- "villus" : " ^2.2.0 "
27
+ "villus" : " ^2.2.1 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/extract-files" : " ^8.1.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.2.1] ( https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1 ) (2023-03-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * subscriptions enhancements ([ b88190b] ( https://github.com/logaretm/villus/commit/b88190b8528d6d9dfd7aad7514647cce6f2b4bff ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.2.0] ( https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0 ) (2023-03-03)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " villus" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A small and fast GraphQL client for Vue.js" ,
5
5
"module" : " dist/villus.esm.js" ,
6
6
"unpkg" : " dist/villus.js" ,
You can’t perform that action at this time.
0 commit comments