From 2b4859c6eef1398517a2e5860ca40ecc9eaca9cb Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Sun, 1 Nov 2020 02:30:58 +0200 Subject: [PATCH] chore(release): publish - @villus/batch@1.0.0-rc.0 - @villus/multipart@1.0.0-rc.0 - villus@1.0.0-rc.4 --- packages/batch/CHANGELOG.md | 11 +++++++++++ packages/batch/package.json | 4 ++-- packages/multipart/CHANGELOG.md | 11 +++++++++++ packages/multipart/package.json | 4 ++-- packages/villus/CHANGELOG.md | 11 +++++++++++ packages/villus/package.json | 2 +- 6 files changed, 38 insertions(+), 5 deletions(-) diff --git a/packages/batch/CHANGELOG.md b/packages/batch/CHANGELOG.md index 5bd9669..58056ed 100644 --- a/packages/batch/CHANGELOG.md +++ b/packages/batch/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.0.0-rc.0](https://github.com/logaretm/villus/compare/@villus/batch@1.0.0-beta.3...@villus/batch@1.0.0-rc.0) (2020-11-01) + + +### Features + +* use public API and add villus to deps ([4b98e79](https://github.com/logaretm/villus/commit/4b98e79d3e146da608a45d72ac81e00b6ba735ec)) + + + + + # [1.0.0-beta.3](https://github.com/logaretm/villus/compare/@villus/batch@1.0.0-beta.2...@villus/batch@1.0.0-beta.3) (2020-10-21) diff --git a/packages/batch/package.json b/packages/batch/package.json index 9be1604..bc3beb3 100644 --- a/packages/batch/package.json +++ b/packages/batch/package.json @@ -1,6 +1,6 @@ { "name": "@villus/batch", - "version": "1.0.0-beta.3", + "version": "1.0.0-rc.0", "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.0.0-rc.3" + "villus": "^1.0.0-rc.4" }, "keywords": [ "VueJS", diff --git a/packages/multipart/CHANGELOG.md b/packages/multipart/CHANGELOG.md index c717b4e..5093cd5 100644 --- a/packages/multipart/CHANGELOG.md +++ b/packages/multipart/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.0.0-rc.0](https://github.com/logaretm/villus/compare/@villus/multipart@1.0.0-beta.2...@villus/multipart@1.0.0-rc.0) (2020-11-01) + + +### Features + +* use the public plugin API and add villus to multipart deps ([77fb90f](https://github.com/logaretm/villus/commit/77fb90f71e400b3000dd18ffbfa7f355365c5c01)) + + + + + # [1.0.0-beta.2](https://github.com/logaretm/villus/compare/@villus/multipart@1.0.0-beta.1...@villus/multipart@1.0.0-beta.2) (2020-10-19) **Note:** Version bump only for package @villus/multipart diff --git a/packages/multipart/package.json b/packages/multipart/package.json index 1f73659..88abad1 100644 --- a/packages/multipart/package.json +++ b/packages/multipart/package.json @@ -1,6 +1,6 @@ { "name": "@villus/multipart", - "version": "1.0.0-beta.2", + "version": "1.0.0-rc.0", "description": "File Upload support for villus", "author": "Abdelrahman Awad ", "license": "MIT", @@ -24,7 +24,7 @@ ], "dependencies": { "extract-files": "^9.0.0", - "villus": "^1.0.0-rc.3" + "villus": "^1.0.0-rc.4" }, "devDependencies": { "@types/extract-files": "^8.1.0" diff --git a/packages/villus/CHANGELOG.md b/packages/villus/CHANGELOG.md index 7480813..3648726 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.0.0-rc.4](https://github.com/logaretm/villus/compare/villus@1.0.0-rc.3...villus@1.0.0-rc.4) (2020-11-01) + + +### Features + +* expose new definePlugin type helper ([6f79a97](https://github.com/logaretm/villus/commit/6f79a97b040f132cdbea97a7e6050043f21b2195)) + + + + + # [1.0.0-rc.3](https://github.com/logaretm/villus/compare/villus@1.0.0-rc.2...villus@1.0.0-rc.3) (2020-10-28) diff --git a/packages/villus/package.json b/packages/villus/package.json index cb56d72..8c60509 100644 --- a/packages/villus/package.json +++ b/packages/villus/package.json @@ -1,6 +1,6 @@ { "name": "villus", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "A small and fast GraphQL client for Vue.js", "module": "dist/villus.esm.js", "unpkg": "dist/villus.js",