Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 25, 2020
1 parent 0ec4680 commit 782b07b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/logaretm/villus/compare/@villus/[email protected]...@villus/[email protected]) (2020-11-25)


### Bug Fixes

* weird linting issue ([e0141d5](https://github.com/logaretm/villus/commit/e0141d512b65ab4b5ec2e714caa57c716fd53491))





# [1.0.0-rc.0](https://github.com/logaretm/villus/compare/@villus/[email protected]...@villus/[email protected]) (2020-11-01)


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": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"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": "^1.0.0-rc.4"
"villus": "^1.0.0-rc.5"
},
"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.

# [1.0.0-rc.1](https://github.com/logaretm/villus/compare/@villus/[email protected]...@villus/[email protected]) (2020-11-25)

**Note:** Version bump only for package @villus/multipart





# [1.0.0-rc.0](https://github.com/logaretm/villus/compare/@villus/[email protected]...@villus/[email protected]) (2020-11-01)


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": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "File Upload support for villus",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"extract-files": "^9.0.0",
"villus": "^1.0.0-rc.4"
"villus": "^1.0.0-rc.5"
},
"devDependencies": {
"@types/extract-files": "^8.1.0"
Expand Down
18 changes: 18 additions & 0 deletions packages/villus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.5](https://github.com/logaretm/villus/compare/[email protected]@1.0.0-rc.5) (2020-11-25)


### Bug Fixes

* remove invalid import ([3bfdaf7](https://github.com/logaretm/villus/commit/3bfdaf77028549c22705f0a702bb84a4dcd1d66f))


### Features

* allow adding other hash items to the query key helper ([5d18e8a](https://github.com/logaretm/villus/commit/5d18e8a7c3016cc9adef0bacfe43076878654a73))
* expose getQueryKey helper ([26548d5](https://github.com/logaretm/villus/commit/26548d575d579bd1cff44c7cbacc93c07e06fee8))
* re-execute subscriptions closes [#79](https://github.com/logaretm/villus/issues/79) ([0ec4680](https://github.com/logaretm/villus/commit/0ec46802c80788531a7b84c516eac9d879b076e8))





# [1.0.0-rc.4](https://github.com/logaretm/villus/compare/[email protected]@1.0.0-rc.4) (2020-11-01)


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": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"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 782b07b

Please sign in to comment.