From 5da091967ca59d458b920d5a1236b89826f50605 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Fri, 30 Dec 2022 14:40:47 +0200 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- packages/batch/CHANGELOG.md | 8 ++++++++ packages/batch/package.json | 4 ++-- packages/multipart/CHANGELOG.md | 8 ++++++++ packages/multipart/package.json | 4 ++-- packages/villus/CHANGELOG.md | 14 ++++++++++++++ packages/villus/package.json | 2 +- 8 files changed, 50 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9af862..b71822b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/logaretm/villus/compare/v2.0.2...v2.1.0) (2022-12-30) + + +### Features + +* added a mechanism to clear all cache closes [#84](https://github.com/logaretm/villus/issues/84) ([c78dfd2](https://github.com/logaretm/villus/commit/c78dfd21fbeea97ee36666f252b15b0fde235006)) +* added refetching tagged queries ([18e04b9](https://github.com/logaretm/villus/commit/18e04b95e6a1efd4cedf1e77f1178033bf56508b)) +* implement tag based eviction closes [#147](https://github.com/logaretm/villus/issues/147) ([9139f7e](https://github.com/logaretm/villus/commit/9139f7e5c945f053cfe5eb3d3ceb3fb717492976)) +* write docs on clearing cache ([4e8e156](https://github.com/logaretm/villus/commit/4e8e1567eaa68a553c927eb15ba0fa6c350d961b)) + + + + + ## [2.0.2](https://github.com/logaretm/villus/compare/v2.0.1...v2.0.2) (2022-12-28) diff --git a/lerna.json b/lerna.json index cdf941c..f5fea31 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.0.2", + "version": "2.1.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/batch/CHANGELOG.md b/packages/batch/CHANGELOG.md index 5d69bdf..454bf95 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. +# [2.1.0](https://github.com/logaretm/villus/compare/v2.0.2...v2.1.0) (2022-12-30) + +**Note:** Version bump only for package @villus/batch + + + + + ## [2.0.2](https://github.com/logaretm/villus/compare/v2.0.1...v2.0.2) (2022-12-28) **Note:** Version bump only for package @villus/batch diff --git a/packages/batch/package.json b/packages/batch/package.json index dd027e4..af3acc7 100644 --- a/packages/batch/package.json +++ b/packages/batch/package.json @@ -1,6 +1,6 @@ { "name": "@villus/batch", - "version": "2.0.2", + "version": "2.1.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": "^2.0.2" + "villus": "^2.1.0" }, "keywords": [ "VueJS", diff --git a/packages/multipart/CHANGELOG.md b/packages/multipart/CHANGELOG.md index 2a0b104..8f03244 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. +# [2.1.0](https://github.com/logaretm/villus/compare/v2.0.2...v2.1.0) (2022-12-30) + +**Note:** Version bump only for package @villus/multipart + + + + + ## [2.0.2](https://github.com/logaretm/villus/compare/v2.0.1...v2.0.2) (2022-12-28) **Note:** Version bump only for package @villus/multipart diff --git a/packages/multipart/package.json b/packages/multipart/package.json index 793aef2..c6417dd 100644 --- a/packages/multipart/package.json +++ b/packages/multipart/package.json @@ -1,6 +1,6 @@ { "name": "@villus/multipart", - "version": "2.0.2", + "version": "2.1.0", "description": "File Upload support for villus", "author": "Abdelrahman Awad ", "license": "MIT", @@ -24,7 +24,7 @@ ], "dependencies": { "extract-files": "^11.0.0", - "villus": "^2.0.2" + "villus": "^2.1.0" }, "devDependencies": { "@types/extract-files": "^8.1.0" diff --git a/packages/villus/CHANGELOG.md b/packages/villus/CHANGELOG.md index ff98e4b..f22e3c9 100644 --- a/packages/villus/CHANGELOG.md +++ b/packages/villus/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/logaretm/villus/compare/v2.0.2...v2.1.0) (2022-12-30) + + +### Features + +* added a mechanism to clear all cache closes [#84](https://github.com/logaretm/villus/issues/84) ([c78dfd2](https://github.com/logaretm/villus/commit/c78dfd21fbeea97ee36666f252b15b0fde235006)) +* added refetching tagged queries ([18e04b9](https://github.com/logaretm/villus/commit/18e04b95e6a1efd4cedf1e77f1178033bf56508b)) +* implement tag based eviction closes [#147](https://github.com/logaretm/villus/issues/147) ([9139f7e](https://github.com/logaretm/villus/commit/9139f7e5c945f053cfe5eb3d3ceb3fb717492976)) +* write docs on clearing cache ([4e8e156](https://github.com/logaretm/villus/commit/4e8e1567eaa68a553c927eb15ba0fa6c350d961b)) + + + + + ## [2.0.2](https://github.com/logaretm/villus/compare/v2.0.1...v2.0.2) (2022-12-28) diff --git a/packages/villus/package.json b/packages/villus/package.json index 5616047..0df1dc8 100644 --- a/packages/villus/package.json +++ b/packages/villus/package.json @@ -1,6 +1,6 @@ { "name": "villus", - "version": "2.0.2", + "version": "2.1.0", "description": "A small and fast GraphQL client for Vue.js", "module": "dist/villus.esm.js", "unpkg": "dist/villus.js",