File tree Expand file tree Collapse file tree 11 files changed +3646
-2210
lines changed Expand file tree Collapse file tree 11 files changed +3646
-2210
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
+ # [ 3.1.0] ( https://github.com/logaretm/villus/compare/v3.0.0...v3.1.0 ) (2023-04-04)
7
+
8
+ ### Features
9
+
10
+ - support typed document strings ([ 62e5c56] ( https://github.com/logaretm/villus/commit/62e5c56db55ae6659b75470a3173285fed601ce7 ) )
11
+
6
12
# [ 3.0.0] ( https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0 ) (2023-03-20)
7
13
8
14
### Bug Fixes
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
+ # [ 3.1.0] ( https://github.com/logaretm/villus/compare/v3.0.0...v3.1.0 ) (2023-04-04)
7
+
8
+ ** Note:** Version bump only for package villus-docs
9
+
6
10
# [ 3.0.0] ( https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0 ) (2023-03-20)
7
11
8
12
** Note:** Version bump only for package villus-docs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " villus-docs" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " astro dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" ],
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"npmClient" : " pnpm" ,
5
5
"useWorkspaces" : true ,
6
6
"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
+ # [ 3.1.0] ( https://github.com/logaretm/villus/compare/v3.0.0...v3.1.0 ) (2023-04-04)
7
+
8
+ ** Note:** Version bump only for package @villus/batch
9
+
6
10
# [ 3.0.0] ( https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0 ) (2023-03-20)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @villus/batch" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
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" : " ^3.0 .0"
19
+ "villus" : " ^3.1 .0"
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
+ # [ 3.1.0] ( https://github.com/logaretm/villus/compare/v3.0.0...v3.1.0 ) (2023-04-04)
7
+
8
+ ** Note:** Version bump only for package @villus/multipart
9
+
6
10
# [ 3.0.0] ( https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0 ) (2023-03-20)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @villus/multipart" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
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" : " ^3.0 .0"
27
+ "villus" : " ^3.1 .0"
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
+ # [ 3.1.0] ( https://github.com/logaretm/villus/compare/v3.0.0...v3.1.0 ) (2023-04-04)
7
+
8
+ ### Features
9
+
10
+ - support typed document strings ([ 62e5c56] ( https://github.com/logaretm/villus/commit/62e5c56db55ae6659b75470a3173285fed601ce7 ) )
11
+
6
12
# [ 3.0.0] ( https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0 ) (2023-03-20)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " villus" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
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