Skip to content

Commit

Permalink
chore(release): publish v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Jun 14, 2021
1 parent 4c50502 commit e2dfe9d
Show file tree
Hide file tree
Showing 27 changed files with 198 additions and 76 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)


### Bug Fixes

* **core:** remove response converter from callers and add the possibility to ignore it ([564ea5d](https://github.com/vitorsalgado/drizzle-http/commit/564ea5d01d91a42515b91459e9a24b5e13974d1d))
* **lint:** apply prettier fixes ([4c50502](https://github.com/vitorsalgado/drizzle-http/commit/4c505027341f69e10b8ec6e80ee1df10d531d078))





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)


Expand Down
8 changes: 8 additions & 0 deletions benchmarks/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/benchmarks





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/benchmarks
4 changes: 2 additions & 2 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/benchmarks",
"version": "2.1.0",
"version": "2.2.0",
"description": "Benchmarks",
"private": true,
"main": "./dist/index.js",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"axios": "^0.21.1",
"benchmark": "^2.1.4",
"drizzle-http": "^2.1.0",
"drizzle-http": "^2.2.0",
"got": "^11.8.2",
"node-fetch": "^2.6.1",
"superagent": "^6.1.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/javascript/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/example-javascript





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/example-javascript
6 changes: 3 additions & 3 deletions examples/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-javascript",
"version": "2.1.0",
"version": "2.2.0",
"description": "Javascript example",
"scripts": {
"start": "node dist/index.js",
Expand All @@ -23,8 +23,8 @@
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/undici": "^2.1.0",
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"babel-loader": "^8.2.2",
"babel-plugin-parameter-decorator": "^1.0.16",
"clean-webpack-plugin": "^4.0.0-alpha.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/example-react





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/example-react
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-react",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"author": {
"name": "Vitor Hugo Salgado",
Expand All @@ -27,10 +27,10 @@
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/fetch": "^2.1.0",
"@drizzle-http/logging-interceptor": "^2.1.0",
"@drizzle-http/undici": "^2.1.0",
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/fetch": "^2.2.0",
"@drizzle-http/logging-interceptor": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-router-dom": "^5.1.7",
Expand Down
8 changes: 8 additions & 0 deletions examples/typescript/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/example-typescript





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/example-typescript
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-typescript",
"version": "2.1.0",
"version": "2.2.0",
"description": "Typescript example",
"scripts": {
"start": "node dist/index.js",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/undici": "^2.1.0"
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0"
}
}
8 changes: 8 additions & 0 deletions internal/clinic/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/clinic-test





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/clinic-test
6 changes: 3 additions & 3 deletions internal/clinic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/clinic-test",
"version": "2.1.0",
"version": "2.2.0",
"description": "Simple Clinic.js setup",
"private": true,
"main": "./dist/index.js",
Expand All @@ -19,8 +19,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/undici": "^2.1.0",
"@drizzle-http/core": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"autocannon": "^7.3.0",
"clinic": "^9.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions internal/test-utils/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/test-utils





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/test-utils
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/test-utils",
"version": "2.1.0",
"version": "2.2.0",
"description": "Test utilities for Drizzle-Http",
"private": true,
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
12 changes: 12 additions & 0 deletions pkgs/drizzle-http-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)


### Bug Fixes

* **core:** remove response converter from callers and add the possibility to ignore it ([564ea5d](https://github.com/vitorsalgado/drizzle-http/commit/564ea5d01d91a42515b91459e9a24b5e13974d1d))
* **lint:** apply prettier fixes ([4c50502](https://github.com/vitorsalgado/drizzle-http/commit/4c505027341f69e10b8ec6e80ee1df10d531d078))





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/core
Expand Down
4 changes: 2 additions & 2 deletions pkgs/drizzle-http-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/core",
"version": "2.1.0",
"version": "2.2.0",
"description": "Drizzle-Http core module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@drizzle-http/test-utils": "^2.1.0",
"@drizzle-http/test-utils": "^2.2.0",
"@types/node": "^15.12.2",
"undici": "^3.3.6"
}
Expand Down
12 changes: 12 additions & 0 deletions pkgs/drizzle-http-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)


### Bug Fixes

* **core:** remove response converter from callers and add the possibility to ignore it ([564ea5d](https://github.com/vitorsalgado/drizzle-http/commit/564ea5d01d91a42515b91459e9a24b5e13974d1d))
* **lint:** apply prettier fixes ([4c50502](https://github.com/vitorsalgado/drizzle-http/commit/4c505027341f69e10b8ec6e80ee1df10d531d078))





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/fetch
Expand Down
6 changes: 3 additions & 3 deletions pkgs/drizzle-http-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/fetch",
"version": "2.1.0",
"version": "2.2.0",
"description": "Browser Fetch HTTP client for Drizzle-HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"api"
],
"dependencies": {
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/core": "^2.2.0",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1",
"tslib": "^2.3.0"
Expand All @@ -59,7 +59,7 @@
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@drizzle-http/test-utils": "^2.1.0",
"@drizzle-http/test-utils": "^2.2.0",
"@types/node-fetch": "^2.5.10",
"@types/puppeteer": "^5.4.3",
"babel-loader": "^8.2.2",
Expand Down
11 changes: 11 additions & 0 deletions pkgs/drizzle-http-logging-interceptor/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)


### Bug Fixes

* **core:** remove response converter from callers and add the possibility to ignore it ([564ea5d](https://github.com/vitorsalgado/drizzle-http/commit/564ea5d01d91a42515b91459e9a24b5e13974d1d))





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)


Expand Down
8 changes: 4 additions & 4 deletions pkgs/drizzle-http-logging-interceptor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/logging-interceptor",
"version": "2.1.0",
"version": "2.2.0",
"description": "Logging Interceptor for Drizzle-HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,14 +42,14 @@
"debug"
],
"dependencies": {
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/core": "^2.2.0",
"pino": "^6.11.3",
"pino-pretty": "^4.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@drizzle-http/test-utils": "^2.1.0",
"@drizzle-http/undici": "^2.1.0",
"@drizzle-http/test-utils": "^2.2.0",
"@drizzle-http/undici": "^2.2.0",
"@types/pino": "^6.3.8"
}
}
8 changes: 8 additions & 0 deletions pkgs/drizzle-http-rxjs-adapter/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.

# [2.2.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.1.0...v2.2.0) (2021-06-14)

**Note:** Version bump only for package @drizzle-http/rxjs-adapter





# [2.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.0.0...v2.1.0) (2021-03-20)

**Note:** Version bump only for package @drizzle-http/rxjs-adapter
Expand Down
8 changes: 4 additions & 4 deletions pkgs/drizzle-http-rxjs-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/rxjs-adapter",
"version": "2.1.0",
"version": "2.2.0",
"description": "RxJs call adapter for Drizzle-HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,12 +42,12 @@
"typescript"
],
"dependencies": {
"@drizzle-http/core": "^2.1.0",
"@drizzle-http/core": "^2.2.0",
"rxjs": "^6.6.6",
"tslib": "^2.3.0"
},
"devDependencies": {
"@drizzle-http/test-utils": "^2.1.0",
"@drizzle-http/undici": "^2.1.0"
"@drizzle-http/test-utils": "^2.2.0",
"@drizzle-http/undici": "^2.2.0"
}
}
Loading

0 comments on commit e2dfe9d

Please sign in to comment.