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 16, 2023
1 parent cb1f05f commit ae5876e
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-points-speak.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.3.0

### Minor Changes

- 877cb15: feat: add query data mapper

## 3.2.0

### Minor 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.3.0

### Patch Changes

- Updated dependencies [877cb15]
- [email protected]

## 3.2.0

### Minor 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.2.0",
"version": "3.3.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": "^3.2.0"
"villus": "^3.3.0"
},
"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.3.0

### Patch Changes

- Updated dependencies [877cb15]
- [email protected]

## 3.2.0

### 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.2.0",
"version": "3.3.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": "^3.2.0"
"villus": "^3.3.0"
},
"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.3.0

### Minor Changes

- 877cb15: feat: add query data mapper

## 3.2.0

### Minor Changes
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": "3.2.0",
"version": "3.3.0",
"description": "A small and fast GraphQL client for Vue.js",
"module": "dist/villus.esm.js",
"unpkg": "dist/villus.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae5876e

Please sign in to comment.