Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 7, 2021
1 parent 2ecd80b commit 319dd44
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.20](https://github.com/logaretm/villus/compare/v1.0.0-rc.19...v1.0.0-rc.20) (2021-08-07)

**Note:** Version bump only for package villus-monorepo





# [1.0.0-rc.19](https://github.com/logaretm/villus/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2021-07-25)


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": "1.0.0-rc.19",
"version": "1.0.0-rc.20",
"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.

# [1.0.0-rc.20](https://github.com/logaretm/villus/compare/v1.0.0-rc.19...v1.0.0-rc.20) (2021-08-07)

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





# [1.0.0-rc.19](https://github.com/logaretm/villus/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2021-07-25)

**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": "1.0.0-rc.19",
"version": "1.0.0-rc.20",
"description": "Batch queries plugin for villus graphql client",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"repository": "https://github.com/logaretm/villus",
"sideEffects": false,
"dependencies": {
"villus": "^1.0.0-rc.19"
"villus": "^1.0.0-rc.20"
},
"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.20](https://github.com/logaretm/villus/compare/v1.0.0-rc.19...v1.0.0-rc.20) (2021-08-07)

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





# [1.0.0-rc.19](https://github.com/logaretm/villus/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2021-07-25)

**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": "1.0.0-rc.19",
"version": "1.0.0-rc.20",
"description": "File Upload support for villus",
"author": "Abdelrahman Awad <logaretm1@gmail.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"extract-files": "^11.0.0",
"villus": "^1.0.0-rc.19"
"villus": "^1.0.0-rc.20"
},
"devDependencies": {
"@types/extract-files": "^8.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/villus/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.20](https://github.com/logaretm/villus/compare/v1.0.0-rc.19...v1.0.0-rc.20) (2021-08-07)

**Note:** Version bump only for package villus





# [1.0.0-rc.19](https://github.com/logaretm/villus/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2021-07-25)


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.19",
"version": "1.0.0-rc.20",
"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 319dd44

Please sign in to comment.