Skip to content

Commit 6ccacf1

Browse files
committed
chore(release): publish
1 parent b88190b commit 6ccacf1

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1) (2023-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* subscriptions enhancements ([b88190b](https://github.com/logaretm/villus/commit/b88190b8528d6d9dfd7aad7514647cce6f2b4bff))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0) (2023-03-03)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/batch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1) (2023-03-09)
7+
8+
**Note:** Version bump only for package @villus/batch
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0) (2023-03-03)
715

816
**Note:** Version bump only for package @villus/batch

packages/batch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@villus/batch",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Batch queries plugin for villus graphql client",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"repository": "https://github.com/logaretm/villus",
1717
"sideEffects": false,
1818
"dependencies": {
19-
"villus": "^2.2.0"
19+
"villus": "^2.2.1"
2020
},
2121
"keywords": [
2222
"VueJS",

packages/multipart/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1) (2023-03-09)
7+
8+
**Note:** Version bump only for package @villus/multipart
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0) (2023-03-03)
715

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

packages/multipart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@villus/multipart",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "File Upload support for villus",
55
"author": "Abdelrahman Awad <[email protected]>",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"extract-files": "^11.0.0",
27-
"villus": "^2.2.0"
27+
"villus": "^2.2.1"
2828
},
2929
"devDependencies": {
3030
"@types/extract-files": "^8.1.0"

packages/villus/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/logaretm/villus/compare/v2.2.0...v2.2.1) (2023-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* subscriptions enhancements ([b88190b](https://github.com/logaretm/villus/commit/b88190b8528d6d9dfd7aad7514647cce6f2b4bff))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/logaretm/villus/compare/v2.1.1...v2.2.0) (2023-03-03)
718

819

packages/villus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "villus",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A small and fast GraphQL client for Vue.js",
55
"module": "dist/villus.esm.js",
66
"unpkg": "dist/villus.js",

0 commit comments

Comments
 (0)