From 8bd1db0ce01fe535e7b1c30f3385c2336c6f17cb Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Fri, 27 Nov 2020 01:53:02 +0200 Subject: [PATCH] chore(release): publish - @villus/batch@1.0.0-rc.2 - @villus/multipart@1.0.0-rc.2 - villus@1.0.0-rc.6 --- packages/batch/CHANGELOG.md | 8 ++++++++ packages/batch/package.json | 4 ++-- packages/multipart/CHANGELOG.md | 8 ++++++++ packages/multipart/package.json | 4 ++-- packages/villus/CHANGELOG.md | 11 +++++++++++ packages/villus/package.json | 2 +- 6 files changed, 32 insertions(+), 5 deletions(-) diff --git a/packages/batch/CHANGELOG.md b/packages/batch/CHANGELOG.md index e33bf1b..ae952cb 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.0.0-rc.2](https://github.com/logaretm/villus/compare/@villus/batch@1.0.0-rc.1...@villus/batch@1.0.0-rc.2) (2020-11-26) + +**Note:** Version bump only for package @villus/batch + + + + + # [1.0.0-rc.1](https://github.com/logaretm/villus/compare/@villus/batch@1.0.0-rc.0...@villus/batch@1.0.0-rc.1) (2020-11-25) diff --git a/packages/batch/package.json b/packages/batch/package.json index 28413b6..f7e2b2b 100644 --- a/packages/batch/package.json +++ b/packages/batch/package.json @@ -1,6 +1,6 @@ { "name": "@villus/batch", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "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.5" + "villus": "^1.0.0-rc.6" }, "keywords": [ "VueJS", diff --git a/packages/multipart/CHANGELOG.md b/packages/multipart/CHANGELOG.md index aecdc42..4187e31 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.0.0-rc.2](https://github.com/logaretm/villus/compare/@villus/multipart@1.0.0-rc.1...@villus/multipart@1.0.0-rc.2) (2020-11-26) + +**Note:** Version bump only for package @villus/multipart + + + + + # [1.0.0-rc.1](https://github.com/logaretm/villus/compare/@villus/multipart@1.0.0-rc.0...@villus/multipart@1.0.0-rc.1) (2020-11-25) **Note:** Version bump only for package @villus/multipart diff --git a/packages/multipart/package.json b/packages/multipart/package.json index 3addebf..6b4a87c 100644 --- a/packages/multipart/package.json +++ b/packages/multipart/package.json @@ -1,6 +1,6 @@ { "name": "@villus/multipart", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "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.5" + "villus": "^1.0.0-rc.6" }, "devDependencies": { "@types/extract-files": "^8.1.0" diff --git a/packages/villus/CHANGELOG.md b/packages/villus/CHANGELOG.md index b8cc0e0..641b583 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.6](https://github.com/logaretm/villus/compare/villus@1.0.0-rc.5...villus@1.0.0-rc.6) (2020-11-26) + + +### Features + +* add install method to client ([#83](https://github.com/logaretm/villus/issues/83)) ([397bbdb](https://github.com/logaretm/villus/commit/397bbdb612a4bacfd5f3b9242d48b2ec94ccde14)) + + + + + # [1.0.0-rc.5](https://github.com/logaretm/villus/compare/villus@1.0.0-rc.4...villus@1.0.0-rc.5) (2020-11-25) diff --git a/packages/villus/package.json b/packages/villus/package.json index 06da54b..7aca12e 100644 --- a/packages/villus/package.json +++ b/packages/villus/package.json @@ -1,6 +1,6 @@ { "name": "villus", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "description": "A small and fast GraphQL client for Vue.js", "module": "dist/villus.esm.js", "unpkg": "dist/villus.js",