Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 20, 2025
1 parent 34a5565 commit 6b60da4
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-cameras-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.5.2

### Patch Changes

- 0851c7d: fix: useSubscription return types

## 3.5.1

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.5.2

### Patch Changes

- Updated dependencies [0851c7d]
- [email protected]

## 3.5.1

### Patch Changes
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": "3.5.1",
"version": "3.5.2",
"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": "^3.5.1"
"villus": "^3.5.2"
},
"keywords": [
"VueJS",
Expand Down
7 changes: 7 additions & 0 deletions packages/multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.5.2

### Patch Changes

- Updated dependencies [0851c7d]
- [email protected]

## 3.5.1

### Patch Changes
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": "3.5.1",
"version": "3.5.2",
"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": "^3.5.1"
"villus": "^3.5.2"
},
"devDependencies": {
"@types/extract-files": "^8.1.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/villus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.5.2

### Patch Changes

- 0851c7d: fix: useSubscription return types

## 3.5.1

### Patch Changes
Expand Down
21 changes: 21 additions & 0 deletions packages/villus/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) Abdelrahman Awad <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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": "3.5.1",
"version": "3.5.2",
"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 6b60da4

Please sign in to comment.