Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Dec 30, 2022
1 parent 0bb95cc commit 5da0919
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.0.2",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/batch/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"repository": "https://github.com/logaretm/villus",
"sideEffects": false,
"dependencies": {
"villus": "^2.0.2"
"villus": "^2.1.0"
},
"keywords": [
"VueJS",
Expand Down
8 changes: 8 additions & 0 deletions packages/multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/multipart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villus/multipart",
"version": "2.0.2",
"version": "2.1.0",
"description": "File Upload support for villus",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand All @@ -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"
Expand Down
14 changes: 14 additions & 0 deletions packages/villus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/villus/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5da0919

Please sign in to comment.