Skip to content

Commit 001c042

Browse files
committed
chore(release): publish
1 parent bf4064b commit 001c042

File tree

11 files changed

+3646
-2210
lines changed

11 files changed

+3646
-2210
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [3.0.0](https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0) (2023-03-20)
713

814
### Bug Fixes

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [3.0.0](https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0) (2023-03-20)
711

812
**Note:** Version bump only for package villus-docs

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "villus-docs",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"npmClient": "pnpm",
55
"useWorkspaces": true,
66
"command": {

packages/batch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [3.0.0](https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0) (2023-03-20)
711

812
### Bug Fixes

packages/batch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@villus/batch",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Batch queries plugin for villus graphql client",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"repository": "https://github.com/logaretm/villus",
1717
"sideEffects": false,
1818
"dependencies": {
19-
"villus": "^3.0.0"
19+
"villus": "^3.1.0"
2020
},
2121
"keywords": [
2222
"VueJS",

packages/multipart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [3.0.0](https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0) (2023-03-20)
711

812
### Bug Fixes

packages/multipart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@villus/multipart",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "File Upload support for villus",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"extract-files": "^11.0.0",
27-
"villus": "^3.0.0"
27+
"villus": "^3.1.0"
2828
},
2929
"devDependencies": {
3030
"@types/extract-files": "^8.1.0"

packages/villus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [3.0.0](https://github.com/logaretm/villus/compare/v2.2.1...v3.0.0) (2023-03-20)
713

814
### Features

packages/villus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "villus",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A small and fast GraphQL client for Vue.js",
55
"module": "dist/villus.esm.js",
66
"unpkg": "dist/villus.js",

0 commit comments

Comments
 (0)