diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bb124..0ab433b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/logaretm/villus/compare/v1.2.3...v1.2.4) (2022-07-11) + + +### Features + +* export GQL response types ([e1d75f5](https://github.com/logaretm/villus/commit/e1d75f5a75b34c16665e6513553a8c502c20dc80)) + + + + + ## [1.2.3](https://github.com/logaretm/villus/compare/v1.2.2...v1.2.3) (2022-07-03) ### Features diff --git a/lerna.json b/lerna.json index d566878..5a3b912 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.2.3", + "version": "1.2.4", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/batch/CHANGELOG.md b/packages/batch/CHANGELOG.md index e25114d..9be7445 100644 --- a/packages/batch/CHANGELOG.md +++ b/packages/batch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/logaretm/villus/compare/v1.2.3...v1.2.4) (2022-07-11) + +**Note:** Version bump only for package @villus/batch + + + + + ## [1.2.3](https://github.com/logaretm/villus/compare/v1.2.2...v1.2.3) (2022-07-03) ### Features diff --git a/packages/batch/package.json b/packages/batch/package.json index c179d65..7ceee64 100644 --- a/packages/batch/package.json +++ b/packages/batch/package.json @@ -1,6 +1,6 @@ { "name": "@villus/batch", - "version": "1.2.3", + "version": "1.2.4", "description": "Batch queries plugin for villus graphql client", "author": "Abdelrahman Awad ", "license": "MIT", @@ -16,7 +16,7 @@ "repository": "https://github.com/logaretm/villus", "sideEffects": false, "dependencies": { - "villus": "^1.2.3" + "villus": "^1.2.4" }, "keywords": [ "VueJS", diff --git a/packages/multipart/CHANGELOG.md b/packages/multipart/CHANGELOG.md index caffc24..74aae06 100644 --- a/packages/multipart/CHANGELOG.md +++ b/packages/multipart/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/logaretm/villus/compare/v1.2.3...v1.2.4) (2022-07-11) + +**Note:** Version bump only for package @villus/multipart + + + + + ## [1.2.3](https://github.com/logaretm/villus/compare/v1.2.2...v1.2.3) (2022-07-03) **Note:** Version bump only for package @villus/multipart diff --git a/packages/multipart/package.json b/packages/multipart/package.json index 67e1380..24d3e92 100644 --- a/packages/multipart/package.json +++ b/packages/multipart/package.json @@ -1,6 +1,6 @@ { "name": "@villus/multipart", - "version": "1.2.3", + "version": "1.2.4", "description": "File Upload support for villus", "author": "Abdelrahman Awad ", "license": "MIT", @@ -24,7 +24,7 @@ ], "dependencies": { "extract-files": "^11.0.0", - "villus": "^1.2.3" + "villus": "^1.2.4" }, "devDependencies": { "@types/extract-files": "^8.1.0" diff --git a/packages/villus/CHANGELOG.md b/packages/villus/CHANGELOG.md index fc8c95c..358b29d 100644 --- a/packages/villus/CHANGELOG.md +++ b/packages/villus/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/logaretm/villus/compare/v1.2.3...v1.2.4) (2022-07-11) + + +### Features + +* export GQL response types ([e1d75f5](https://github.com/logaretm/villus/commit/e1d75f5a75b34c16665e6513553a8c502c20dc80)) + + + + + ## [1.2.3](https://github.com/logaretm/villus/compare/v1.2.2...v1.2.3) (2022-07-03) **Note:** Version bump only for package villus diff --git a/packages/villus/package.json b/packages/villus/package.json index f252f34..7c0c5d0 100644 --- a/packages/villus/package.json +++ b/packages/villus/package.json @@ -1,6 +1,6 @@ { "name": "villus", - "version": "1.2.3", + "version": "1.2.4", "description": "A small and fast GraphQL client for Vue.js", "module": "dist/villus.esm.js", "unpkg": "dist/villus.js",